| Name | Description | Type | Additional information |
|---|---|---|---|
| culture | string |
None. |
| Name | Description | Type | Additional information |
|---|---|---|---|
| CarId | integer |
None. |
|
| InspectionDateFrom | date |
None. |
|
| InspectionDateTo | date |
None. |
|
| IsActive | boolean |
None. |
|
| NextInspectionDateFrom | date |
None. |
|
| NextInspectionDateTo | date |
None. |
{
"CarId": 1,
"IsActive": true,
"InspectionDateFrom": "2026-08-25T11:27:18.6841242+02:00",
"InspectionDateTo": "2026-08-25T11:27:18.6841242+02:00",
"NextInspectionDateFrom": "2026-08-25T11:27:18.6841242+02:00",
"NextInspectionDateTo": "2026-08-25T11:27:18.6841242+02:00"
}
| Name | Description | Type | Additional information |
|---|---|---|---|
| CarId | integer |
None. |
|
| CreationTime |
Creation time. UTC representation in ISO 8601 format. |
date |
None. |
| CurrencyId | integer |
None. |
|
| DueDate | date |
None. |
|
| EqualRates | boolean |
None. |
|
| GrossPrice | decimal number |
None. |
|
| Id | integer |
None. |
|
| InspectionDate | date |
None. |
|
| InspectionFirmId | integer |
None. |
|
| InspectionMileage | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceNumber2 | string |
None. |
|
| ModificationTime |
Modifiction time. UTC representation in ISO 8601 format. |
date |
None. |
| NetPrice | decimal number |
None. |
|
| NextInspectionDate | date |
None. |
|
| NumberOfInstallments | integer |
None. |
|
| Remark | string |
None. |
|
| VatPrice | decimal number |
None. |
[
{
"Id": 1,
"InspectionDate": "2026-08-25T11:27:18.6861263+02:00",
"InspectionMileage": 1,
"NextInspectionDate": "2026-08-25T11:27:18.6861263+02:00",
"InspectionFirmId": 1,
"NetPrice": 1.0,
"GrossPrice": 1.0,
"VatPrice": 1.0,
"CurrencyId": 1,
"EqualRates": true,
"NumberOfInstallments": 1,
"DueDate": "2026-08-25T11:27:18.6861263+02:00",
"Remark": "sample string 2",
"CarId": 3,
"InvoiceNumber": "sample string 4",
"InvoiceNumber2": "sample string 5",
"CreationTime": "2026-08-25T11:27:18.6861263+02:00",
"ModificationTime": "2026-08-25T11:27:18.6861263+02:00"
},
{
"Id": 1,
"InspectionDate": "2026-08-25T11:27:18.6861263+02:00",
"InspectionMileage": 1,
"NextInspectionDate": "2026-08-25T11:27:18.6861263+02:00",
"InspectionFirmId": 1,
"NetPrice": 1.0,
"GrossPrice": 1.0,
"VatPrice": 1.0,
"CurrencyId": 1,
"EqualRates": true,
"NumberOfInstallments": 1,
"DueDate": "2026-08-25T11:27:18.6861263+02:00",
"Remark": "sample string 2",
"CarId": 3,
"InvoiceNumber": "sample string 4",
"InvoiceNumber2": "sample string 5",
"CreationTime": "2026-08-25T11:27:18.6861263+02:00",
"ModificationTime": "2026-08-25T11:27:18.6861263+02:00"
}
]