- Subcategories:
 - Account Attachment Accessors
 
Account Attachments REST Endpoints
Public User/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments - Delete an attachment for a registered public user account
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments/{DocumentId} - Get all attachments for a registered public user account
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments - Get an attachment for a registered public user account
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments/{DocumentId} - Update an attachment for a registered public user account
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAccountAttachments/{DocumentId}