Location Management REST Endpoints

Location Management
The Location Management API lets team members with the MobileEnvironment_System role create, update, and delete location devices, places, and assets.
Add Assets
Method: post
Path: /mobile/system/locationManagement/assets
Add Assets from File
Method: post
Path: /mobile/system/locationManagement/assets/upload
Add Devices
Method: post
Path: /mobile/system/locationManagement/devices
Add Devices from File
Method: post
Path: /mobile/system/locationManagement/devices/upload
Add Places
Method: post
Path: /mobile/system/locationManagement/places
Add Places from File
Method: post
Path: /mobile/system/locationManagement/places/upload
Delete Asset
Method: delete
Path: /mobile/system/locationManagement/assets/{id}
Delete Device
Method: delete
Path: /mobile/system/locationManagement/devices/{id}
Delete Multiple Assets
Method: delete
Path: /mobile/system/locationManagement/assets
Delete Multiple Devices
Method: delete
Path: /mobile/system/locationManagement/devices
Delete Multiple Places
Method: delete
Path: /mobile/system/locationManagement/places
Delete Place
Method: delete
Path: /mobile/system/locationManagement/places/{id}
Update Asset
Method: put
Path: /mobile/system/locationManagement/assets/{id}
Update Device
Method: put
Path: /mobile/system/locationManagement/devices/{id}
Update Place
Method: put
Path: /mobile/system/locationManagement/places/{id}