Availability for specific delivery date
Request and response
Request
Response
{
"items": [
{
"facilityRef": "cgn-01",
"tenantArticleId": "0631",
"available": 300
},
{
"facilityRef": "cgn-01",
"tenantArticleId": "2027",
"available": 200
},
{
"facilityRef": "dus-01",
"tenantArticleId": "06031",
"available": 4
},
{
"facilityRef": "dus-01",
"tenantArticleId": "2027",
"available": 0
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckoutOptionsDeliveryTimePointRequest
desiredDeliveryDatestring · date-timeRequired
Desired delivery date-time
tenantArticleIdsstring[]Required
Tenant article IDs
Responses
200
The request could be evaluated
application/json
CheckoutOptionsDeliveryTimePointResponse
400
Invalid input. See response for details.
application/json
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
404
The requested entity was not found
application/json
409
A version conflict occurred.
application/json
post
/api/promises/checkoutoptions/delivery/timepointLast updated