POST ops/logistics/load
Request Information
URI Parameters
None.
Body Parameters
TransportLoad| Name | Description | Type | Additional information |
|---|---|---|---|
| Coordinates | Coordinates |
None. |
|
| DeliveryNote | string |
None. |
|
| Logs | Collection of TransportLog |
None. |
|
| Stacks | Collection of TransportStack |
None. |
|
| Submitted | date |
None. |
|
| Tally | integer |
None. |
|
| TrailerId | integer |
None. |
|
| TruckId | integer |
None. |
|
| UserName | string |
None. |
|
| Weight | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"coordinates": null,
"deliveryNote": "sample string 1",
"logs": [
{
"logNo": "sample string 1"
},
{
"logNo": "sample string 1"
}
],
"stacks": [
{
"stackNo": "sample string 1"
},
{
"stackNo": "sample string 1"
}
],
"submitted": "2025-12-15T02:54:20.6615492+00:00",
"tally": 3,
"trailerId": 4,
"truckId": 5,
"userName": "sample string 6",
"weight": 7
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.