POST ops/logistics/weight
Request Information
URI Parameters
None.
Body Parameters
TransportWeighPOSTName | Description | Type | Additional information |
---|---|---|---|
Coordinates | Coordinates |
None. |
|
DeliveryNote | string |
None. |
|
DepotId | integer |
None. |
|
Submitted | date |
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", "depotId": 2, "submitted": "2024-11-20T21:09:53.4147984+00:00", "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.