POST api/BillOfLading/GetBLReport
Request Information
URI Parameters
None.
Body Parameters
GetBLReport| Name | Description | Type | Additional information |
|---|---|---|---|
| BLR_TYPE | string |
None. |
|
| BLR_BL_ID | integer |
None. |
|
| BLR_AP_ID | integer |
None. |
|
| BLR_CP_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BLR_TYPE": "sample string 1",
"BLR_BL_ID": 1,
"BLR_AP_ID": 1,
"BLR_CP_ID": "sample string 2"
}
application/xml, text/xml
Sample:
<GetBLReport 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_BL_ID>1</BLR_BL_ID> <BLR_CP_ID>sample string 2</BLR_CP_ID> <BLR_TYPE>sample string 1</BLR_TYPE> </GetBLReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |