| Field | Type | Flags | Description |
|---|---|---|---|
| addresses | Related | Nullable Blankable | Contact's addresses list |
| contacts | Related | Readonly Nullable Blankable | List of the organization's contacts |
| corporate_name | String | Organization's name | |
| creator | Reference | Readonly | Contacts's creator |
| emails | Related | Nullable Blankable | Contact's email address (max length = 128) |
| gravatar_mail | String | Nullable Blankable | Contact's email used for displaying gravatar pictures |
| id | Objectid | Readonly | Unique identifier of the resource |
| note | String | Nullable Blankable | A note for a contact (max length = 2048) |
| phones | Related | Nullable Blankable | Contact's phone (max length = 16) |
| photo | Reference | Nullable Blankable | If photo_source is LOCAL, use this file as photo. Photo URI should always be used for display |
| photo_source | String | Nullable Blankable | Source of the photo. If not provided, a default photo will be used |
| photo_uri | String | Readonly Nullable Blankable | Contact's photo URI |
| private | Boolean | Blankable | If the contact/organization is private, it is only viewable by its creator. Private contacts/organizations can't be used with shared documents (such as quotations or invoices). The default is "true" |
| resource_uri | String | Readonly | URI which represent a specific resource. All references are based upon this scheme |
| status | String | Readonly | The current status of the resource. Depending on the resource type, it can be "ACTIVE", "DELETED", "DISABLED", [...]. Only included on detail requests |
| tags | List | Nullable Blankable | List of the organization's tags |