Deliverables REST Endpoints

Deliverables
The deliverables resource is used to create, view, update, or delete a project deliverable. A project deliverable needs to be produced to complete a task or a requirement. It can be associated with a task or a requirement, and can have one or more attachments.
Create deliverables
Method: post
Path: /fscmRestApi/resources/11.13.18.05/deliverables
Delete a deliverable
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}
Get a deliverable
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}
Get all deliverables
Method: get
Path: /fscmRestApi/resources/11.13.18.05/deliverables
Update a deliverable
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/deliverables/{DeliverableId}