View the List of resources

POST {{baseUrl}}/vehicles/:vehicleId/resourceReadouts

This API creates a readout of available resources to the accessing party for one vehicle. If the result is available immediately, the result is returned. If the result isn't available, a location to the resource readout is returned. This location shall be polled until the result is available. INFO: GET Requests are not yet supported!

RESPONSES

status: Created

{"resourceReadout":{"id":"exvs1479723908628241","asyncStatus":"Complete","receivedTimestamp":"2020-06-29T10:38:14+02:00","messageTimestamp":"2020-07-02T09:23:22+00:00","vehicleId":"WDD111111PKW01000","resource":[{"name":"ECU Readout","version":"1.0.0.0","api":"https://api.mercedes-benz.com/remotediagnostic/v2/vehicles   /WDD111111PKW01000/ecuReadouts"},{"name":"DTC Readout","version":"1.0.0.1","api":"https://api.mercedes-benz.com/remotediagnostic/v2/vehicles/WDD111111PKW01000/dtcReadouts"},{"name":"DTC Snapshot Readout","version":"2.0.0.2","api":"https://api.mercedes-benz.com/remotediagnostic/v2/vehicles/WDD111111PKW01000/ecuId/{ecuId}/dtcId/{dtcId}/dtcSnapshotReadouts"},{"name":"Malfunction Indicator Readout","version":"1.0.0.0","api":"https://api.mercedes-benz.com/remotediagnostic/v2/vehicles/WDD111111PKW01000/language/{language}/malfunctionIndicatorReadouts"},{"name":"Vehicle Data Readout Refresh","version":"1.0.0.0","api":"https://api.mercedes-benz.com/remotediagnostic/v2/vehicles/WDD111111PKW01000/vehicleDataReadoutRefresh"}]}}