Resource Relationships REST Endpoints
Supply Chain Planning/Production Scheduling Organizations/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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceRelationships - Delete a resource relationship
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceRelationships/{RelationshipId} - Get all resource relationships
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceRelationships - Get one resource relationship
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceRelationships/{RelationshipId} - Update a resource relationship
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceRelationships/{RelationshipId}