POST api/CocBl/ListShipmentSummary
Request Information
URI Parameters
None.
Body Parameters
ShipmentSummarry| Name | Description | Type | Additional information |
|---|---|---|---|
| bkg_cus_id | integer |
None. |
|
| bkg_cp_id | integer |
None. |
|
| bkg_mfst_agent | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bkg_cus_id": 1,
"bkg_cp_id": 1,
"bkg_mfst_agent": 1
}
application/xml, text/xml
Sample:
<ShipmentSummarry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <bkg_cp_id>1</bkg_cp_id> <bkg_cus_id>1</bkg_cus_id> <bkg_mfst_agent>1</bkg_mfst_agent> </ShipmentSummarry>
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. |