This API operation deposit a package into a locker unit in the specified locker bank
The details of the parcel deposit into a locker unit.
The package has been deposited into a locker unit in the specified locker bank.
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",
- "parcels": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string",
- "photo": {
- "base64": "iVBORw0KGgoAAAANSUhEUgAAAAUA...",
- "contentType": "image/png"
}
}
]
}{- "lockerBankId": "AOne",
- "lockerUnitId": "7",
- "userId": "user@gmail.com",
- "pickupCode": "NR8PBW",
- "depositTime": "2025-11-27T11:23:26Z",
- "depositExpiryTime": "2025-11-28T11:23:26Z",
- "parcelsDeposited": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
]
}