Retrieves a car with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

car
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the car

string

Required

Max length: 64

licence_plate

Licence Plate Of the car

string
initial_km

Actual KM value of the car before starting to add car travel on odyssee

integer
reference_back_office

Field used for Embedded entity (store there your ERP PK)

string

Max length: 255

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "a9d65b17-4f02-4ece-b8cb-61d4abd4df2c",
  "name": "sample string 2",
  "licence_plate": "sample string 3",
  "initial_km": 4,
  "reference_back_office": "sample string 5",
  "modified_dateutc": "2024-04-16T15:21:24.6362778+00:00"
}