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": "2025-12-08T00:57:49.4877845+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>2025-12-08T00:57:49.4877845+01:00</TimeStamp>
  <DriverId>4</DriverId>
</JsonLocation>