Creates a FlowSchedule business object.

post

/gatewayapi/restapi/v1/synchronizations

Request

Supported Media Types
Body ()
The flow schedule object to be created.
Root Schema : FlowSchedule
Type: object
The flow schedule object associated with a flow instance.
Show Source
Nested Schema : AppInstance
Type: object
The list of application instances associated with a flow.
Show Source
Nested Schema : EventProviderInstance
Type: object
A reference to the event listener instance object.
Show Source
Nested Schema : Flow
Type: object
The flow object associated with a flow instance.
Show Source
Nested Schema : Schedule
Type: object
The schedule object associated with a flow schedule. This is used for scheduling jobs.
Show Source
Nested Schema : App
Type: object
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
A reference to the event listener object.
Show Source
Nested Schema : InstanceConfig
Type: object
The value of the event instance configuration.
Show Source
Nested Schema : EventProviderConfig
Type: object
A reference to the eventConfig object.
Show Source
  • The unique ID of the event configuration generated by the system.
  • The name of the event configuration.
  • The title of the event configuration.
  • Allowed Values: [ "String", "Integer", "Double", "Boolean", "HiddenString", "Criteria" ]
    The type of event configuration. Choices include: String, Integer, Double, Boolen, HiddenString, and Criteria.
Nested Schema : FlowDefinition
Type: object
The flow definition object associated with a flow.
Show Source

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: boolean

404 Response

The FlowSchedule does not exist or you do not have access to it.