Fetch hour of operation for unique identifiers
1 is Monday and 7 is Sunday.Start time and end time expected in HH:mm:ss format
ApiScope: manage.calendar.read
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
uuids string[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
hourOfOperationObjects object[]
failureUuids string[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"hourOfOperationObjects": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"dayOfWeek": 0,
"startTime": "string",
"endTime": "string"
}
],
"failureUuids": [
"string"
]
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
hourOfOperationObjects object[]
failureUuids string[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"hourOfOperationObjects": [
{
"uuid": "string",
"platform": "DEALER_APP",
"purposeName": "string",
"startDateTime": "string",
"endDateTime": "string",
"timezone": "string",
"recurrenceRule": "string",
"isValid": true,
"resourceUuid": "string",
"resourceType": "DEALER",
"dayOfWeek": 0,
"startTime": "string",
"endTime": "string"
}
],
"failureUuids": [
"string"
]
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
POST /v2/calendar/hours-of-operation
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
python / requests
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
go / native
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
nodejs / axios
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
ruby / Net::HTTP
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
csharp / RestSharp
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
php / cURL
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
java / OkHttp
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'
powershell / RestMethod
curl -L -X POST '/manage/v2/calendar/hours-of-operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"uuids": [
"string"
]
}'