Equipment Identity
The following endpoints allow you to manage the identity of your equipments, such as enterprise, year, model, and custom fields.
Update equipment data with assetId or (serialNumber AND make)
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
The category must exist beforehand and will not be created if it does not exist
Equipment has been modified
Missing parameters or invalid parameters
Unable to authenticate the token
An error occurred while processing the request
add assetCustomFields data with assetId or (serialNumber AND make)
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
AssetCustomFields has been added
Missing parameters or invalid parameters
Unable to authenticate the token
An error occurred while processing the request
delete assetCustomFields data with assetId or (serialNumber AND make)
Generate a JWT when you log in. Use it in your following requests in the header as x-access-token: your-token-here
AssetCustomFields has been deleted
Missing parameters or invalid parameters
Unable to authenticate the token
An error occurred while processing the request
Last updated
Was this helpful?