Skip to main content

Asynchronously fetch estimated work times and parts for all models of a make across a year range

Async API: Fetches all models for a given make across a year range from Motor API, then fetches estimated work times and parts for each make/model/year combination. Returns immediately (HTTP 202 Accepted) and processes asynchronously.

Request Body required

The request containing makeId, minYear, maxYear

    makeId int32
    minYear int32
    maxYear int32
Responses

ResponseEntity with HTTP 202 Accepted status


Schema
    errors object[]
  • Array [
  • errorName string
    errorMessage string
    errorCode int32
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningTitle string
    warningMessage string
  • ]
  • statusCode int32
    apiRequestId string
Loading...