Providers describe organisations that perform services on vehicles. You are one of these, but there are others available that could support you in your business.
id | string <uuid> Provider identifier. |
name | string [ 1 .. 255 ] characters Name of the provider. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Remote Diagnostics Provider"
}
Retrieve a list of providers.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Remote Diagnostics Provider"
}
], - "total": 3255
}