Update the Preferences

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<Error>

Language
Credentials
Header
Click Try It! to start a request and see the response here!