POST v6/shipment/saveMinimum
Request Information
URI Parameters
None.
Body Parameters
ShipmentMinimumInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ToLocationId | integer |
None. |
|
| ShipDate | date |
None. |
|
| Direction | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"toLocationId": 1,
"shipDate": "2025-11-08T08:28:29.9616466+00:00",
"direction": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.