POST api/BillOfLading/ListBillOfLading

Request Information

URI Parameters

None.

Body Parameters

GetBL
NameDescriptionTypeAdditional 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.

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
}

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_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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.