Get Inventory Updates
POST/api/v1/map/inventory/updates
This service message gets a list of map request IDs and responds if there is new data map-product for them.
Request
- application/json
Body
required
deviceId stringrequired
inventory
object
required
enum
title
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
updates
object
required
property name* boolean
{
"updates": {
"mapId_1": true,
"mapId_2": false
}
}
Loading...