GET api/Country/One?api={api}&id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
api | string |
Required |
|
id | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
oneCountryName | Description | Type | Additional information |
---|---|---|---|
data | CountryModel |
None. |
|
status |
Trạng thái |
string |
None. |
message |
Thông báo |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "id": "sample string 1", "idcountry": "sample string 2", "code": "sample string 3", "zipcode": "sample string 4", "name": "sample string 5", "othername": "sample string 6", "icon": "sample string 7", "ordering": 1, "notuse": true }, "status": "sample string 1", "message": "sample string 2" }
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"data":{"id":"sample string 1","idcountry":"sample string 2","code":"sample string 3","zipcode":"sample string 4","name":"sample string 5","othername":"sample string 6","icon":"sample string 7","ordering":1,"notuse":true},"status":"sample string 1","message":"sample string 2"});
application/xml, text/xml
Sample:
<oneCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models.Library.mg"> <message xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 2</message> <status xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 1</status> <data> <Id>sample string 1</Id> <code>sample string 3</code> <icon>sample string 7</icon> <idcountry>sample string 2</idcountry> <name>sample string 5</name> <notuse>true</notuse> <ordering>1</ordering> <othername>sample string 6</othername> <zipcode>sample string 4</zipcode> </data> </oneCountry>