Deliverable and Requirement Associations REST Endpoints

Deliverables/Deliverable and Requirement Associations
The requirement association resource is used to create, view, update, or delete an association between a deliverable and a requirement. The requirements associated with a deliverable.
Create associations between a deliverable and requirements
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation
Delete an association between a deliverable and a requirement
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation/{ObjectAssociationId}
Get all associations between a deliverable and requirements
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation
Get an association between a deliverable and a requirement
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation/{ObjectAssociationId}
Update an association between a deliverable and a requirement
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation/{ObjectAssociationId}