Request Information
URI Parameters :
None.
Body Parameters :
gps_log| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| user_id |
User ID |
globally unique identifier | |
| device_id |
Device ID |
globally unique identifier | |
| date |
Date |
date | |
| dateutc |
DateUTC |
date | |
| latitude_decimal |
Latitude decimal |
decimal number | |
| longitude_decimal |
Longitude decimal |
decimal number |
Request Formats :
application/json, text/json
Sample:
{
"id": "f5388582-9b23-474f-bb6d-795c94614348",
"user_id": "36d80660-c6e0-4b66-b584-a2fa449a3dd4",
"device_id": "bccb03b9-39af-41e9-8b1b-4402de0d2ca5",
"date": "2026-03-07T14:51:17.0585866+00:00",
"dateutc": "2026-03-07T14:51:17.0585866+00:00",
"latitude_decimal": 6.0,
"longitude_decimal": 7.0
}
application/xml, text/xml
Sample:
<gps_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date>2026-03-07T14:51:17.058Z</date> <dateutc>2026-03-07T14:51:17.058Z</dateutc> <device_id>bccb03b9-39af-41e9-8b1b-4402de0d2ca5</device_id> <id>f5388582-9b23-474f-bb6d-795c94614348</id> <latitude_decimal>6</latitude_decimal> <longitude_decimal>7</longitude_decimal> <user_id>36d80660-c6e0-4b66-b584-a2fa449a3dd4</user_id> </gps_log>
Response Information
Resource Description :
gps_log| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| user_id |
User ID |
globally unique identifier | |
| device_id |
Device ID |
globally unique identifier | |
| date |
Date |
date | |
| dateutc |
DateUTC |
date | |
| latitude_decimal |
Latitude decimal |
decimal number | |
| longitude_decimal |
Longitude decimal |
decimal number |
Response Formats
application/json, text/json
Sample:
{
"id": "786d5311-d623-4177-a11c-86092aaa8464",
"user_id": "d3307492-7d5a-4101-a192-f72cade2b4f0",
"device_id": "ac6300bb-dde5-4719-af34-304e9f486542",
"date": "2026-03-07T14:51:17.0715673+00:00",
"dateutc": "2026-03-07T14:51:17.0715673+00:00",
"latitude_decimal": 6.0,
"longitude_decimal": 7.0
}
application/xml, text/xml
Sample:
<gps_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date>2026-03-07T14:51:17.071Z</date> <dateutc>2026-03-07T14:51:17.071Z</dateutc> <device_id>ac6300bb-dde5-4719-af34-304e9f486542</device_id> <id>786d5311-d623-4177-a11c-86092aaa8464</id> <latitude_decimal>6</latitude_decimal> <longitude_decimal>7</longitude_decimal> <user_id>d3307492-7d5a-4101-a192-f72cade2b4f0</user_id> </gps_log>