Attachments REST Endpoints

Solution Package Imports/Attachments
The attachments resource is used to perform the file attachment functionality.
Create an imported attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}/child/SlAttachmentAccessor
Delete an imported attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}/child/SlAttachmentAccessor/{AttachedDocumentId}
Get all imported attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}/child/SlAttachmentAccessor
Get an imported attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}/child/SlAttachmentAccessor/{AttachedDocumentId}
Update an imported attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}/child/SlAttachmentAccessor/{AttachedDocumentId}