The user needs to be logged in to use this endpoint, click here to read more.
It is possible to delete a future stopp, i.e the stop periode can not be activated.
The endpoint returns a list of remaining furture stops after removed the furture stop you have chosen.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "deliveryStops": [
- {
- "id": 1,
- "product": "CO27409",
- "stopTime": 1561121761000,
- "stopEndTime": 1561985761000,
- "stopType": "temporary"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
Stop API for stopping delivery to a customer permanently or temporary.
object |
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "deliveryStop": {
- "id": 1,
- "product": "CO27409",
- "stopTime": 1561121761000,
- "stopEndTime": 1561985761000,
- "stopType": "temporary",
- "deliveryStopChannel": "EMAIL",
- "deliveryStopReason": "BS"
}
}
{- "deliveryStops": {
- "id": 1,
- "product": "CO27409",
- "stopTime": 1561121761000,
- "stopEndTime": 1561985761000,
- "stopType": "temporary",
- "deliveryStopChannel": "EMAIL",
- "deliveryStopReason": "BS"
}
}
The user needs to be logged in to use this endpoint, click here to read more.
API is used to get stop registered on customer.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "deliveryStops": [
- {
- "id": 1,
- "product": "CO27409",
- "stopTime": 1561121761000,
- "stopEndTime": 1561985761000,
- "stopType": "temporary",
- "deliveryStopChannel": "BS",
- "deliveryStopReason": "CS"
}
]
}
API is used to get stop registered on customer.
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "deliveryStops": [
- {
- "id": 1,
- "product": "CO27409",
- "stopTime": 1561121761000,
- "stopEndTime": 1561985761000,
- "stopType": "temporary",
- "deliveryStopChannel": "BS",
- "deliveryStopReason": "CS"
}
]
}