SOAP API method Account_font
Description
A font is specially for the pdf module. If there is not a default font used into the pdftemplate of pdfdocument, it has to be uploaded into the account. This method will return a specific font of this account.
Parameters
Name | Type | Description |
---|---|---|
identifier * | int | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
font | Structure of type 'font' |
Structure 'login'
Name | Type | Description |
---|---|---|
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 |
Structure 'font'
Name | Type | Description |
---|---|---|
id | int | The ID of the font. |
name | string | The name of the font. |