Create a Business Flow Schedule (Deprecated since 24.2)

post

/api/restapi/pims/synchronizations

Send a request to this endpoint to create a Gateway business flow schedule.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : FlowSchedule
Type: object
Title: FlowSchedule
The flow schedule object associated with a flow instance.
Show Source
Nested Schema : AppInstance
Type: object
Title: AppInstance
The list of application instances associated with a flow.
Show Source
Nested Schema : EventListenerInstance
Type: object
Title: EventListenerInstance
A reference to the event listener instance object.
Show Source
Nested Schema : Flow
Type: object
Title: Flow
The flow object associated with a flow instance.
Show Source
Nested Schema : Schedule
Type: object
Title: Schedule
The schedule object associated with a flow schedule. This is used for scheduling jobs.
Show Source
Nested Schema : App
Type: object
Title: App
A reference to the App business object.
Show Source
Nested Schema : appInstances
Type: array
Unique Items Required: true
The list of application instances associated with a flow.
Show Source
Nested Schema : eventInstanceConfigs
Type: array
Unique Items Required: true
A reference to the eventInstConfig object.
Show Source
Nested Schema : EventListener
Type: object
Title: EventListener
A reference to the event listener object.
Show Source
Nested Schema : EventInstanceConfig
Type: object
Title: EventInstanceConfig
The value of the event instance configuration.
Show Source
Nested Schema : EventConfig
Type: object
Title: EventConfig
A reference to the eventConfig object.
Show Source
Nested Schema : FlowDefinition
Type: object
Title: FlowDefinition
The flow definition object associated with a flow.
Show Source
Back to Top

Response

Supported Media Types

201 Response

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

404 Response

The requested business flow schedule does not exist, or you do not have access to it.
Back to Top