CreatePrintBackgroundRequest (object)
| Field | Type | Description |
|---|---|---|
| is_default | boolean | — |
| is_default_credit_note | boolean | — |
| is_default_custom_document | boolean | — |
| is_default_delivery_note | boolean | — |
| is_default_dunning | boolean | — |
| is_default_invoice | boolean | — |
| is_default_order_confirmation | boolean | — |
| is_default_quote | boolean | — |
| name* | string | — |
Example (JSON)
{
"name": "string",
"is_default": true,
"is_default_custom_document": true,
"is_default_quote": true,
"is_default_order_confirmation": true,
"is_default_delivery_note": true
}