Gateway Synchronizations REST Endpoints

Gateway Synchronizations
PIMS synchronizations.
Create a Business Flow Schedule
Method: post
Path: /primeapi/restapi/pims/synchronizations
Delete a Business Flow Schedule
Method: delete
Path: /primeapi/restapi/pims/synchronizations/{id}
Update a Business Flow Schedule
Method: put
Path: /primeapi/restapi/pims/synchronizations/{id}
View a Business Flow Schedule
Method: get
Path: /primeapi/restapi/pims/synchronizations/{id}
View All Business Flow Schedules
Method: get
Path: /primeapi/restapi/pims/synchronizations/list?deploymentName={deploymentName}&flowDefinitiontype={flowDefinitiontype}