A product describes the outline of the necessary read and/or write operations within a vehicle's digital systems to provide a desired outcome.
id | string <uuid> Product identifier. | ||||||||
enabled | boolean Whether the product is enabled. A disabled product can not be added to a ticket. | ||||||||
name | string [ 1 .. 255 ] characters Name of product in the requested language. | ||||||||
product_number | string Product number. | ||||||||
type | string The type of product.
|
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "enabled": true,
- "name": "Remote Diagnostic Support",
- "product_number": "0000001",
- "type": "base"
}
Retrieve a list of products.
Accept-Language | string Default: en Use this header to indicate the natural language and locale in which you want to receive translatable property values. Multiple preferences can be provided using a weighted qualifier. Properties that support translations will specify so in their description. fr-CH Request for French (Switzerland) or, if not supported (in preferred order), French, English or German. fr-CH,fr;q=0.9,en;q=0.8,de;q=0.7 |
Successful response.
object >= 0 properties Applied query parameters, including defaults. | |||||||||||||||||||
| |||||||||||||||||||
Array of objects (Product) >= 0 items List of products. | |||||||||||||||||||
Array (>= 0 items)
| |||||||||||||||||||
total | integer <int64> Total number of resources matching provided query parameters. |
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0,
- "type": [
- "base",
- "custom",
- "voucher"
]
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "enabled": true,
- "name": "Remote Diagnostic Support",
- "product_number": "0000001",
- "type": "base"
}
], - "total": 3255
}
Retrieve a single product by its identifier.
Accept-Language | string Default: en Use this header to indicate the natural language and locale in which you want to receive translatable property values. Multiple preferences can be provided using a weighted qualifier. Properties that support translations will specify so in their description. fr-CH Request for French (Switzerland) or, if not supported (in preferred order), French, English or German. fr-CH,fr;q=0.9,en;q=0.8,de;q=0.7 |
Successful response.
id | string <uuid> Product identifier. | ||||||||
enabled | boolean Whether the product is enabled. A disabled product can not be added to a ticket. | ||||||||
name | string [ 1 .. 255 ] characters Name of product in the requested language. | ||||||||
product_number | string Product number. | ||||||||
type | string The type of product.
|
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "enabled": true,
- "name": "Remote Diagnostic Support",
- "product_number": "0000001",
- "type": "base"
}