Workflow Attachments REST Endpoints

Workflow Attachments
The workflow attachments resource is used to enable attachments for workflow within a permit detail. Users can add, update, or delete attachments.
Create a set of workflow attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments
Delete a workflow attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}
Get a workflow attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}
Get all workflow attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments
Update a workflow attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPcsAttachments/{publicSectorPcsAttachmentsUniqID}