PartnersPlansSearchViewModelResponseWrapper
- errorType: object · ErrorsResponsenullable
Response The problems, when the call failed.
nullon success.Check this before reading
response. Note that a2xxstatus does not guarantee this is null: order creation returns200with this populated when the order was not created.- errorsType: array object[] | null · ErrorResponse[]
Every problem found with the request. A single call can report several at once, so read the whole array rather than only the first entry.
A single problem with a request. Errors arrive as an array under
errorResponse.errors.
- responseType: object · PartnersPlansSearchViewModelnullable
The payload, when the call succeeded.
nullwhenerrorResponseis populated.- resultsType: array object[] | null · PartnerSearchResultPlanViewModel[]
List of matching vehicle protection plans. Each plan includes pricing, coverage details, and a searchResultPlanId for ordering. May be empty if no plans match the search criteria.
Represents a vehicle protection plan returned from a plan search. Contains pricing, coverage details, provider information, and unique identifiers for ordering.
- searchType: object · PartnerPlanSearchCriteriaViewModelnullable
Criteria The search criteria that was used for this search. Contains vehicle information and location details.
- searchType: string | null Format: uuid
Id Unique identifier for this search session. Store this ID to reference the search results later.
- sessionType: string | null Format: uuid
Id Session identifier for tracking purposes.
- userType: string | null Format: uuid
Id Unique identifier for the user associated with this search.