A CoworkerDelivery tracks a delivery (mail, parcel, check, or other item) received on behalf of a customer at a location, along with its current processing status and the customer’s handling preference.Each delivery records who it is for (CoworkerId or ContractContactId), what it is (DeliveryType), and how the customer wants it handled (HandlingPreference). Staff can then mark the delivery through its lifecycle — processed, collected, forwarded, scanned, recycled, shredded, or returned to sender — with corresponding timestamps.Handling preferences control what happens to the delivery:
HandlingPreference
Meaning
StoreForCollection
Hold for the customer to pick up
Forward
Forward to the customer’s address
OpenScanForward
Open, scan contents, then forward the original
OpenScanRecycle
Open, scan contents, then recycle the original
OpenScanShred
Open, scan contents, then shred the original
OpenScanStoreForCollection
Open, scan contents, then hold for collection
Recycle
Recycle the delivery
ReturnToSender
Return the delivery to the sender
Shred
Shred the delivery
DepositCheck
Deposit the enclosed check
Deliveries can also have attached files — for example, a scanned copy of the contents (NewScannedFileDataUrl), a forwarding receipt (NewForwardedFileDataUrl), or a collection signature (NewSignatureUrl).
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerDelivery-Create role.