post https://services.azuga.com/azuga-ws-oauth/v3/preferences/add.json
This API allows the user to update the preferences that are available in your account. To view multiple preferences that are available in your account, please refer the [Preference List] section of the API documentation.
[
{
"name": "trackee.supported.odo.show",
"value": 0
},
{
"name": "distance",
"value": "MILES"
},
{
"name": "fuel",
"value": "liters"
}
]
API Response explanation
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | API request time in UTC milliseconds | Long |
data | API response | String |
error | Error description - if any | List |