Initiate a Gateway Job (Deprecated since 24.2)

post

/api/restapi/pims/services/createJobProcess/{id}

Send a request to this endpoint to start a Gateway synchronization job.

Request

Path Parameters
Query Parameters
  • Indicates whether or not the job should be reviewed.
    Default Value: false
  • Indicates whether or not the job should run in a job chain.
    Default Value: true

There's no request body for this operation.

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: boolean

404 Response

Unable to create the Gateway job using the provided request data.
Back to Top