Skip to main content

createCalendar


ApiScope: manage.calendar.write
API Scope Level: ServiceSubscriberScope
Request Body required
    resources object
    property name* string[]
  • Array [
  • string

  • ]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    resourceCalendars object[]
  • Array [
  • resourceType string

    Possible values: [DEALER, DEPARTMENT, USER]

    resourceUuid string
    calendarUuid string
  • ]
PUT /v2/calendar

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Content-Type
Body required
{
"resources": {}
}
Accept
curl / cURL
curl -L -X PUT '/manage/v2/calendar' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {}
}'