This API operation retrieves all active reservations for the specified contact within the given locker bank. Use this API to view all locker units currently reserved for a particular recipient or department.
All active reservations for the specified contact has been fetched successfully.
The request could not be authorized.
The requested resource was not found.
The request could not be completed due to an internal error.
{- "reservedUnits": [
- {
- "lockerBankId": "AOne",
- "lockerUnitId": "2",
- "size": "small",
- "accessible": true,
- "unitInService": true,
- "unitReserved": true,
- "unitOccupied": true,
- "parcelsReserved": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
], - "parcelsDeposited": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
], - "contactId": "684a6b7bbc85e1bce7392b9e",
- "contactType": "recipient",
- "contactName": "User Name",
- "reservationTime": "2025-11-12T16:13:06Z",
- "reservationExpiryTime": "2025-12-19T09:59:00Z",
- "depositTime": "2025-11-17T14:28:37Z",
- "depositExpiryTime": "2025-11-30T14:28:37Z"
}
]
}