Work Order Group Detail REST Endpoints
Manufacturing/Work Order Groups/Work Order Group Detail
The details of the group name and the work orders associated with it.
- Create work order group details
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrderGroups/{WoGroupId}/child/WorkOrderGroupDetail
- Delete one work order group details
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workOrderGroups/{WoGroupId}/child/WorkOrderGroupDetail/{WoGroupDetailId}
- Get all work order group details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrderGroups/{WoGroupId}/child/WorkOrderGroupDetail
- Get one work order group details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrderGroups/{WoGroupId}/child/WorkOrderGroupDetail/{WoGroupDetailId}
- Update one work order group details
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workOrderGroups/{WoGroupId}/child/WorkOrderGroupDetail/{WoGroupDetailId}