CallbackUri
API versions: 1.0
Class used to pass information to the SOAP api defining a uri to stream the file(s) and jobId back to upon job completion
Properties
Properties with a * are required
| uri * | string | The endpoint uri for the callback |
| postParameters | PostParameter[] | a PostParameter array containing any additional parameters to send to the endpoint uri |
| sendJobIdOnly | boolean | Send only the jobId from the job to the callback uri upon job completion |