POST api/BillOfLading/PostContainerDetails

Request Information

URI Parameters

None.

Body Parameters

BlcontainersInput
NameDescriptionTypeAdditional information
CHA_INV_CONT_DETAILS

Collection of CHA_CONT_DETAILS

None.

CHA_CREATED_BY

integer

None.

CHA_CIP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CHA_INV_CONT_DETAILS": [
    {
      "CIC_SELECT": true,
      "CIC_ID": 1,
      "CIC_BKC_ID": 1,
      "CIC_CONT_TYPE_ID": 1,
      "CIC_CONT_TYPE_CODE": "sample string 2",
      "CIC_CON_NUM": "sample string 3",
      "CIC_NOTES": "sample string 4"
    },
    {
      "CIC_SELECT": true,
      "CIC_ID": 1,
      "CIC_BKC_ID": 1,
      "CIC_CONT_TYPE_ID": 1,
      "CIC_CONT_TYPE_CODE": "sample string 2",
      "CIC_CON_NUM": "sample string 3",
      "CIC_NOTES": "sample string 4"
    }
  ],
  "CHA_CREATED_BY": 1,
  "CHA_CIP_ID": 1
}

application/xml, text/xml

Sample:
<BlcontainersInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CHA_CIP_ID>1</CHA_CIP_ID>
  <CHA_CREATED_BY>1</CHA_CREATED_BY>
  <CHA_INV_CONT_DETAILS>
    <CHA_CONT_DETAILS>
      <CIC_BKC_ID>1</CIC_BKC_ID>
      <CIC_CONT_TYPE_CODE>sample string 2</CIC_CONT_TYPE_CODE>
      <CIC_CONT_TYPE_ID>1</CIC_CONT_TYPE_ID>
      <CIC_CON_NUM>sample string 3</CIC_CON_NUM>
      <CIC_ID>1</CIC_ID>
      <CIC_NOTES>sample string 4</CIC_NOTES>
      <CIC_SELECT>true</CIC_SELECT>
    </CHA_CONT_DETAILS>
    <CHA_CONT_DETAILS>
      <CIC_BKC_ID>1</CIC_BKC_ID>
      <CIC_CONT_TYPE_CODE>sample string 2</CIC_CONT_TYPE_CODE>
      <CIC_CONT_TYPE_ID>1</CIC_CONT_TYPE_ID>
      <CIC_CON_NUM>sample string 3</CIC_CON_NUM>
      <CIC_ID>1</CIC_ID>
      <CIC_NOTES>sample string 4</CIC_NOTES>
      <CIC_SELECT>true</CIC_SELECT>
    </CHA_CONT_DETAILS>
  </CHA_INV_CONT_DETAILS>
</BlcontainersInput>

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.