Request Information

Parameters

NameDescriptionAdditional information
coordinate No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Latitude": 1.0,
  "Longitude": 2.0,
  "TimeStamp": "2026-02-05T15:26:49.539495+01:00",
  "DriverId": 4
}

application/xml, text/xml

Sample:
<JsonLocation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Latitude>1</Latitude>
  <Longitude>2</Longitude>
  <TimeStamp>2026-02-05T15:26:49.539495+01:00</TimeStamp>
  <DriverId>4</DriverId>
</JsonLocation>