Can be used to add an identifier to the client from an external system, must be unique
Any of:
Any of:
Can be used to add an identifier to the client from an external system, must be unique
Any of:
Enum"user""guest""tax_advisor""integration"
The key is the field name for your custom field, value type depends on the field type
{ "id": "string", "external_id": "string", "external_origin": "string", "gender": "string", "first_name": "string", "last_name": "string", "title": "string", "title_suffix": "string", "position": "string", "locale": "string", "birthday": "2019-08-24", "fax": "string", "telephone": "string", "telephone_private": "string", "mobile": "string", "mobile_private": "string", "email": "user@example.com", "email_private": "user@example.com", "address_street": "string", "address_house": "string", "address_street2": "string", "address_zip": "string", "address_state": "string", "address_town": "string", "address_country": { "id": "string", "name": "string", "code": "string" }, "owner": { "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "space": { … } }, "client": { "id": "string", "external_id": "string", "external_origin": "string", "name": "string", "shortcode": "string", "primary_contact": { … }, "origin_space": { … } }, "companies": [ { … } ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z", "contact_company": { "position": "string" } }