SOAP API methode EmailingDocumentTextBlock_templateBlock
Beschrijving
The template block of this block.
Parameters
| Naam | Type | Beschrijving | 
|---|---|---|
| id * | string | Unique identifier (id) of the object EmailingDocumentTextBlock. The method only applies to the emailingdocumenttextblock with this id. | 
| login | Structure of type 'login' | Optional login data (soon deprecated) | 
| access_token | string | Optional api access token | 
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving | 
|---|---|---|
| emailingtemplatetextblock | Structure of type 'emailingtemplatetextblock' | |
| webtemplatetextblock | Structure of type 'webtemplatetextblock' | |
| emailingtemplateimageblock | Structure of type 'emailingtemplateimageblock' | |
| webtemplateimageblock | Structure of type 'webtemplateimageblock' | |
| emailingtemplateloopblock | Structure of type 'emailingtemplateloopblock' | |
| webtemplateloopblock | Structure of type 'webtemplateloopblock' | 
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 'emailingtemplatetextblock'
| Naam | Type | Beschrijving | 
|---|---|---|
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. | 
Structuur 'webtemplatetextblock'
| Naam | Type | Beschrijving | 
|---|---|---|
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. | 
Structuur 'emailingtemplateimageblock'
| Naam | Type | Beschrijving | 
|---|---|---|
| width | int | The width of the imageblock. | 
| height | int | The height of the imageblock. | 
| maxwidth | int | The maxwidth of the imageblock. | 
| maxheight | int | The maxheight of the imageblock. | 
| minwidth | int | The minwidth of the imageblock. | 
| minheight | int | The minheight of the imageblock. | 
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. | 
Structuur 'webtemplateimageblock'
| Naam | Type | Beschrijving | 
|---|---|---|
| width | int | The width of the imageblock. | 
| height | int | The height of the imageblock. | 
| maxwidth | int | The maxwidth of the imageblock. | 
| maxheight | int | The maxheight of the imageblock. | 
| minwidth | int | The minwidth of the imageblock. | 
| minheight | int | The minheight of the imageblock. | 
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. | 
Structuur 'emailingtemplateloopblock'
| Naam | Type | Beschrijving | 
|---|---|---|
| miniterations | int | The minimum number of iterations. | 
| maxiterations | int | The maximum number of iterations. | 
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. | 
Structuur 'webtemplateloopblock'
| Naam | Type | Beschrijving | 
|---|---|---|
| miniterations | int | The minimum number of iterations. | 
| maxiterations | int | The maximum number of iterations. | 
| id | string | The ID of the block. | 
| name | string | The name of the block. | 
| begin | string | The HTML code that is displayed in front of the block, when the block exists. | 
| end | string | The HTML code that is displayed at the end of the block, when the block exists. |