Skip to main content

This end-point fetches hours of operation for list of dealers by day of week

1 is Monday and 7 is Sunday.
ApiScope: manage.calendar.read
API Scope Level: ServiceSubscriberScope

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

  • ]
  • dayOfWeekList int32[]
    purposeName string
    platform string

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

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    hourOfOperationMap object
    property name* object[]
  • Array [
  • dayOfWeek int32
    startTime string
    endTime string
    timeZone string
    constraintUuid string
  • ]
POST /v2/calendar/hours-of-operation/day-of-week

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"resources": {},
"dayOfWeekList": [
0
],
"purposeName": "string",
"platform": "DEALER_APP"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/calendar/hours-of-operation/day-of-week' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"dayOfWeekList": [
0
],
"purposeName": "string",
"platform": "DEALER_APP"
}'