Reservation Details
GET/reservation/:reservationId
This call will return a JSON object with the reservation details.
Reservation Statuses
Detailed explanation of the possible reservationStatus
values:
incomplete
- Reservation created in robot, but some packs are missing.complete
- Reservation created in robot, all packs are available.robotReservationFailed
- Syncing the reservation to the robot was unsuccessful.deliveryRequested
- Reservation is complete and a delivery was requested.deliveryRequestFailed
- The request for delivery has failed.delivered
- Reservation was successfully ejected from robot.deliveryFailed
- Delivery process started but failed to eject reservation from robot.pickedUp
- The customer picked up the delivered reservation.pickUpFailed
- The customer indicated that the ejected reservation was not ok.canceled
- The reservation got canceled.
Request
Responses
- 200
- 401
- 404
OK
Unauthorized
Not Found