Skip to main content

Billings Overview Relation

PropertyTypeDescriptionInformation
idintIdentifierUnique for single Client contract.
namestringAgreement/Project Name--
model_typeintModel type (enum)Enum values displayed in billings overview relations
priceDecimalInvoice priceMonetaryAttribute
datedateInvoice date--
billings_overview_idintIdentifier of BillingsOverview model.--
responsible_person_idintIdentifier of User model.--
responsible_person_namestringUser's name--
report_idint/nullReport identifierNullable.
notestringNote--
client_idintIdentifier of Client model.--
client_namestringClient's name--
past_deadlineboolPast deadline flag--
past_deadline_notified_atdatePast deadline date--
invoice_numberstringInvoice number--
created_atdateCreation dateDate of Client creation
updated_atdateLatest update dateDate of latest Client update

Example:

Note: Model type refers to enum, which can be find in billings-overview-relations.md.

{
"id": 74,
"name": "Klientská smlouva ",
"model_type": "1",
"model_id": "6",
"price": {
"CZK": {
"value": 100,
"formatted": "100,00 Kč"
}
},
"date": "2024-02-01",
"billings_overview_id": 153,
"responsible_person_id": 39,
"responsible_person_name": "Martin Pech",
"report_id": 80,
"note": null,
"client_id": 2,
"client_name": "KAITRADE spol. s r.o.",
"past_deadline": false,
"past_deadline_notified_at": null,
"invoice_number": null,
"created_at": "2024-02-21T12:15:10+0100",
"updated_at": "2024-02-21T12:15:10+0100"
}