PrintBackground (object)
| Feld | Typ | Beschreibung | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. | |||||||||
| id* | integer | — | |||||||||
| 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 | — | |||||||||
| mediaFile | object |
| |||||||||
| name* | string | — | |||||||||
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. |
Beispiel (JSON)
{
"id": 0,
"name": "string",
"is_default": true,
"is_default_custom_document": true,
"is_default_quote": true,
"is_default_order_confirmation": true
}