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[]
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...