CreateCustomDocumentRequest (object)
| Field | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account_user_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| address_line_1 | string | First line of the address (Street and House number) | ||||||||||||||||||||||||||||||||||||||||||||||||
| address_line_2 | string | Second line of the address | ||||||||||||||||||||||||||||||||||||||||||||||||
| city | string | City of the address. | ||||||||||||||||||||||||||||||||||||||||||||||||
| contact_id* | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| country_code | string | ISO country code of the address. | ||||||||||||||||||||||||||||||||||||||||||||||||
| date* | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| formatted_number | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| name_line_1 | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| name_line_2 | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| name_line_3 | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| print_background_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| print_layout_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| print_options | object |
| ||||||||||||||||||||||||||||||||||||||||||||||||
| project_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| reference | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| service_contract_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| service_object_ids | integer[] | array Elements integer | ||||||||||||||||||||||||||||||||||||||||||||||||
| service_order_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| source_document | object | Polymorphic reference to a business document in the account Polymorphic reference to a business document in the account
| ||||||||||||||||||||||||||||||||||||||||||||||||
| state | string | State or region of the address. | ||||||||||||||||||||||||||||||||||||||||||||||||
| subject | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| text | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| zip | string | ZIP or postal code. |
Example (JSON)
{
"formatted_number": "string",
"date": "string",
"contact_id": 0,
"project_id": 0,
"service_contract_id": 0,
"service_order_id": 0
}