Contacts
Model
Contact Model
The contact represents a single tracking number with one or more parcels that needs to be delivered.
object "contact"
The description of the model.
address Address
The parsed address for this contact.
created_at integer
Time in epoch seconds when this resource was created.
email string
The email for the contact.
group_contacts object
Details about what contacts are nested inside of this contact. This is only possible if the contact type
is set to group.
Show Details
id string
Unique identifier for the contact.
locations Array.<string>
A list of location IDs to which this contact is associated.
metadata object
Key value pairs of data that you can set.
name string
The name of the contact.
notes string
Any notes that were added about this contact.
options Object
The options passed into the request.
Show Details
organization_id string
Unique identifier for the organization that owns this contact. This will always be your organization ID.
phone string
The phone number for this contact.
referenced_contacts Array.<ReferencedContact
A list of all contacts referenced by this contact if it's a group with more details about them.
Show ReferencedContact
type "person"|"group"
The type of contact.
updated_at integer
Time in epoch seconds when this contact was last updated.
_search object
A special property that will be included if searching through contacts. This is a flat object which will include <mark>
tags around characters that have matched the search. You can use this to more easily highlight text for a user interface.