POST api/BillOfLading/GetBLRouDtls

Request Information

URI Parameters

None.

Body Parameters

GetBlRoudtlsInputs
NameDescriptionTypeAdditional information
POL_ID

integer

None.

POD_ID

integer

None.

VALID_FROM

date

None.

VALID_TILL

date

None.

REQUESTED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "POL_ID": 1,
  "POD_ID": 1,
  "VALID_FROM": "2025-12-06T04:26:13.4012825+00:00",
  "VALID_TILL": "2025-12-06T04:26:13.4012825+00:00",
  "REQUESTED_BY": 1
}

application/xml, text/xml

Sample:
<GetBlRoudtlsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <POD_ID>1</POD_ID>
  <POL_ID>1</POL_ID>
  <REQUESTED_BY>1</REQUESTED_BY>
  <VALID_FROM>2025-12-06T04:26:13.4012825+00:00</VALID_FROM>
  <VALID_TILL>2025-12-06T04:26:13.4012825+00:00</VALID_TILL>
</GetBlRoudtlsInputs>

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.