Skip to main content
Create Default Template Variables Parameters

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Response

OK

Parameters specifying source and properties for template variable substitution. Carrier object for TemplateVariablesParameters. Services for the TemplateVariablesParameters Carrier is available from the Document Agent.

SourceInput
string

Source string to parse for template variables. Such variables must have delimiters corresponding to the standard for the given generator encoding.Non-text source data (such as the binary content of a .doc file) should be passed in as Base64.

Encoding
enum<string>

Encoding of source string. Non-text formats such as MsWord or Excel should be Base64 encoded in the source string.

Available options:
Text,
Html,
Xml,
MsWord,
MsExcel,
MsPowerpoint,
MsOffice2007,
MsOffice2007Xml,
Url,
UrlUnicode,
Pdf,
Mime,
OpenDocument,
OpenDocumentXml,
MsWord2007
CultureName
string

Name of culture to be used for culture-sensitive data, such as dates or multi-language texts. Use a blank string to accept current culture that is set on the server.

ContactId
integer<int32>

Identifier for a contact

PersonId
integer<int32>

Identifier for a person

ProjectId
integer<int32>

Identifier for a project

SelectionId
integer<int32>

Identifier for a selection

AppointmentId
integer<int32>

Identifier for an appointment

DocumentId
integer<int32>

Identifier for a document

SaleId
integer<int32>

Identifier for a sale

QuoteLineId
integer<int32>

Quote line id

QuoteAlternativeId
integer<int32>

Quote alternative id

ProductKey
string

Product key

CustomTags
string[][]

Array with custom tags and values. Array may be of unlimited height, but need to be exactly 2 in width.

TicketId
integer<int32>

Identifier for ticket

DocumentEntity
object

Partial DocumentEntity class associating the generated DocumentEntity with an interface.

TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.