Delivery Cycles
Was this helpful?
Was this helpful?
Generate delivery cycles
Object which encapsulates all the fields needed to generate delivery cycle.
Id of the delivery time.
Id of the slot.
The selected delivery date
POST /shipping/{tenant}/delivery-cycles/generate HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 135
{
"deliveryTimeId": "64a80cf4c123c90e6c263789",
"slotId": "bdf61ee4-25f4-48af-94c3-ccea8612aefa",
"deliveryDate": "2020-12-08T12:00:00.000Z"
}
text