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"
Any of:
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
If originated from external system origin is added
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
Interval if payment partial type is monthly or `yearly
| Type | Interval | Description |
|---|---|---|
once | any | Once per offer |
monthly | 1 | Every month in performance range |
monthly | 3 | Every 3 months in performance range |
monthly | 6 | Every 6 monthsin performance range |
yearly | 1 | Every year in performance range |
yearly | 3 | Every 3 years in performance range |
yearly | 6 | Every 6 years in performance range |
{ "id": "string", "title": "string", "type": "string", "indent": 0, "order": 0, "is_credit": true, "is_optional": true, "price": 0, "amount": 0, "total": 0, "supplier": { "id": "string", "name": "string" }, "client": { "id": "string", "external_id": "string", "external_origin": "string", "name": "string", "shortcode": "string", "primary_contact": { … }, "origin_space": { … } }, "project": { "id": "string", "external_id": "string", "external_origin": "string", "title": "string", "shortcode": "string", "po_number": "string", "project_type": { … }, "status": "string", "is_acquisition": true, "is_private": true, "start_date": "2019-08-24", "end_date": "2019-08-24", "client": { … }, "tags": [ … ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "origin_space": { … }, "team": [ … ], "guests": [ … ], "computed_fields": { … } }, "status": "string", "payment_partial_type": "once", "payment_partial_interval": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }