POST api/BillOfLading/PostCOCContainerNotes
Request Information
URI Parameters
None.
Body Parameters
PostCocContainerNotesInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BKN_BKC_ID | integer |
None. |
|
| BKN_COMMODITY_ID | integer |
None. |
|
| BKN_UOT_ID | integer |
None. |
|
| BKN_REF_REQ | string |
None. |
|
| BKN_MIN_TEMP_REF | decimal number |
None. |
|
| BKN_MAX_TEMP_REF | decimal number |
None. |
|
| BKN_CREATED_BY | integer |
None. |
|
| BKN_STO_PROV | integer |
None. |
|
| BKN_TO_ID | integer |
None. |
|
| BKN_DRIVER_NAME | string |
None. |
|
| BKN_TRUCK_NAME | string |
None. |
|
| BKN_LENGTH | string |
None. |
|
| BKN_HEIGHT | string |
None. |
|
| BKN_WIDTH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BKN_BKC_ID": 1,
"BKN_COMMODITY_ID": 1,
"BKN_UOT_ID": 1,
"BKN_REF_REQ": "sample string 1",
"BKN_MIN_TEMP_REF": 1.0,
"BKN_MAX_TEMP_REF": 1.0,
"BKN_CREATED_BY": 1,
"BKN_STO_PROV": 1,
"BKN_TO_ID": 1,
"BKN_DRIVER_NAME": "sample string 2",
"BKN_TRUCK_NAME": "sample string 3",
"BKN_LENGTH": "sample string 4",
"BKN_HEIGHT": "sample string 5",
"BKN_WIDTH": "sample string 6"
}
application/xml, text/xml
Sample:
<PostCocContainerNotesInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BKN_BKC_ID>1</BKN_BKC_ID> <BKN_COMMODITY_ID>1</BKN_COMMODITY_ID> <BKN_CREATED_BY>1</BKN_CREATED_BY> <BKN_DRIVER_NAME>sample string 2</BKN_DRIVER_NAME> <BKN_HEIGHT>sample string 5</BKN_HEIGHT> <BKN_LENGTH>sample string 4</BKN_LENGTH> <BKN_MAX_TEMP_REF>1</BKN_MAX_TEMP_REF> <BKN_MIN_TEMP_REF>1</BKN_MIN_TEMP_REF> <BKN_REF_REQ>sample string 1</BKN_REF_REQ> <BKN_STO_PROV>1</BKN_STO_PROV> <BKN_TO_ID>1</BKN_TO_ID> <BKN_TRUCK_NAME>sample string 3</BKN_TRUCK_NAME> <BKN_UOT_ID>1</BKN_UOT_ID> <BKN_WIDTH>sample string 6</BKN_WIDTH> </PostCocContainerNotesInput>
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. |