SOAP API method PdfExport_update
Parameters
| Name | Type | Description | 
|---|---|---|
| id * | string | The identifier (id) of the object that is updated | 
| * required parameters | ||
Return values
| Name | Type | Description | 
|---|---|---|
| pdfexport | Structure of type 'pdfexport' | All properties of the now updated pdfexport | 
Structure 'pdfexport'
| Name | Type | Description | 
|---|---|---|
| id | int | The ID of the export. | 
| type | string | The type of the export. | 
| status | string | The status of the export. | 
| created | timestamp | The time when the export was created. | 
| readytime | timestamp | The time when the export was ready for download. | 
| totalfiles | int | The total number of files that are in the exported file. | 
| avaiablefiles | int | The number of files that are now available. | 
| size | int | The size in bytes of the export. | 
| humansize | string | The size in a human readable format. |