GET api/v1/countries/overview
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": "ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4", "CountryIdIso": 2, "CountryName": "sample string 3", "CountryCode": "sample string 4", "Id": "ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4", "CanUpdateRecord": true, "CanDeleteRecord": true }, { "CountryId": "ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4", "CountryIdIso": 2, "CountryName": "sample string 3", "CountryCode": "sample string 4", "Id": "ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4", "CanUpdateRecord": true, "CanDeleteRecord": true } ]
text/html
Sample:
[{"CountryId":"ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4","CountryIdIso":2,"CountryName":"sample string 3","CountryCode":"sample string 4","Id":"ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4","CanUpdateRecord":true,"CanDeleteRecord":true},{"CountryId":"ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4","CountryIdIso":2,"CountryName":"sample string 3","CountryCode":"sample string 4","Id":"ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4","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">ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4</Id> <CountryCode>sample string 4</CountryCode> <CountryId>ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4</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">ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4</Id> <CountryCode>sample string 4</CountryCode> <CountryId>ddd71d32-25c1-4a2a-b46d-fbf27c4d5fe4</CountryId> <CountryIdIso>2</CountryIdIso> <CountryName>sample string 3</CountryName> </CountryOverview> </ArrayOfCountryOverview>