CoworkerDeliveries
Get one CoworkerDelivery
Retrieve a single CoworkerDelivery record by its Id.
GET
Get one CoworkerDelivery
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:
Deliveries can also have attached files — for example, a scanned copy of the contents (
NewScannedFileDataUrl), a forwarding receipt (NewForwardedFileDataUrl), or a collection signature (NewSignatureUrl).
Authentication
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-Read role.Path Parameters
integer
required
The Id of the CoworkerDelivery record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
integer
ID of the coworker linked to this record.
string
The coworker coworker type value for this coworker delivery.
string
Full name of the customer the delivery is for.
string
Email address of the customer the delivery is for.
string
Billing name of the customer the delivery is for.
string
Company name of the customer the delivery is for.
string
Team names the customer belongs to.
integer
ID of the contract contact linked to this record.
string
Full name of the contract contact the delivery is for.
string
Email address of the contract contact the delivery is for.
string
Short label or description identifying the delivery item.
string
Physical location where the delivery is being stored (e.g. mailroom shelf).
string
Name of the staff member who received the delivery.
string
Free-text notes about the delivery.
string
Current file name of the file data (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the file data.
boolean
Set to true to remove the current file data file.
string
Current file name of the signature (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the signature.
boolean
Set to true to remove the current signature file.
string
Current file name of the scanned file data (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the scanned file data.
boolean
Set to true to remove the current scanned file data file.
string
Current file name of the forwarded file data (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the forwarded file data.
boolean
Set to true to remove the current forwarded file data file.
boolean
Whether the delivery has been processed according to the handling preference.
boolean
Whether the customer has collected the delivery.
boolean
Whether the customer must sign upon collection.
boolean
Whether the customer has signed for the delivery.
boolean
Whether notified is enabled.
string
Date and time the customer collected the delivery.
boolean
Whether billed is enabled.
integer
Type of delivery item (Mail, Parcel, Check, Publicity, or Other). See
eDeliveryType enum values: 0 = None, 1 = Mail, 2 = Parcel, 3 = Check, 4 = Publicity, 5 = Other.integer
How the customer wants this delivery handled (e.g. StoreForCollection, Forward, Shred).
boolean
Whether the enclosed check has been deposited.
boolean
Whether the delivery has been forwarded to the customer.
boolean
Whether the delivery contents have been scanned.
boolean
Whether the delivery has been recycled.
boolean
Whether the delivery has been shredded.
boolean
Whether the delivery is being held for customer collection.
boolean
Whether the delivery has been returned to sender.
string
Date and time the check was deposited.
string
Date and time the delivery was forwarded.
string
Date and time the delivery contents were scanned.
string
Date and time the delivery was recycled.
string
Date and time the delivery was shredded.
string
Date and time the delivery was placed in storage for collection.
string
Date and time the delivery was returned to sender.
string
ID of the forwarding address unique associated with this record.
string
ID of the check deposited product unique associated with this record.
string
ID of the forwarded product unique associated with this record.
string
ID of the scanned product unique associated with this record.
string
ID of the recycled product unique associated with this record.
string
ID of the shredded product unique associated with this record.
string
ID of the stored for collection product unique associated with this record.
string
ID of the returned to sender product unique associated with this record.
string
ID of the collected product unique associated with this record.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one CoworkerDelivery