Jupiter ERP
Account API

ServiceContractLastBillingNullable

Latest invoice or service order for this contract (read-only; matches recurring_document_type)

Latest invoice or service order created for this contract's billing periods (matches recurring_document_type).

FieldTypeDescription
document_type*string

string

  • invoice
  • service_order
formatted_number*string
id*integer
service_contract_period_fromstring (date)
service_contract_period_tostring (date)
Example (JSON)
{
  "document_type": "invoice",
  "id": 0,
  "formatted_number": "string",
  "service_contract_period_from": "2026-01-15",
  "service_contract_period_to": "2026-01-15"
}
Schema ServiceContractLastBillingNullable · Jupiter ERP