This is similar process to createProof() but dedicated to distributing files instead of proofs.Â
Request parameters
* denotes a required field Parameter | Example | API version | SessionID* | The session Id obtained from doLogin() | String | 7viklshodc6cnsh4s5vu75mqk0 |
| OwnerID | Result code | Int | 0 - current user ownerOID - see getOwners() |
| Hash* | File identifier | String | ffc50a5fdd43ff.046772a6b09987aa1 |
| Name | File name | String | Â |
| SourceName* | Source file name. We allow you to provide a web URL as the source name in order to generate a web captured proof. In addition to this you can supply a set of space character delimited web source names that will automatically be combined into a single proof with multiple pages | String | Proofhq-api.pdf |
| Subject | File subject | String | Custom subject |
| Message | Message to reviewers. We accept the following formatting tags within the message:Â <a> Â Â Â Â href <i> Â Â Â Â italic <span> Â group inline-elements <div> Â Â Â defines a division or a section <p> Â Â Â Â paragraph <font> Â Â specifying a font <u> Â Â Â Â underline <br> Â Â Â new line | String | Email body text inserted here |
| Deadline (not currently used) | Download deadline | String | 2011-09-01 23:59 (YYYY-MM-DD hh:mm) |
| Recipients | List of recipient email addresses | String | email1@address.com email2@address.com
email1@address.com;email2@address.com
email1@address.com,email2@address.com |
| WorkspaceId | Workspace identifier | Int | 245 - see getWorkspaces() |
| BatchID | Batch upload identifier (see Creating file shares) | Int | Identifier returned by createBatch() |
| SWF | When creating a SWF proof, you can specify if this is an application or animation type.See our help for more information. | String | application or animation |
| SuppressNewFileNotification | Determine if a new file notification email will be sent to the recipient | Boolean | true false (default) | 10.7 |
Response parameters SOAPFileObject
|