POST api/ForwadingBilling/GetLocalChargesList
Request Information
URI Parameters
None.
Body Parameters
GetLocalCharge| Name | Description | Type | Additional information |
|---|---|---|---|
| PLC_SHIP_TYPE | string |
None. |
|
| PLC_PT_ID | integer |
None. |
|
| PLC_CT_ID | integer |
None. |
|
| PLC_CHG_TYPE | string |
None. |
|
| PLC_CHG_CATEGORY | string |
None. |
|
| PLC_CHG_ID | integer |
None. |
|
| PLC_APPLICABILITY | integer |
None. |
|
| PLC_APPLICABILITY_AT | integer |
None. |
|
| PLC_BASIS | integer |
None. |
|
| PLC_CONT_TYPE | integer |
None. |
|
| PLC_COMMODITY_ID | integer |
None. |
|
| PLC_STATUS | string |
None. |
|
| PLC_REMARKS | string |
None. |
|
| PLC_CHG_OWNER | string |
None. |
|
| PLC_OWNER_ID | integer |
None. |
|
| PLC_INC_FRT | string |
None. |
|
| PLC_AP_ID | integer |
None. |
|
| PLC_CO_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PLC_SHIP_TYPE": "sample string 1",
"PLC_PT_ID": 1,
"PLC_CT_ID": 1,
"PLC_CHG_TYPE": "sample string 2",
"PLC_CHG_CATEGORY": "sample string 3",
"PLC_CHG_ID": 1,
"PLC_APPLICABILITY": 1,
"PLC_APPLICABILITY_AT": 1,
"PLC_BASIS": 1,
"PLC_CONT_TYPE": 1,
"PLC_COMMODITY_ID": 1,
"PLC_STATUS": "sample string 4",
"PLC_REMARKS": "sample string 5",
"PLC_CHG_OWNER": "sample string 6",
"PLC_OWNER_ID": 1,
"PLC_INC_FRT": "sample string 7",
"PLC_AP_ID": 1,
"PLC_CO_ID": 1
}
application/xml, text/xml
Sample:
<GetLocalCharge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PLC_APPLICABILITY>1</PLC_APPLICABILITY> <PLC_APPLICABILITY_AT>1</PLC_APPLICABILITY_AT> <PLC_AP_ID>1</PLC_AP_ID> <PLC_BASIS>1</PLC_BASIS> <PLC_CHG_CATEGORY>sample string 3</PLC_CHG_CATEGORY> <PLC_CHG_ID>1</PLC_CHG_ID> <PLC_CHG_OWNER>sample string 6</PLC_CHG_OWNER> <PLC_CHG_TYPE>sample string 2</PLC_CHG_TYPE> <PLC_COMMODITY_ID>1</PLC_COMMODITY_ID> <PLC_CONT_TYPE>1</PLC_CONT_TYPE> <PLC_CO_ID>1</PLC_CO_ID> <PLC_CT_ID>1</PLC_CT_ID> <PLC_INC_FRT>sample string 7</PLC_INC_FRT> <PLC_OWNER_ID>1</PLC_OWNER_ID> <PLC_PT_ID>1</PLC_PT_ID> <PLC_REMARKS>sample string 5</PLC_REMARKS> <PLC_SHIP_TYPE>sample string 1</PLC_SHIP_TYPE> <PLC_STATUS>sample string 4</PLC_STATUS> </GetLocalCharge>
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. |