POST api/BillOfLading/GetWaiver
Request Information
URI Parameters
None.
Body Parameters
Getwaiver| Name | Description | Type | Additional information |
|---|---|---|---|
| CFW_TYPE | string |
None. |
|
| CFW_CP_ID | integer |
None. |
|
| CFW_ID | integer |
None. |
|
| CFW_CHG_ID | integer |
None. |
|
| CFW_BKG_ID | integer |
None. |
|
| CFW_CON_ID | integer |
None. |
|
| CFW_CONT_TYPE | integer |
None. |
|
| CFW_STATUS | string |
None. |
|
| CFW_SEARCH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CFW_TYPE": "sample string 1",
"CFW_CP_ID": 1,
"CFW_ID": 1,
"CFW_CHG_ID": 1,
"CFW_BKG_ID": 1,
"CFW_CON_ID": 1,
"CFW_CONT_TYPE": 1,
"CFW_STATUS": "sample string 2",
"CFW_SEARCH": "sample string 3"
}
application/xml, text/xml
Sample:
<Getwaiver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <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_ID>1</CFW_ID> <CFW_SEARCH>sample string 3</CFW_SEARCH> <CFW_STATUS>sample string 2</CFW_STATUS> <CFW_TYPE>sample string 1</CFW_TYPE> </Getwaiver>
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. |