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