POST web/app/getCountryCode
No documentation available.
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": "a8ee0134-b412-4559-b84b-126a3d4d0fce",
"data": "sample string 1"
}
application/xml, text/xml
Sample:
<ApiResponseOfstring 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>a8ee0134-b412-4559-b84b-126a3d4d0fce</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfstring>