POST api/BillOfLading/GetBLFreeDays
Request Information
URI Parameters
None.
Body Parameters
GetBLFreeDays| Name | Description | Type | Additional information |
|---|---|---|---|
| BFD_CHG_ID | integer |
None. |
|
| BFD_TYPE | string |
None. |
|
| BFD_BKG_NUM | string |
None. |
|
| BFD_CON_ID | integer |
None. |
|
| BFD_FREE_DAYS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BFD_CHG_ID": 1,
"BFD_TYPE": "sample string 1",
"BFD_BKG_NUM": "sample string 2",
"BFD_CON_ID": 1,
"BFD_FREE_DAYS": 1
}
application/xml, text/xml
Sample:
<GetBLFreeDays 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_FREE_DAYS>1</BFD_FREE_DAYS> <BFD_TYPE>sample string 1</BFD_TYPE> </GetBLFreeDays>
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. |