Skip to main content

This end-point fetches effective availability for list of resources.

Fetches effective availabilities on the basis of various filters.

Request Body required
    resources object
    property name* string[]
  • Array [
  • string

  • ]
  • startDateTime string
    endDateTime string
    purposeName string
    platform string

    Possible values: [DEALER_APP, WEB, MOBILE_APP, DMS, TRANSPORTATION_EVENTS_CONSUMER]

    timezone string
    isAvailable boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    availabilityMap object
    property name* object[]
  • Array [
  • constraintUuid string
    startDateTime string
    endDateTime string
    isAvailable boolean
  • ]
Loading...