POST api/BillOfLading/GeUpdateBLCostList

Request Information

URI Parameters

None.

Body Parameters

GetUpdateBLCost
NameDescriptionTypeAdditional information
IG_FROM_DATE

date

None.

IG_TO_DATE

date

None.

IG_VOY_ID

integer

None.

IG_VENDOR_ID

integer

None.

IG_POL_ID

integer

None.

IG_POD_ID

integer

None.

IG_CHG_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IG_FROM_DATE": "2025-12-06T04:25:28.1656585+00:00",
  "IG_TO_DATE": "2025-12-06T04:25:28.1656585+00:00",
  "IG_VOY_ID": 1,
  "IG_VENDOR_ID": 1,
  "IG_POL_ID": 1,
  "IG_POD_ID": 1,
  "IG_CHG_ID": 1
}

application/xml, text/xml

Sample:
<GetUpdateBLCost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <IG_CHG_ID>1</IG_CHG_ID>
  <IG_FROM_DATE>2025-12-06T04:25:28.1656585+00:00</IG_FROM_DATE>
  <IG_POD_ID>1</IG_POD_ID>
  <IG_POL_ID>1</IG_POL_ID>
  <IG_TO_DATE>2025-12-06T04:25:28.1656585+00:00</IG_TO_DATE>
  <IG_VENDOR_ID>1</IG_VENDOR_ID>
  <IG_VOY_ID>1</IG_VOY_ID>
</GetUpdateBLCost>

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.