POST api/BillOfLading/PutUpdateBLCost
Request Information
URI Parameters
None.
Body Parameters
PostUpdateBLCostInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| IG_FROM_DATE | date |
None. |
|
| IG_TO_DATE | date |
None. |
|
| IG_VOY_ID | integer |
None. |
|
| IG_CP_ID | integer |
None. |
|
| IG_VENDOR_ID | integer |
None. |
|
| IG_POL_ID | integer |
None. |
|
| IG_POD_ID | integer |
None. |
|
| IG_CHG_ID | integer |
None. |
|
| IG_AMOUNT | decimal number |
None. |
|
| IG_BRC_ID | integer |
None. |
|
| IG_COL_AT_ID | integer |
None. |
|
| IG_CUR_ID | integer |
None. |
|
| IG_ISVERIFY | boolean |
None. |
|
| IG_PROGRAM_ID | string |
None. |
|
| IG_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IG_FROM_DATE": "2025-12-06T04:25:13.212149+00:00",
"IG_TO_DATE": "2025-12-06T04:25:13.212149+00:00",
"IG_VOY_ID": 1,
"IG_CP_ID": 1,
"IG_VENDOR_ID": 1,
"IG_POL_ID": 1,
"IG_POD_ID": 1,
"IG_CHG_ID": 1,
"IG_AMOUNT": 1.1,
"IG_BRC_ID": 1,
"IG_COL_AT_ID": 1,
"IG_CUR_ID": 1,
"IG_ISVERIFY": true,
"IG_PROGRAM_ID": "sample string 1",
"IG_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<PostUpdateBLCostInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <IG_AMOUNT>1.1</IG_AMOUNT> <IG_BRC_ID>1</IG_BRC_ID> <IG_CHG_ID>1</IG_CHG_ID> <IG_COL_AT_ID>1</IG_COL_AT_ID> <IG_CP_ID>1</IG_CP_ID> <IG_CREATED_BY>1</IG_CREATED_BY> <IG_CUR_ID>1</IG_CUR_ID> <IG_FROM_DATE>2025-12-06T04:25:13.212149+00:00</IG_FROM_DATE> <IG_ISVERIFY>true</IG_ISVERIFY> <IG_POD_ID>1</IG_POD_ID> <IG_POL_ID>1</IG_POL_ID> <IG_PROGRAM_ID>sample string 1</IG_PROGRAM_ID> <IG_TO_DATE>2025-12-06T04:25:13.212149+00:00</IG_TO_DATE> <IG_VENDOR_ID>1</IG_VENDOR_ID> <IG_VOY_ID>1</IG_VOY_ID> </PostUpdateBLCostInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |