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: postPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation
- Delete an association between a deliverable and a requirement
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation/{ObjectAssociationId}
- Get all associations between a deliverable and requirements
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation
- Get an association between a deliverable and a requirement
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation/{ObjectAssociationId}
- Update an association between a deliverable and a requirement
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}/child/RequirementAssociation/{ObjectAssociationId}