UpdateQuoteRequest (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 | ||||||||||||||||||||||||||||||||||||||||||||||||
| adjustments | object[] | array Elements
| ||||||||||||||||||||||||||||||||||||||||||||||||
| buyer_email | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| buyer_reference | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| cash_discount_days | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| cash_discount_rate | number | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| city | string | City of the address. | ||||||||||||||||||||||||||||||||||||||||||||||||
| contact_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| country_code | string | ISO country code of the address. | ||||||||||||||||||||||||||||||||||||||||||||||||
| currency_code | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| date | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| delivery_terms | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| due_date | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| exchange_rate | string | Optional exchange rate to EUR (foreign units per 1 EUR, ECB convention). When omitted, it is prefilled from the daily ECB rate for the document date. | ||||||||||||||||||||||||||||||||||||||||||||||||
| formatted_number | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| name_line_1 | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| name_line_2 | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| name_line_3 | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| payment_method_code | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| payment_terms | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| positions | object[] | array Elements
| ||||||||||||||||||||||||||||||||||||||||||||||||
| positions_price_input_mode | string | Whether position unit prices were entered as net or gross (display preference; price_unit is always stored net). string
| ||||||||||||||||||||||||||||||||||||||||||||||||
| print_background_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| print_layout_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| print_options | object |
| ||||||||||||||||||||||||||||||||||||||||||||||||
| project_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| reference | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| service_object_ids | integer[] | array Elements integer | ||||||||||||||||||||||||||||||||||||||||||||||||
| service_order_id | integer | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| state | string | State or region of the address. | ||||||||||||||||||||||||||||||||||||||||||||||||
| subject | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| text_bottom | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| text_top | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| vat_rule_code | string | — | ||||||||||||||||||||||||||||||||||||||||||||||||
| zip | string | ZIP or postal code. |
Example (JSON)
{
"formatted_number": "string",
"date": "string",
"contact_id": 0,
"project_id": 0,
"service_order_id": 0,
"account_user_id": 0
}