Create Asset Tracking mode
Create new tracking mode to asset
Parameters
Type
Description
tagType(Mandatory)
String(36)
Asset tag type
tagTypeID(Mandatory)
String(36)
Asset tag typeID
URL Parameters:
clientUUID
assetUUID
To create new tracking mode to asset
POST
https://<baseurl>/v1/organization/assets/addassetTrackingMode/@clientUUID/@assetUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
assetUUID
string
Asset UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200
}
#########################################################################
## Error:Unable to save data
#########################################################################
{
"message": "error",
"status": 400,
"description": "Unable to save data"
}
Last updated
Was this helpful?