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.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
{ "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
Path Params
string
required

Unique identifier of the extension to be updated

Body Params
string
required

Name of the extension

string

Make of the vehicle

string

Model of the vehicle

int32

Year of the vehicle

Responses

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