POST api/BillOfLading/UploadBLFreeDays
Request Information
URI Parameters
None.
Body Parameters
UploadBLFreeDays| Name | Description | Type | Additional information |
|---|---|---|---|
| BFD_ID | integer |
None. |
|
| BFD_CHG_CODE | string |
None. |
|
| BFD_TYPE_CODE | string |
None. |
|
| BFD_BKG_NUM | string |
None. |
|
| BFD_CON_ID | integer |
None. |
|
| BFD_FREE_DAYS | integer |
None. |
|
| BFD_CON_NUM | string |
None. |
|
| BFD_STATUS_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BFD_ID": 1,
"BFD_CHG_CODE": "sample string 1",
"BFD_TYPE_CODE": "sample string 2",
"BFD_BKG_NUM": "sample string 3",
"BFD_CON_ID": 1,
"BFD_FREE_DAYS": 1,
"BFD_CON_NUM": "sample string 4",
"BFD_STATUS_CODE": "sample string 5"
}
application/xml, text/xml
Sample:
<UploadBLFreeDays xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BFD_BKG_NUM>sample string 3</BFD_BKG_NUM> <BFD_CHG_CODE>sample string 1</BFD_CHG_CODE> <BFD_CON_ID>1</BFD_CON_ID> <BFD_CON_NUM>sample string 4</BFD_CON_NUM> <BFD_FREE_DAYS>1</BFD_FREE_DAYS> <BFD_ID>1</BFD_ID> <BFD_STATUS_CODE>sample string 5</BFD_STATUS_CODE> <BFD_TYPE_CODE>sample string 2</BFD_TYPE_CODE> </UploadBLFreeDays>
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. |