Latest invoice or service order created for this contract's billing periods (matches recurring_document_type).
| Feld | Typ | Beschreibung |
|---|---|---|
| document_type* | string | string
|
| formatted_number* | string | — |
| id* | integer | — |
| service_contract_period_from | string (date) | — |
| service_contract_period_to | string (date) | — |
Beispiel (JSON)
{
"document_type": "invoice",
"id": 0,
"formatted_number": "string",
"service_contract_period_from": "2026-01-15",
"service_contract_period_to": "2026-01-15"
}