POST api/BillOfLading/PutWaiver

Request Information

URI Parameters

None.

Body Parameters

WaiverFreedaysInputs
NameDescriptionTypeAdditional information
CFW_ID

integer

None.

CFW_CP_ID

integer

None.

CFW_TYPE

string

None.

CFW_CHG_ID

integer

None.

CFW_BKG_ID

integer

None.

CFW_CONT_TYPE

integer

None.

CFW_CON_ID

integer

None.

CFW_WAIVER_AMT

decimal number

None.

CFW_CUR_ID

integer

None.

CFW_FREE_DAYS

integer

None.

CFW_AUTHORISED_BY

integer

None.

CFW_NOTES

string

None.

CFW_STATUS

string

None.

CFW_SEARCH

string

None.

PROGRAM_ID

string

None.

AUTO_APPROVE

string

None.

CFW_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CFW_ID": 1,
  "CFW_CP_ID": 1,
  "CFW_TYPE": "sample string 1",
  "CFW_CHG_ID": 1,
  "CFW_BKG_ID": 1,
  "CFW_CONT_TYPE": 1,
  "CFW_CON_ID": 1,
  "CFW_WAIVER_AMT": 1.1,
  "CFW_CUR_ID": 1,
  "CFW_FREE_DAYS": 1,
  "CFW_AUTHORISED_BY": 1,
  "CFW_NOTES": "sample string 2",
  "CFW_STATUS": "sample string 3",
  "CFW_SEARCH": "sample string 4",
  "PROGRAM_ID": "sample string 5",
  "AUTO_APPROVE": "sample string 6",
  "CFW_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<WaiverFreedaysInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AUTO_APPROVE>sample string 6</AUTO_APPROVE>
  <CFW_AUTHORISED_BY>1</CFW_AUTHORISED_BY>
  <CFW_BKG_ID>1</CFW_BKG_ID>
  <CFW_CHG_ID>1</CFW_CHG_ID>
  <CFW_CONT_TYPE>1</CFW_CONT_TYPE>
  <CFW_CON_ID>1</CFW_CON_ID>
  <CFW_CP_ID>1</CFW_CP_ID>
  <CFW_CREATED_BY>1</CFW_CREATED_BY>
  <CFW_CUR_ID>1</CFW_CUR_ID>
  <CFW_FREE_DAYS>1</CFW_FREE_DAYS>
  <CFW_ID>1</CFW_ID>
  <CFW_NOTES>sample string 2</CFW_NOTES>
  <CFW_SEARCH>sample string 4</CFW_SEARCH>
  <CFW_STATUS>sample string 3</CFW_STATUS>
  <CFW_TYPE>sample string 1</CFW_TYPE>
  <CFW_WAIVER_AMT>1.1</CFW_WAIVER_AMT>
  <PROGRAM_ID>sample string 5</PROGRAM_ID>
</WaiverFreedaysInputs>

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.