POST ops/logistics/deliveries
Request Information
URI Parameters
None.
Body Parameters
TransportOffload| Name | Description | Type | Additional information |
|---|---|---|---|
| Coordinates | Coordinates |
None. |
|
| DeliveryNote | string |
None. |
|
| DepotId | integer |
None. |
|
| Logs | Collection of TransportLog |
None. |
|
| Submitted | date |
None. |
|
| TrailerId | integer |
None. |
|
| TruckId | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"coordinates": null,
"deliveryNote": "sample string 1",
"depotId": 2,
"logs": [
{
"logNo": "sample string 1"
},
{
"logNo": "sample string 1"
}
],
"submitted": "2025-11-08T16:48:22.7503447+00:00",
"trailerId": 4,
"truckId": 5,
"userName": "sample string 6"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.