SOAP API methode EmailingDocumentLoopBlock_block
Beschrijving
A single block of this loopblock.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | Unique identifier (id) of the object EmailingDocumentLoopBlock. The method only applies to the emailingdocumentloopblock with this id. |
iteration * | string | |
nameorindex * | int | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
webdocumentimageblock | Structure of type 'webdocumentimageblock' | |
emailingdocumentimageblock | Structure of type 'emailingdocumentimageblock' | |
emailingdocumenttextblock | Structure of type 'emailingdocumenttextblock' | |
webdocumenttextblock | Structure of type 'webdocumenttextblock' | |
emailingdocumentloopblock | Structure of type 'emailingdocumentloopblock' | |
webdocumentloopblock | Structure of type 'webdocumentloopblock' |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |
Structuur 'webdocumentimageblock'
Naam | Type | Beschrijving |
---|---|---|
id | string | The ID of the block. |
name | string | The name of the block. |
iteration | int | The iteration of the parent block. |
condition | string | Get the javascript condition used to determine if the block is shown in the document |
Structuur 'emailingdocumentimageblock'
Naam | Type | Beschrijving |
---|---|---|
id | string | The ID of the block. |
name | string | The name of the block. |
iteration | int | The iteration of the parent block. |
condition | string | Get the javascript condition used to determine if the block is shown in the document |
Structuur 'emailingdocumenttextblock'
Naam | Type | Beschrijving |
---|---|---|
content | string | The content of this textblock. |
id | string | The ID of the block. |
name | string | The name of the block. |
iteration | int | The iteration of the parent block. |
condition | string | Get the javascript condition used to determine if the block is shown in the document |
Structuur 'webdocumenttextblock'
Naam | Type | Beschrijving |
---|---|---|
content | string | The content of this textblock. |
id | string | The ID of the block. |
name | string | The name of the block. |
iteration | int | The iteration of the parent block. |
condition | string | Get the javascript condition used to determine if the block is shown in the document |
Structuur 'emailingdocumentloopblock'
Naam | Type | Beschrijving |
---|---|---|
iterations | int | The number of iterations of the loopblock. |
id | string | The ID of the block. |
name | string | The name of the block. |
iteration | int | The iteration of the parent block. |
condition | string | Get the javascript condition used to determine if the block is shown in the document |
Structuur 'webdocumentloopblock'
Naam | Type | Beschrijving |
---|---|---|
iterations | int | The number of iterations of the loopblock. |
id | string | The ID of the block. |
name | string | The name of the block. |
iteration | int | The iteration of the parent block. |
condition | string | Get the javascript condition used to determine if the block is shown in the document |