template-types
Operations addressed under /template-types — 3 operations.
creates document
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bnpl-bff-dynamic-create-document-with-template-bpmn service definition through POST /api/template-types/designs/create-document/{templateDesignId}.
Request and response fields are declared on the routing target create-document-with-template; this entry declares none of its own.
Response body, read from the service source
The route declares its response as CreateDocumentDto.
| Field | Declared type | Nullable |
|---|---|---|
TemplateDesignCode | string | no |
ContextVersion | string | no |
DocumentContext | string | no |
TemplateDesignContextId | Guid? | yes |
Member names are the service's declaration names.
path Parameters
templateDesignIdcreates document › Request Body optional
designVariablesisPdfisResponseClearlanguageCodetemplateDesignContextIdcreates document › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bnpl-bff-redirect-get-template-design-active-context-by-template-design-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-template-design-active-context-by-template-design-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as TemplateDesignContextBaseDto.
| Field | Declared type | Nullable |
|---|---|---|
ContextVersion | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_TMPLMNG_10 | 400 | TEMPLATE_DESIGN_ACTIVE_CONTEXT_NOT_FOUND | Active version is cannot be found for the given template design:{0}. |
ERR_TMPLMNG_6 | 400 | TEMPLATE_DESIGN_NOT_FOUND | Template design is cannot be found with the given :{0}. |
path Parameters
templateDesignIdlanguageCodeaurax-bnpl-bff-redirect-get-template-design-active-context-by-template-design-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
aurax-bnpl-bff-redirect-create-document-by-code-with-template-bpmn
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CreateDocumentDto.
| Field | Declared type | Nullable |
|---|---|---|
TemplateDesignCode | string | no |
ContextVersion | string | no |
DocumentContext | string | no |
TemplateDesignContextId | Guid? | yes |
Member names are the service's declaration names.
path Parameters
templateDesignCodePresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bnpl-bff-redirect-create-document-by-code-with-template-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.