This API operation retrieves the reservation details for a specific parcel using its tracking number within the specified locker bank.
Reservation details for the specified tracking number 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.
{- "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"
}