Skip to main content

Generate calendar for all resources at dealership

Generates calendar for dealership and its various resources i.e. all users and all departments
ApiScope: manage.calendar.write
API Scope Level: ServiceSubscriberScope

Request Body required
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerUuids string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
POST /v2/calendar/migrate-data/dealer

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerUuids": [
"string"
]
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/calendar/migrate-data/dealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerUuids": [
"string"
]
}'