POST api/BillOfLading/PostBLNotesDetails
Request Information
URI Parameters
None.
Body Parameters
BLNotesInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BL_TYPE | string |
None. |
|
| INTEND_TO | string |
None. |
|
| NOTES | string |
None. |
|
| BL_ID | integer |
None. |
|
| CP_ID | integer |
None. |
|
| BL_PROGRAM_ID | string |
None. |
|
| BL_CREATED_BY | integer |
None. |
|
| BL_ID_MULTIPLE | string |
None. |
|
| BKG_NOTES_DETAILS | Collection of LIST_BKG_NOTES_DETAILS |
None. |
Request Formats
application/json, text/json
Sample:
{
"BL_TYPE": "sample string 1",
"INTEND_TO": "sample string 2",
"NOTES": "sample string 3",
"BL_ID": 1,
"CP_ID": 1,
"BL_PROGRAM_ID": "sample string 4",
"BL_CREATED_BY": 1,
"BL_ID_MULTIPLE": "sample string 5",
"BKG_NOTES_DETAILS": [
{
"BKN_ID": 1,
"BKN_INTD_ID": "sample string 1",
"BKN_INTD_CODE": "sample string 2",
"BKN_NOTES": "sample string 3",
"BKN_USER_ID": 1,
"BKN_USER_CODE": "sample string 4",
"BKN_CREATED_ON": "2025-12-06T05:22:16.3395206+00:00",
"BKN_CP_ID": 1,
"BKN_CP_CODE": "sample string 5"
},
{
"BKN_ID": 1,
"BKN_INTD_ID": "sample string 1",
"BKN_INTD_CODE": "sample string 2",
"BKN_NOTES": "sample string 3",
"BKN_USER_ID": 1,
"BKN_USER_CODE": "sample string 4",
"BKN_CREATED_ON": "2025-12-06T05:22:16.3395206+00:00",
"BKN_CP_ID": 1,
"BKN_CP_CODE": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<BLNotesInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<BKG_NOTES_DETAILS>
<LIST_BKG_NOTES_DETAILS>
<BKN_CP_CODE>sample string 5</BKN_CP_CODE>
<BKN_CP_ID>1</BKN_CP_ID>
<BKN_CREATED_ON>2025-12-06T05:22:16.3395206+00:00</BKN_CREATED_ON>
<BKN_ID>1</BKN_ID>
<BKN_INTD_CODE>sample string 2</BKN_INTD_CODE>
<BKN_INTD_ID>sample string 1</BKN_INTD_ID>
<BKN_NOTES>sample string 3</BKN_NOTES>
<BKN_USER_CODE>sample string 4</BKN_USER_CODE>
<BKN_USER_ID>1</BKN_USER_ID>
</LIST_BKG_NOTES_DETAILS>
<LIST_BKG_NOTES_DETAILS>
<BKN_CP_CODE>sample string 5</BKN_CP_CODE>
<BKN_CP_ID>1</BKN_CP_ID>
<BKN_CREATED_ON>2025-12-06T05:22:16.3395206+00:00</BKN_CREATED_ON>
<BKN_ID>1</BKN_ID>
<BKN_INTD_CODE>sample string 2</BKN_INTD_CODE>
<BKN_INTD_ID>sample string 1</BKN_INTD_ID>
<BKN_NOTES>sample string 3</BKN_NOTES>
<BKN_USER_CODE>sample string 4</BKN_USER_CODE>
<BKN_USER_ID>1</BKN_USER_ID>
</LIST_BKG_NOTES_DETAILS>
</BKG_NOTES_DETAILS>
<BL_CREATED_BY>1</BL_CREATED_BY>
<BL_ID>1</BL_ID>
<BL_ID_MULTIPLE>sample string 5</BL_ID_MULTIPLE>
<BL_PROGRAM_ID>sample string 4</BL_PROGRAM_ID>
<BL_TYPE>sample string 1</BL_TYPE>
<CP_ID>1</CP_ID>
<INTEND_TO>sample string 2</INTEND_TO>
<NOTES>sample string 3</NOTES>
</BLNotesInput>
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. |