Gateway Synchronizations REST Endpoints
Gateway Synchronizations
PIMS synchronizations.
- Create a Business Flow Schedule
- Method: postPath:
/primeapi/restapi/pims/synchronizations
- Delete a Business Flow Schedule
- Method: deletePath:
/primeapi/restapi/pims/synchronizations/{id}
- Update a Business Flow Schedule
- Method: putPath:
/primeapi/restapi/pims/synchronizations/{id}
- View a Business Flow Schedule
- Method: getPath:
/primeapi/restapi/pims/synchronizations/{id}
- View All Business Flow Schedules
- Method: getPath:
/primeapi/restapi/pims/synchronizations/list?deploymentName={deploymentName}&flowDefinitiontype={flowDefinitiontype}