ComposeDocxV1
The ComposeDocxV1 call composes a DOCX document from a Document Template.
The request requires the following fields next to the standard fields.
| Field | Type | Description |
| project | repositoryobjectname | The Designer project that contains the Document Template that you want to use. |
| documenttemplate | repositoryobjectname | The Document Template that you want to use. |
| status | message | Optional: The status of the Document Template that you want to use. The available statuses are Current, Accepted, or Published. If omitted, Published is used. |
| databackbonexml | base64Binary | The Data Backbone XML for the Document Template. This must be the contents of a Data Backbone XML file, base-64 encoded. |
The response contains the following fields in addition to the standard fields.
|
Field |
Type |
Description |
|
document |
base64Binary |
A base-64 encoded DOCX document. |
|
databackbonexml |
base64Binary |
A base-64 encoded Data Backbone XML. |
In case of an error, the response contains a SOAP Fault structure.