Create an Asset

This API allows you to create an asset and add all its associated information in your account.

Body Params
string
required

Name of the asset

string
required

Name of the asset type

string

Make of the vehicle

string

Model of the vehicle

int32

Manufactured year of the vehicle

string

License plate number of the vehicle

string

Asset identification name

string
required

Unique identifier representing the group to be associated with the asset

string
required

Unique identifier of the datalogger device associated with the asset

int32

Current engine run time in seconds

date

Last service date of the vehicle in mm/dd/yyyy format

date

Next service date of the vehicle in mm/dd/yyyy format

string
required
Defaults to {"extension1Id":"","extension2Id":""}

Unique identifiers of the extensions to be associated with the Asset. Example(if no extension association needed): "extensionLiteStr": "{"extension1Id":"","extension2Id":""}"; Example(if association is required): "extensionLiteStr": "{"extension1Id":"4f3473fb-c9c1-11ea-bd28-3956495f9ab5","extension2Id":"a5d892f4-decc-11ea-944f-2dcdde665427"}"

string

The tag to be associated with the asset

string

Hex color code which denotes the background color. Default color is red

string

Hex color code which denotes the text color. Default color is red

string

Name of the icon to be associated with the asset

string

Unique identifier of the temperature sensor to be associated with the asset

double

Current odometer reading to be updated for the asset

Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json