SOAP API method EmailingTemplateTextBlock_update
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | string | The identifier (id) of the object that is updated | 
| 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. | 
| * required parameters | ||
Return values
| Name | Type | Description | 
|---|---|---|
| emailingtemplatetextblock | Structure of type 'emailingtemplatetextblock' | All properties of the now updated emailingtemplatetextblock | 
Structure 'emailingtemplatetextblock'
| Name | Type | Description | 
|---|---|---|
| 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. |