| Field | Type | Flags | Description |
|---|---|---|---|
| additional_names | String | Nullable Blankable | Contact's additional names (max_length = 128) |
| addresses | Related | Nullable Blankable | Contact's addresses list |
| birthday | Date | Nullable Blankable | Contact's birthday (ie. 01/01/1970) |
| civility | String | Nullable Blankable | Contact's civility |
| creator | Reference | Readonly | Contacts's creator |
| emails | Related | Nullable Blankable | Contact's email address (max length = 128) |
| firstname | String | Contact's first name (max_length = 64) | |
| gravatar_mail | String | Nullable Blankable | Contact's email used for displaying gravatar pictures |
| id | Objectid | Readonly | Unique identifier of the resource |
| name | String | Contact's name (max_length = 64) | |
| note | String | Nullable Blankable | A note for a contact (max length = 2048) |
| organization | Reference | Nullable Blankable | Organization related to the contact |
| 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 |
| role | String | Nullable Blankable | Contacts's role inside his organization |
| 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 |