POST default/getcountrycode
request to query all country region code
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "8b55c4fe-589f-43f0-8acd-c1e974ff37d1",
"data": [
{
"countryCode": "sample string 1",
"countryName": "sample string 2",
"isoCode": "sample string 3"
},
{
"countryCode": "sample string 1",
"countryName": "sample string 2",
"isoCode": "sample string 3"
},
{
"countryCode": "sample string 1",
"countryName": "sample string 2",
"isoCode": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<ApiResponseOfArrayOfRegionVOjM4EpLRd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>8b55c4fe-589f-43f0-8acd-c1e974ff37d1</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfArrayOfRegionVOjM4EpLRd>