Tip |
---|
Starting from CRM.COM R10.0.0 the specified Web API method will be deprecated, and although they will still be available in CRM.COM R10.0.0 they will not be maintained furthermore. |
Excerpt |
---|
This method sets a job in progress. This method can be applied only on pending jobs |
Tip |
---|
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
job_identifier (mandatory) | JobIdentifier | The identifier of the job that will be started. The allowed job identifier fields are the following:
| ||||||
status_identifier (optional) | Job Status Identifier | The status that will be set on the job, after starting the progress. If not specified the the default status for starting jobs of that type will be used. The allowed job status identifiers are the following:
| ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned
|
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
...