api.contacts.get_details
GET /contacts/{contactId}/editdetails— ACPortal
Python
api.contacts.get_details(contact_id: str) -> ContactDetailedInfo
CLI
ab contacts get_details <contact_id>
GET /contacts/{contactId}/editdetails
Response
Returns ContactDetailedInfo.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Whether the record is active |
|
|
no |
Creation timestamp |
|
|
no |
Last modification timestamp |
|
|
no |
Creator identifier |
|
|
no |
Last modifier identifier |
|
|
no |
Unique identifier |
|
|
no |
First name |
|
|
no |
Last name |
|
|
no |
Email address |
|
|
no |
Phone number |
|
|
no |
Display ID |
|
|
no |
Full display name |
|
|
no |
Contact type identifier |
|
|
no |
Care-of / attention line |
|
|
no |
BOL notes |
|
|
no |
Tax ID |
|
|
no |
Whether this is a business contact |
|
|
no |
Whether this contact is a payer |
|
|
no |
Whether this contact is preferred |
|
|
no |
Whether this contact is private |
|
|
no |
Whether this is the primary contact |
|
|
no |
Associated company UUID |
|
|
no |
Root contact identifier |
|
|
no |
Owner franchisee UUID |
|
|
no |
Full company object |
|
|
no |
Legacy system GUID |
|
|
no |
Assistant name |
|
|
no |
Department name |
|
|
no |
Website URL |
|
|
no |
Birth date |
|
|
no |
Job title identifier |
|
|
no |
Job title |
|
|
no |
Typed email entries |
|
|
no |
Typed phone entries |
|
|
no |
Typed address entries |
|
|
no |
Fax number |
|
|
no |
Primary phone number |
|
|
no |
Primary email address |
|
|
no |
Whether the contact is editable |
|
|
no |
Contact addresses (legacy, untyped) |
|
|
no |
Phone numbers (legacy, untyped) |
|
|
no |
Email addresses (legacy, untyped) |
|
|
no |
Associated company info |
|
|
no |
Rich company details with address and branding |
|
|
no |
Whether full name needs update |
|
|
no |
Whether the contact record is empty |