TrackerHub
  1. Position
TrackerHub
  • Docs
    • 01. Project Overview
    • 02. Authentication
    • 03. Error Handling
    • 04. Input Operations
    • 05. GPS Position Workflow
  • API
    • Device Type
      • Device Type
    • Tracker
      • Tracker
      • Tracker
      • Tracker
      • Tracker
    • Device
      • Create Device
      • List Device
      • Device
      • Device
      • Device
    • Position
      • Position
        GET
      • Position
        PATCH
      • Position
        DELETE
      • Create Position
        POST
      • Position :vendor
        POST
      • latest-position
        GET
      • latest-positions
        POST
      • latest-positions :deviceId
        GET
    • Configuration
      • Config
      • Config
      • Config
      • Config
    • Healthcheck
      GET
  1. Position

Position :vendor

Production reader
https://api.exati.com.br/tracking/read
Production reader
https://api.exati.com.br/tracking/read
POST
/position/vendor/{vendor}
Position
This method is responsible for creating new Positions.

Request

Path Params
vendor
string 
required
Query Params
vendor
string 
optional
The vendor identifier
Body Params application/json
object {0}
Example
"{}"

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.exati.com.br/tracking/read/position/vendor/' \
--header 'Content-Type: application/json' \
--data-raw '"{}"'

Responses

🟢200OK
application/json
Example of a Successful response
Body
status
string 
optional
ok
message
string 
optional
Entity processed successfully
Example
{
    "status": "ok",
    "message": "Entity processed successfully"
}
🟠400Bad Request
🟠422Parameter Error
Previous
Create Position
Next
latest-position