POST api/BillOfLading/PutWaiverCheckList

Request Information

URI Parameters

None.

Body Parameters

WaiverConFreedaysInputs
NameDescriptionTypeAdditional information
CFW_STATUS

string

None.

CFW_CREATED_BY

integer

None.

CFW_MODE

string

None.

CFW_CON_FREE_DAYS

Collection of WaiverFreedaysListInputs

None.

Request Formats

application/json, text/json

Sample:
{
  "CFW_STATUS": "sample string 1",
  "CFW_CREATED_BY": 1,
  "CFW_MODE": "sample string 2",
  "CFW_CON_FREE_DAYS": [
    {
      "CFW_SELECT": true,
      "CFW_ID": 1,
      "CFW_STATUS": "sample string 1",
      "CFW_NOTES": "sample string 2",
      "CFW_CREATED_BY": 1
    },
    {
      "CFW_SELECT": true,
      "CFW_ID": 1,
      "CFW_STATUS": "sample string 1",
      "CFW_NOTES": "sample string 2",
      "CFW_CREATED_BY": 1
    }
  ]
}

application/xml, text/xml

Sample:
<WaiverConFreedaysInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CFW_CON_FREE_DAYS>
    <WaiverFreedaysListInputs>
      <CFW_CREATED_BY>1</CFW_CREATED_BY>
      <CFW_ID>1</CFW_ID>
      <CFW_NOTES>sample string 2</CFW_NOTES>
      <CFW_SELECT>true</CFW_SELECT>
      <CFW_STATUS>sample string 1</CFW_STATUS>
    </WaiverFreedaysListInputs>
    <WaiverFreedaysListInputs>
      <CFW_CREATED_BY>1</CFW_CREATED_BY>
      <CFW_ID>1</CFW_ID>
      <CFW_NOTES>sample string 2</CFW_NOTES>
      <CFW_SELECT>true</CFW_SELECT>
      <CFW_STATUS>sample string 1</CFW_STATUS>
    </WaiverFreedaysListInputs>
  </CFW_CON_FREE_DAYS>
  <CFW_CREATED_BY>1</CFW_CREATED_BY>
  <CFW_MODE>sample string 2</CFW_MODE>
  <CFW_STATUS>sample string 1</CFW_STATUS>
</WaiverConFreedaysInputs>

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.