GET api/CapceCountries
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CountryModelName | Description | Type | Additional information |
---|---|---|---|
recID | integer |
None. |
|
Country | string |
None. |
|
Code | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "recID": 1, "Country": "sample string 2", "Code": "sample string 3" }, { "recID": 1, "Country": "sample string 2", "Code": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfCountryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapceMobile.Models"> <CountryModel> <Code>sample string 3</Code> <Country>sample string 2</Country> <recID>1</recID> </CountryModel> <CountryModel> <Code>sample string 3</Code> <Country>sample string 2</Country> <recID>1</recID> </CountryModel> </ArrayOfCountryModel>