Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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

Available from CRM.COM R6.0.0

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:

Include Page
V4:job_identifier
V4:job_identifier

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:

Include Page
V4:job_status_identifier
V4:job_status_identifier

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

Tip

Available from CRM.COM R10.0.0

 

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

...