Intake Attachments REST Endpoints

Intake Attachments
The intake attachments resource is used to view, create, and update intake attachments.
Create an attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntakeAttachments
Delete an attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntakeAttachments/{AttachmentKey}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntakeAttachments
Get an attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntakeAttachments/{AttachmentKey}
Update an attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntakeAttachments/{AttachmentKey}