POST api/Master/GetChaCorrectorList
Request Information
URI Parameters
None.
Body Parameters
GetChaCorrectorInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| CHC_ID | integer |
None. |
|
| CHA_CP_ID | integer |
None. |
|
| CHA_BL_TYPE | string |
None. |
|
| CHA_BL_ID | integer |
None. |
|
| CHA_SHIP_TYPE | string |
None. |
|
| CHA_STATUS | string |
None. |
|
| CHA_SEARCH | string |
None. |
|
| CHA_SB_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CHC_ID": 1,
"CHA_CP_ID": 1,
"CHA_BL_TYPE": "sample string 1",
"CHA_BL_ID": 1,
"CHA_SHIP_TYPE": "sample string 2",
"CHA_STATUS": "sample string 3",
"CHA_SEARCH": "sample string 4",
"CHA_SB_ID": 1
}
application/xml, text/xml
Sample:
<GetChaCorrectorInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CHA_BL_ID>1</CHA_BL_ID> <CHA_BL_TYPE>sample string 1</CHA_BL_TYPE> <CHA_CP_ID>1</CHA_CP_ID> <CHA_SB_ID>1</CHA_SB_ID> <CHA_SEARCH>sample string 4</CHA_SEARCH> <CHA_SHIP_TYPE>sample string 2</CHA_SHIP_TYPE> <CHA_STATUS>sample string 3</CHA_STATUS> <CHC_ID>1</CHC_ID> </GetChaCorrectorInputs>
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. |