GET api/v1/countries/overview
Gets the country overviews.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CountryOverviewName | Description | Type | Additional information |
---|---|---|---|
CountryId | globally unique identifier |
None. |
|
CountryIdIso | integer |
None. |
|
CountryName | string |
None. |
|
CountryCode | string |
None. |
|
Id | globally unique identifier |
None. |
|
CanUpdateRecord | boolean |
None. |
|
CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CountryId": "a96b0f6d-428f-4aeb-96be-a36304305aef", "CountryIdIso": 2, "CountryName": "sample string 3", "CountryCode": "sample string 4", "Id": "a96b0f6d-428f-4aeb-96be-a36304305aef", "CanUpdateRecord": true, "CanDeleteRecord": true }, { "CountryId": "a96b0f6d-428f-4aeb-96be-a36304305aef", "CountryIdIso": 2, "CountryName": "sample string 3", "CountryCode": "sample string 4", "Id": "a96b0f6d-428f-4aeb-96be-a36304305aef", "CanUpdateRecord": true, "CanDeleteRecord": true } ]
text/html
Sample:
[{"CountryId":"a96b0f6d-428f-4aeb-96be-a36304305aef","CountryIdIso":2,"CountryName":"sample string 3","CountryCode":"sample string 4","Id":"a96b0f6d-428f-4aeb-96be-a36304305aef","CanUpdateRecord":true,"CanDeleteRecord":true},{"CountryId":"a96b0f6d-428f-4aeb-96be-a36304305aef","CountryIdIso":2,"CountryName":"sample string 3","CountryCode":"sample string 4","Id":"a96b0f6d-428f-4aeb-96be-a36304305aef","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfCountryOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Location"> <CountryOverview> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">a96b0f6d-428f-4aeb-96be-a36304305aef</Id> <CountryCode>sample string 4</CountryCode> <CountryId>a96b0f6d-428f-4aeb-96be-a36304305aef</CountryId> <CountryIdIso>2</CountryIdIso> <CountryName>sample string 3</CountryName> </CountryOverview> <CountryOverview> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">a96b0f6d-428f-4aeb-96be-a36304305aef</Id> <CountryCode>sample string 4</CountryCode> <CountryId>a96b0f6d-428f-4aeb-96be-a36304305aef</CountryId> <CountryIdIso>2</CountryIdIso> <CountryName>sample string 3</CountryName> </CountryOverview> </ArrayOfCountryOverview>