POST api/ALJABORDELIVERIES
Request Information
URI Parameters
None.
Body Parameters
Deliverystatement| Name | Description | Type | Additional information |
|---|---|---|---|
| fromdate | string |
None. |
|
| todate | string |
None. |
|
| material | string |
None. |
|
| soldto | string |
None. |
|
| shipto | string |
None. |
|
| truck | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromdate": "sample string 1",
"todate": "sample string 2",
"material": "sample string 3",
"soldto": "sample string 4",
"shipto": "sample string 5",
"truck": "sample string 6"
}
application/xml, text/xml
Sample:
<Deliverystatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPIDEMO"> <fromdate>sample string 1</fromdate> <material>sample string 3</material> <shipto>sample string 5</shipto> <soldto>sample string 4</soldto> <todate>sample string 2</todate> <truck>sample string 6</truck> </Deliverystatement>
application/x-www-form-urlencoded
Sample:
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. |