POST api/BillOfLading/ViewContainerTracking

Request Information

URI Parameters

None.

Body Parameters

ViewContainerTracking
NameDescriptionTypeAdditional information
BKG_NUM

integer

None.

CONT_NUM

integer

None.

FROM

date

None.

TO

date

None.

CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BKG_NUM": 1,
  "CONT_NUM": 1,
  "FROM": "2025-12-06T04:28:19.3155155+00:00",
  "TO": "2025-12-06T04:28:19.3155155+00:00",
  "CP_ID": 1
}

application/xml, text/xml

Sample:
<ViewContainerTracking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BKG_NUM>1</BKG_NUM>
  <CONT_NUM>1</CONT_NUM>
  <CP_ID>1</CP_ID>
  <FROM>2025-12-06T04:28:19.3155155+00:00</FROM>
  <TO>2025-12-06T04:28:19.3155155+00:00</TO>
</ViewContainerTracking>

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.