Delivery Cycles
Generate delivery cycles
Authorizations
Path parameters
tenantstringRequired
Body
Object which encapsulates all the fields needed to generate delivery cycle.
deliveryTimeIdstringRequired
Id of the delivery time.
slotIdstringRequired
Id of the slot.
deliveryDatestringRequired
The selected delivery date
Responses
201
CREATED
application/json
Responsestring
401
Unauthorized
application/json
403
Given authorization scopes are not sufficient and do not match required scopes.
application/json
404
The requested resource does not exist.
application/json
500
Some server side error occurred.
application/json
post
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
Was this helpful?