Update an Extension

This API allows you to update an extension in your account. You need to pass the unique identifier of the extension in the endpoint.

{
    "extensionName": "Test_Extension123",
    "make": "Test-Make123",
    "model": "Test-Model123",
    "year": "2005"
}

📘

Sample Request

https://services.azuga.com/azuga-ws-oauth/v3/asset/extension/11001e7e-abc9-11ed-8647-45e8d76204e0.json

API Response glossary

FieldDescriptionData 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!