Skip to main content

Turn Off OutOfOffice


ApiScope: manage.outofoffice.write
API Scope Level: DepartmentScope
Path Parameters
    ServiceSubscriberDepartment string required
    dealerAssociate string required
Request Body required
    callerDealerAssociateUUID string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
DELETE /v2/department/:ServiceSubscriberDepartment/dealerAssociate/:dealerAssociate/outofoffice

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDepartment — path required
dealerAssociate — path required
Body required
{
"callerDealerAssociateUUID": "string"
}
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociate/:dealerAssociate/outofoffice' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"callerDealerAssociateUUID": "string"
}'