POST API/Report/GetDiagnosticCard
Request Information
URI Parameters
None.
Body Parameters
DiagnosticCardRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| department_id | integer |
None. |
|
| vehicle_id | globally unique identifier |
None. |
|
| dateBeg | date |
None. |
|
| dateEnd | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"department_id": 1,
"vehicle_id": "bde0c939-07f9-43cd-bece-99069326429c",
"dateBeg": "2026-01-17T05:34:18.7495245+05:00",
"dateEnd": "2026-01-17T05:34:18.7495245+05:00"
}
application/xml, text/xml
Sample:
<DiagnosticCardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarPark.Models.Interaction"> <dateBeg>2026-01-17T05:34:18.7495245+05:00</dateBeg> <dateEnd>2026-01-17T05:34:18.7495245+05:00</dateEnd> <department_id>1</department_id> <vehicle_id>bde0c939-07f9-43cd-bece-99069326429c</vehicle_id> </DiagnosticCardRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>