POST api/BillOfLading/PutBLReport

Request Information

URI Parameters

None.

Body Parameters

BLReportInput
NameDescriptionTypeAdditional information
BLR_ID

integer

None.

BLR_TYPE

string

None.

BLR_AP_ID

integer

None.

BLR_CP_ID

integer

None.

BLR_RPT_NAME

string

None.

BLR_NOTES

string

None.

BLR_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BLR_ID": 1,
  "BLR_TYPE": "sample string 1",
  "BLR_AP_ID": 1,
  "BLR_CP_ID": 1,
  "BLR_RPT_NAME": "sample string 2",
  "BLR_NOTES": "sample string 3",
  "BLR_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<BLReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BLR_AP_ID>1</BLR_AP_ID>
  <BLR_CP_ID>1</BLR_CP_ID>
  <BLR_CREATED_BY>1</BLR_CREATED_BY>
  <BLR_ID>1</BLR_ID>
  <BLR_NOTES>sample string 3</BLR_NOTES>
  <BLR_RPT_NAME>sample string 2</BLR_RPT_NAME>
  <BLR_TYPE>sample string 1</BLR_TYPE>
</BLReportInput>

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.