Synchronizations REST Endpoints

Synchronizations
Creates a FlowSchedule business object.
Method: post
Path: /gatewayapi/restapi/v1/synchronizations
Deletes the synchronization for the specified synchronization ID.
Method: delete
Path: /gatewayapi/restapi/v1/synchronizations/delete/{id}
Deletes the synchronization for the specified synchronization ID.
Method: delete
Path: /gatewayapi/restapi/v1/synchronizations/{id}
Returns all flowSchedule business objects associated with a synchronization for the specified synchronization ID.
Method: get
Path: /gatewayapi/restapi/v1/synchronizations/{id}
Returns all FlowSchedule business objects.
Method: get
Path: /gatewayapi/restapi/v1/synchronizations/list
Updates the synchronization identified by the synchronization ID.
Method: put
Path: /gatewayapi/restapi/v1/synchronizations/{id}