POST API/Report/GetDiagnosticCard

Request Information

URI Parameters

None.

Body Parameters

DiagnosticCardRequest
NameDescriptionTypeAdditional 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": "f09560b7-5170-4593-b513-9189bc199ddd",
  "dateBeg": "2026-03-18T05:01:42.0148486+05:00",
  "dateEnd": "2026-03-18T05:01:42.0148486+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-03-18T05:01:42.0148486+05:00</dateBeg>
  <dateEnd>2026-03-18T05:01:42.0148486+05:00</dateEnd>
  <department_id>1</department_id>
  <vehicle_id>f09560b7-5170-4593-b513-9189bc199ddd</vehicle_id>
</DiagnosticCardRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>