Resource Relationships REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Resource Relationships
The Resource Relationships resource manages the upstream and downstream production resource relationships that describe how a product can be manufactured in a multistage production environment.
Create resource relationships
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceRelationships
Delete a resource relationship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceRelationships/{resourceRelationshipsUniqID}
Get all resource relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceRelationships
Get one resource relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceRelationships/{resourceRelationshipsUniqID}
Update a resource relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resourceRelationships/{resourceRelationshipsUniqID}