POST api/BillOfLading/UploadVDADP
Request Information
URI Parameters
None.
Body Parameters
UploadVDAInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| BL_NO | string |
None. |
|
| BL_TYPE | string |
None. |
|
| RATE_TYPE | string |
None. |
|
| PROGRAM_ID | string |
None. |
|
| CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"BL_NO": "sample string 1",
"BL_TYPE": "sample string 2",
"RATE_TYPE": "sample string 3",
"PROGRAM_ID": "sample string 4",
"CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadVDAInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BL_NO>sample string 1</BL_NO> <BL_TYPE>sample string 2</BL_TYPE> <CREATED_BY>1</CREATED_BY> <ID>1</ID> <PROGRAM_ID>sample string 4</PROGRAM_ID> <RATE_TYPE>sample string 3</RATE_TYPE> </UploadVDAInputs>
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. |