Labor Instances REST Endpoints

Manufacturing/Production Resources/Labor Instances
The Labor Instances resource manages instances of a labor resource.
Create one instance
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance
Delete one instance
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance/{LaborInstanceId}
Get all instances
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance
Get one instance
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance/{LaborInstanceId}
Update one instance
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionResources/{ResourceId}/child/LaborInstance/{LaborInstanceId}