Skip to main content

indexs template for all the given dealers in the request

indexs template for all the given dealers in the request

Path Parameters
    departmentUUID string required
Responses

OK


Schema
    requestUuid string
    requestStatus boolean
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/template/index

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/template/index' \
-H 'Accept: application/json'