POST api/CHAMasters/GetCHACountry
Request Information
URI Parameters
None.
Body Parameters
GetCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| CO_ID | integer |
None. |
|
| CO_CODE | string |
None. |
|
| CO_NAME | string |
None. |
|
| CO_STATUS | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CO_ID": 1,
"CO_CODE": "sample string 1",
"CO_NAME": "sample string 2",
"CO_STATUS": "sample string 3",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CO_CODE>sample string 1</CO_CODE> <CO_ID>1</CO_ID> <CO_NAME>sample string 2</CO_NAME> <CO_STATUS>sample string 3</CO_STATUS> <LENGTH>1</LENGTH> <START>1</START> </GetCountry>
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. |