SOAP API methode Account_pdfTemplate
Beschrijving
An pdftemplate is a template for sending an fax or downloading a pdf. The pdftemplate can not send or download by itself, but an pdfdocument can be send. This method returns a specific pdftemplate of this account.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| 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 |
|---|---|---|
| pdftemplate | Structure of type 'pdftemplate' |
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 'pdftemplate'
| Naam | Type | Beschrijving |
|---|---|---|
| hashcode | string | Hashcode of the template |
| source | binary | The source of the template. The data is base64 encoded. |
| pagecount | int | The number of pages of the template. |
| size | int | The size of the template. |
| id | int | The ID of the template. |
| name | string | The name of the template. |
| description | string | The description of the template. |
| archived | boolean | The template is archived. |
| created | timestamp | When the template was created. |
| modified | timestamp | When the template was last modified. |
| language | string | The language of the template. |
| timezone | string | Get the timezone of the template |