Solution Package Imports REST Endpoints

Solution Package Imports
The solution package import resource is used to enable attachments for the Solution Package Import process. Users can view the details of the imported files such as their status and the import history.
Create an import requests
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments
Delete an import request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}
Get all import requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments
Get an import request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}
Update an import request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorSolutionPackageAttachments/{publicSectorSolutionPackageAttachmentsUniqID}