POST api/BillOfLading/PostBLFreeDays

Request Information

URI Parameters

None.

Body Parameters

BLFreeDaysInputs
NameDescriptionTypeAdditional information
BFD_ID

integer

None.

BFD_CHG_ID

integer

None.

BFD_TYPE

string

None.

BFD_BKG_NUM

string

None.

BFD_CON_NUM

string

None.

BFD_CON_ID

integer

None.

BFD_FREE_DAYS

integer

None.

BFD_STATUS

string

None.

BFD_PROGRAM_ID

string

None.

BFD_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BFD_ID": 1,
  "BFD_CHG_ID": 1,
  "BFD_TYPE": "sample string 1",
  "BFD_BKG_NUM": "sample string 2",
  "BFD_CON_NUM": "sample string 3",
  "BFD_CON_ID": 1,
  "BFD_FREE_DAYS": 1,
  "BFD_STATUS": "sample string 4",
  "BFD_PROGRAM_ID": "sample string 5",
  "BFD_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<BLFreeDaysInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BFD_BKG_NUM>sample string 2</BFD_BKG_NUM>
  <BFD_CHG_ID>1</BFD_CHG_ID>
  <BFD_CON_ID>1</BFD_CON_ID>
  <BFD_CON_NUM>sample string 3</BFD_CON_NUM>
  <BFD_CREATED_BY>1</BFD_CREATED_BY>
  <BFD_FREE_DAYS>1</BFD_FREE_DAYS>
  <BFD_ID>1</BFD_ID>
  <BFD_PROGRAM_ID>sample string 5</BFD_PROGRAM_ID>
  <BFD_STATUS>sample string 4</BFD_STATUS>
  <BFD_TYPE>sample string 1</BFD_TYPE>
</BLFreeDaysInputs>

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.