Skip to main content

create freemarker templates for all the template type and all the given dealers in the request

create freemarker templates for all the template type and all the given dealers in the request

Request Body required
    dealerUuids string[]
    templateTypeNameMap object
    property name* string
    service string
    saveToDb boolean
    handleForManualTemplate boolean
    handleForFollowUp boolean
    handleForFollowUpFreemarker boolean
Responses

OK


Schema
    requestUuid string
    requestStatus boolean
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /template/freemarker/migration

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
Body required
{
"dealerUuids": [
"string"
],
"templateTypeNameMap": {},
"service": "string",
"saveToDb": true,
"handleForManualTemplate": true,
"handleForFollowUp": true,
"handleForFollowUpFreemarker": true
}
curl / cURL
curl -L -X POST '/communications/template/freemarker/migration' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuids": [
"string"
],
"templateTypeNameMap": {},
"service": "string",
"saveToDb": true,
"handleForManualTemplate": true,
"handleForFollowUp": true,
"handleForFollowUpFreemarker": true
}'