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
    dealerUUID string required
Request Body required
    dealerUuids string[]
Responses

OK


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

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
dealerUUID — path required
Body required
{
"dealerUuids": [
"string"
]
}
curl / cURL
curl -L -X POST '/communications/dealer/:dealerUUID/template/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuids": [
"string"
]
}'