Collaboration Relationships REST Endpoints

Supply Chain Planning/Collaboration Relationships
The Collaboration Relationships resource manages the relationships that are configured for collaboration.
Create relationships
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships
Delete one relationship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships/{RelationshipNumber}
Get all relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships
Get one relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships/{RelationshipNumber}
Mass delete a collection of relationships.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships/action/massDelete
Mass update a collection of relationships
Method: post
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships/action/massUpdate
Update one relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/collaborationRelationships/{RelationshipNumber}