Can be used to add an identifier to the project from an external system, must be unique
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", "title": "string", "shortcode": "string", "po_number": "string", "project_type": { "id": "string", "title": "string", "shortcode": "string", "color": "string", "order": 0, "is_default": true }, "status": "string", "is_acquisition": true, "is_private": true, "start_date": "2019-08-24", "end_date": "2019-08-24", "client": { "id": "string", "external_id": "string", "external_origin": "string", "name": "string", "shortcode": "string", "primary_contact": { … }, "origin_space": { … } }, "tags": [ { … } ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "origin_space": { "id": "string", "name": "string" }, "team": [ { … } ], "guests": [ { … } ], "computed_fields": { "property1": 0, "property2": 0 } }