POST api/BillOfLading/GetBLChargeCorrection

Request Information

URI Parameters

None.

Body Parameters

GetBLchargeInputs
NameDescriptionTypeAdditional information
BKG_ID

integer

None.

BKG_CP_ID

integer

None.

BCH_DOC_NUMBER

string

None.

BCH_COR_TYPE

string

None.

BCH_STATUS

string

None.

BCH_SEARCH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BKG_ID": 1,
  "BKG_CP_ID": 1,
  "BCH_DOC_NUMBER": "sample string 1",
  "BCH_COR_TYPE": "sample string 2",
  "BCH_STATUS": "sample string 3",
  "BCH_SEARCH": "sample string 4"
}

application/xml, text/xml

Sample:
<GetBLchargeInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BCH_COR_TYPE>sample string 2</BCH_COR_TYPE>
  <BCH_DOC_NUMBER>sample string 1</BCH_DOC_NUMBER>
  <BCH_SEARCH>sample string 4</BCH_SEARCH>
  <BCH_STATUS>sample string 3</BCH_STATUS>
  <BKG_CP_ID>1</BKG_CP_ID>
  <BKG_ID>1</BKG_ID>
</GetBLchargeInputs>

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.