SOAP API methode WebDocument_block
Beschrijving
A single block of the document.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | int | Unique identifier (id) of the object WebDocument. The method only applies to the webdocument with this id. |
| personalize_profile | int | Profile ID for which the object should be personalized |
| personalize_subprofile | int | Subprofile ID for which the object should be personalized |
| personalize_timestamp | string | The timestamp for the personalization |
| identifier * | string | |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| webdocumenttextblock | Structure of type 'webdocumenttextblock' | |
| emailingdocumenttextblock | Structure of type 'emailingdocumenttextblock' | |
| webdocumentimageblock | Structure of type 'webdocumentimageblock' | |
| emailingdocumentimageblock | Structure of type 'emailingdocumentimageblock' | |
| 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 '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 '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 '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 '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 |