POST api/BillOfLading/PostSOCContainerNotes

Request Information

URI Parameters

None.

Body Parameters

PostSOCContainerNotesInput
NameDescriptionTypeAdditional information
BKG_BKC_ID

integer

None.

BKG_CP_ID

integer

None.

BKG_COMMODITY_MANIFEST

integer

None.

BKG_STO_PRO

integer

None.

BKG_UOT

integer

None.

BKG_REF_REQ

string

None.

BKG_MIN_TEMP_REF

decimal number

None.

BKG_MAX_TEMP_REF

decimal number

None.

BKG_LENGTH

string

None.

BKG_WIDTH

string

None.

BKG_HEIGHT

string

None.

BKG_CREATED_BY

integer

None.

BKG_TRANS_ORDER

integer

None.

BKG_DRIVER_NAME

string

None.

BKG_TRUCK_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BKG_BKC_ID": 1,
  "BKG_CP_ID": 1,
  "BKG_COMMODITY_MANIFEST": 1,
  "BKG_STO_PRO": 1,
  "BKG_UOT": 1,
  "BKG_REF_REQ": "sample string 1",
  "BKG_MIN_TEMP_REF": 1.0,
  "BKG_MAX_TEMP_REF": 1.0,
  "BKG_LENGTH": "sample string 2",
  "BKG_WIDTH": "sample string 3",
  "BKG_HEIGHT": "sample string 4",
  "BKG_CREATED_BY": 1,
  "BKG_TRANS_ORDER": 1,
  "BKG_DRIVER_NAME": "sample string 5",
  "BKG_TRUCK_NAME": "sample string 6"
}

application/xml, text/xml

Sample:
<PostSOCContainerNotesInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BKG_BKC_ID>1</BKG_BKC_ID>
  <BKG_COMMODITY_MANIFEST>1</BKG_COMMODITY_MANIFEST>
  <BKG_CP_ID>1</BKG_CP_ID>
  <BKG_CREATED_BY>1</BKG_CREATED_BY>
  <BKG_DRIVER_NAME>sample string 5</BKG_DRIVER_NAME>
  <BKG_HEIGHT>sample string 4</BKG_HEIGHT>
  <BKG_LENGTH>sample string 2</BKG_LENGTH>
  <BKG_MAX_TEMP_REF>1</BKG_MAX_TEMP_REF>
  <BKG_MIN_TEMP_REF>1</BKG_MIN_TEMP_REF>
  <BKG_REF_REQ>sample string 1</BKG_REF_REQ>
  <BKG_STO_PRO>1</BKG_STO_PRO>
  <BKG_TRANS_ORDER>1</BKG_TRANS_ORDER>
  <BKG_TRUCK_NAME>sample string 6</BKG_TRUCK_NAME>
  <BKG_UOT>1</BKG_UOT>
  <BKG_WIDTH>sample string 3</BKG_WIDTH>
</PostSOCContainerNotesInput>

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.