Deliverable and Project Task Associations REST Endpoints

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