POST api/GetAllCountry
Request Information
URI Parameters
None.
Body Parameters
ReqCommonProp| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId | string |
None. |
|
| Version | string |
None. |
|
| PlatForm | string |
None. |
|
| Token | string |
None. |
|
| SecretKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceId": "sample string 1",
"Version": "sample string 2",
"PlatForm": "sample string 3",
"Token": "sample string 4",
"SecretKey": "sample string 5"
}
application/xml, text/xml
Sample:
<ReqCommonProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common"> <DeviceId>sample string 1</DeviceId> <PlatForm>sample string 3</PlatForm> <SecretKey>sample string 5</SecretKey> <Token>sample string 4</Token> <Version>sample string 2</Version> </ReqCommonProp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |