SOAP API methode PdfDocumentImageBlock_setImage
Beschrijving
The image of this block.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | string | Unique identifier (id) of the object PdfDocumentImageBlock. The method only applies to the pdfdocumentimageblock with this id. |
filedata * | Structure of type 'filedata' | |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Structuur 'filedata'
Naam | Type | Beschrijving |
---|---|---|
name | string | The name of the data of the file. |
mimetype | string | The mimetype of the data of the file. |
data | binary | The data of the file. The data is base64 encoded. |
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 |