POST ops/logistics/load
Request Information
URI Parameters
None.
Body Parameters
TransportLoadName | 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": "2024-11-20T21:07:45.9458514+00:00", "tally": 3, "trailerId": 4, "truckId": 5, "userName": "sample string 6", "weight": 7 }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.