Account Attachments REST Endpoints

Account Attachments
The account attachments resource is used to view, create, delete or modify attachments to registered public user account.
Create a set of attachments for a registered public user account
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments
Delete an attachment for a registered public user account
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments/{DocumentId}
Get all attachments for a registered public user account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments
Get an attachment for a registered public user account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments/{DocumentId}
Update an attachment for a registered public user account
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments/{DocumentId}