POST api/BillOfLading/ListBillOfLading
Request Information
URI Parameters
None.
Body Parameters
GetBL| Name | Description | Type | Additional information |
|---|---|---|---|
| bkg_id | integer |
None. |
|
| bkg_bl_number | string |
None. |
|
| bkg_ship_type | string |
None. |
|
| bkg_voy_id | integer |
None. |
|
| bkg_cp_id | integer |
None. |
|
| bkg_chg_cp_id | integer |
None. |
|
| bkg_mfst_agent | integer |
None. |
|
| bkg_bl_status | string |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| bkg_number | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bkg_id": 1,
"bkg_bl_number": "sample string 1",
"bkg_ship_type": "sample string 2",
"bkg_voy_id": 1,
"bkg_cp_id": 1,
"bkg_chg_cp_id": 1,
"bkg_mfst_agent": 1,
"bkg_bl_status": "sample string 3",
"start": 1,
"length": 1,
"bkg_number": "sample string 4"
}
application/xml, text/xml
Sample:
<GetBL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <bkg_bl_number>sample string 1</bkg_bl_number> <bkg_bl_status>sample string 3</bkg_bl_status> <bkg_chg_cp_id>1</bkg_chg_cp_id> <bkg_cp_id>1</bkg_cp_id> <bkg_id>1</bkg_id> <bkg_mfst_agent>1</bkg_mfst_agent> <bkg_number>sample string 4</bkg_number> <bkg_ship_type>sample string 2</bkg_ship_type> <bkg_voy_id>1</bkg_voy_id> <length>1</length> <start>1</start> </GetBL>
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. |