This API operation updates the reservation information to add a package into an existing locker unit in the given locker bank.
Update the reservation parcels for an existing locker unit.
Successful operation
Invalid request.
The request could not be authorized.
The requested resource was not found.
The request could not be completed due to an internal error.
{- "userId": "user@gmail.com",
- "reservationExpiryTime": "string",
- "parcels": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
]
}{- "lockerBankId": "AOne",
- "lockerUnitId": "7",
- "userId": "user@gmail.com",
- "reservationExpiryTime": "string",
- "parcelsReserved": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
]
}