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": "608ce1be-d4c9-44aa-96e9-d0021cdad160",
"user_id": "cd71698b-08f2-42ad-8b11-db704b75e4e6",
"device_id": "f3f70d2b-50ca-4214-8a41-e96aaf041580",
"date": "2026-06-16T21:19:29.4099689+00:00",
"dateutc": "2026-06-16T21:19:29.4099689+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-06-16T21:19:29.409Z</date> <dateutc>2026-06-16T21:19:29.409Z</dateutc> <device_id>f3f70d2b-50ca-4214-8a41-e96aaf041580</device_id> <id>608ce1be-d4c9-44aa-96e9-d0021cdad160</id> <latitude_decimal>6</latitude_decimal> <longitude_decimal>7</longitude_decimal> <user_id>cd71698b-08f2-42ad-8b11-db704b75e4e6</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": "5bd40529-22a0-4477-b5a0-881e68862363",
"user_id": "0f0a2da0-09ca-4ddb-9a6f-9f6f33194dc6",
"device_id": "705b3a6e-6549-4e78-8dbb-8d8e22cf36c3",
"date": "2026-06-16T21:19:29.4099689+00:00",
"dateutc": "2026-06-16T21:19:29.4099689+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-06-16T21:19:29.409Z</date> <dateutc>2026-06-16T21:19:29.409Z</dateutc> <device_id>705b3a6e-6549-4e78-8dbb-8d8e22cf36c3</device_id> <id>5bd40529-22a0-4477-b5a0-881e68862363</id> <latitude_decimal>6</latitude_decimal> <longitude_decimal>7</longitude_decimal> <user_id>0f0a2da0-09ca-4ddb-9a6f-9f6f33194dc6</user_id> </gps_log>