Create an Extension

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

FieldDescriptionDevice Type
extensionIdUnique identifier representing the extensionString
extensionNameName of the extensionString
makeMake of the vehicleString
modelModel of the vehicleString
yearYear of the vehicleString
assetIdUnique identifier representing the asset associated with the extensionString
assetNameName of the asset associated with the extensionString
extensionTypeUnique identifier representing the type of extensionInteger
errorError description - if anyList
Language
Authorization
Header
Click Try It! to start a request and see the response here!