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
application/json
Request Body required
dealerUuids string[]
templateTypeNameMap object
property name* string
service string
saveToDb boolean
handleForManualTemplate boolean
handleForFollowUp boolean
handleForFollowUpFreemarker boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
requestUuid string
requestStatus boolean
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"requestUuid": "string",
"requestStatus": true,
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...