resumeJob

Last update: 2022-03-08
  • Created for:
  • Developer
    Admin

Restarts a paused job.

Syntax

Authorized User Types

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • TrialSiteUser
  • ImagePortalAdmin
  • ImagePortalContrib
  • ImagePortalContribUser

Parameters

Input (resumeJobParam)

Name Type Required Description
companyHandle xsd:string Yes The handle to the company with the job you want to restart.
jobHandle xsd:string Yes The handle to the paused job.

Output (resumeJobReturn)

The IPS API does not return a response for this operation.

Examples

This code sample restarts a paused job.

Request

<resumeJobParam xmlns="http://www.scene7.com/IpsApi/xsd">
   <companyHandle>47</companyHandle>
   <jobHandle>47|My Test Job|</jobHandle>
</resumeJobParam>

Response

None.

On this page