POST api/BillOfLading/ListShipment

Request Information

URI Parameters

None.

Body Parameters

ListShipment
NameDescriptionTypeAdditional information
bkg_cus_id

integer

None.

bkg_cp_id

integer

None.

bkg_mfst_agent

integer

None.

bkg_online_search

string

None.

bkg_search_type

string

None.

bkg_search_ref

string

None.

bkg_shipper_id

integer

None.

bkg_consignee_id

integer

None.

bkg_poo_id

integer

None.

bkg_pol_id

integer

None.

bkg_pod_id

integer

None.

bkg_pof_id

integer

None.

bkg_voy_id

integer

None.

bkg_imp_flag

string

None.

bkg_search

string

None.

BKG_BAD_CP_ID

integer

None.

BKG_BL_FLAG

string

None.

BKG_BL_SEARCH

string

None.

BKG_NUMBER

string

None.

BKG_BL_NUMBER

string

None.

BKG_JOH_NUM

string

None.

BKG_STATUS

string

None.

BKG_BL_STATUS

string

None.

BKG_SEARCH_TYPE

string

None.

BKG_SEARCH_REF

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bkg_cus_id": 1,
  "bkg_cp_id": 1,
  "bkg_mfst_agent": 1,
  "bkg_online_search": "sample string 1",
  "bkg_search_type": "sample string 2",
  "bkg_search_ref": "sample string 3",
  "bkg_shipper_id": 1,
  "bkg_consignee_id": 1,
  "bkg_poo_id": 1,
  "bkg_pol_id": 1,
  "bkg_pod_id": 1,
  "bkg_pof_id": 1,
  "bkg_voy_id": 1,
  "bkg_imp_flag": "sample string 4",
  "bkg_search": "sample string 5",
  "BKG_BAD_CP_ID": 1,
  "BKG_BL_FLAG": "sample string 6",
  "BKG_BL_SEARCH": "sample string 7",
  "BKG_NUMBER": "sample string 8",
  "BKG_BL_NUMBER": "sample string 9",
  "BKG_JOH_NUM": "sample string 10",
  "BKG_STATUS": "sample string 11",
  "BKG_BL_STATUS": "sample string 12",
  "BKG_SEARCH_TYPE": "sample string 13",
  "BKG_SEARCH_REF": "sample string 14"
}

application/xml, text/xml

Sample:
<ListShipment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BKG_BAD_CP_ID>1</BKG_BAD_CP_ID>
  <BKG_BL_FLAG>sample string 6</BKG_BL_FLAG>
  <BKG_BL_NUMBER>sample string 9</BKG_BL_NUMBER>
  <BKG_BL_SEARCH>sample string 7</BKG_BL_SEARCH>
  <BKG_BL_STATUS>sample string 12</BKG_BL_STATUS>
  <BKG_JOH_NUM>sample string 10</BKG_JOH_NUM>
  <BKG_NUMBER>sample string 8</BKG_NUMBER>
  <BKG_SEARCH_REF>sample string 14</BKG_SEARCH_REF>
  <BKG_SEARCH_TYPE>sample string 13</BKG_SEARCH_TYPE>
  <BKG_STATUS>sample string 11</BKG_STATUS>
  <bkg_consignee_id>1</bkg_consignee_id>
  <bkg_cp_id>1</bkg_cp_id>
  <bkg_cus_id>1</bkg_cus_id>
  <bkg_imp_flag>sample string 4</bkg_imp_flag>
  <bkg_mfst_agent>1</bkg_mfst_agent>
  <bkg_online_search>sample string 1</bkg_online_search>
  <bkg_pod_id>1</bkg_pod_id>
  <bkg_pof_id>1</bkg_pof_id>
  <bkg_pol_id>1</bkg_pol_id>
  <bkg_poo_id>1</bkg_poo_id>
  <bkg_search>sample string 5</bkg_search>
  <bkg_search_ref>sample string 3</bkg_search_ref>
  <bkg_search_type>sample string 2</bkg_search_type>
  <bkg_shipper_id>1</bkg_shipper_id>
  <bkg_voy_id>1</bkg_voy_id>
</ListShipment>

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.