post https://services.azuga.com/azuga-ws-oauth/v3/asset/extension.json
This API allows you to create an extension in your account.
{
"extensionName": "Test_Extension",
"make": "Test-Make",
"model": "Test-Model",
"year": "2005"
}
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/asset/extension.json
API Response glossary
Field | Description | Device Type |
---|---|---|
extensionId | Unique identifier representing the extension | String |
extensionName | Name of the extension | String |
make | Make of the vehicle | String |
model | Model of the vehicle | String |
year | Year of the vehicle | String |
assetId | Unique identifier representing the asset associated with the extension | String |
assetName | Name of the asset associated with the extension | String |
extensionType | Unique identifier representing the type of extension | Integer |
error | Error description - if any | List |