ShipmentWindow
shipmentDateFrom date-time
The first date of the shipment window
Example:
2021-05-07T00:00:00+00:00
shipmentDateTo date-time
The last date of the shipment window
Example:
2021-05-15T00:00:00+00:00
shipmentNote stringnullable
Note on the shipment window
Example:
Acknowledged
ShipmentWindow
{
"shipmentDateFrom": "2021-05-07T00:00:00+00:00",
"shipmentDateTo": "2021-05-15T00:00:00+00:00",
"shipmentNote": "Acknowledged"
}