- Subcategories:
- Flexfields for Flow Schedules
Flow Schedules REST Endpoints
Manufacturing/Flow Schedules
Details used to create and update flow schedules.
- Create one flow schedule
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/flowSchedules
- Get all flow schedules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/flowSchedules
- Get one flow schedule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/flowSchedules/{WorkOrderId}
- Identifies whether the specified days are working days.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/flowSchedules/action/checkWorkingDay
- Update one flow schedule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/flowSchedules/{WorkOrderId}