NextGen APIs

POST /tracking/gps-tracking/r1/resource-positions/latest/batch

Http Verb

POST

Url

/tracking/gps-tracking/r1/resource-positions/latest/batch

Permissions required


Personally Identifiable Information (PII)

No

Sensitive Information

Yes

Last Modified Version

r1

Released since

2026 W1 (FSM 22.0)

Deprecated since


Removed since


Tech Tags


Business Logic

This API registers a set of new latest positions for a list of resources. If a position already exists for a specific resource, the existing record is updated with the new data; otherwise, a new position is created.
The API processes records in batches of 1,000. It performs up to 1,000 inserts and 1,000 updates separately per batch operation.

Header Parameters

Default.

Request Body Parameters

Field

Validations

Note

resourceId

Mandatory

 

xCoordinate

Mandatory

 

yCoordinate

Mandatory


detectionDate

Format: ISO-8601


accuracy


 

Response documentation

Response payload fields

Field

Note

payload

 

Response error codes

BASE_0003, GPS_TRACKING_001