- Subcategories:
- Flexfields for Labor Instances
Labor Instances REST Endpoints
Manufacturing/Production Resources/Labor Instances
The Labor Instances resource manages instances of a labor resource.
- Create one instance
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance
- Delete one instance
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance/{LaborInstanceId}
- Get all instances
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance
- Get one instance
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance/{LaborInstanceId}
- Update one instance
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance/{LaborInstanceId}