getDealerDateWiseAvailability
getDealerDateWiseAvailability
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
dealerDepartmentUuidList string[]
dealerUuidList string[]
endDate string
requesterUserUuid string
startDate string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
dealerWiseAvailability object
property name* DateWiseAvailabilityTimeline
dateWiseAvailability object
property name* object[]
endTime string
isAvailable boolean
slotMetadata object
appointmentUUID string
startTime string
unavailabilityReason string[]
Possible values: [DEALERSHIP_CLOSED
, DEALERSHIP_OFF_HOURS
, DEALER_WEEKLY_OFF
, DEALERSHIP_CLOSED_FOR_DATE
, TECHNICIAN_WEEKLY_OFF
, TECHNICIAN_DATE_WISE_OFF
, TECHNICIAN_OFF_HOURS
, APPOINTMENT_SCHEDULED
, TRAVEL_TIME_FROM_PREV_APPT_UNAVAILABLE
, SERVICE_TIME_UNAVAILABLE
, TRAVEL_TIME_TO_NEXT_APPT_UNAVAILABLE
, INTERNAL_ERROR
]
error object
code string
description string
metadata object
property name* string
statusCode int32
warnings object[]
code string
description string
{
"dealerWiseAvailability": {},
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...