Contractor Attachments REST Endpoints

Trade License Management/Contractor Attachments
The contractor attachments resource is used to view, create, delete or modify attachments to contractor license.
Create a set of attachments for a contractor license
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorAttachments
Delete an attachment for a contractor license
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorAttachments/{LicenseAttachmentKey}
Get all attachments for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorAttachments
Get an attachment for a contractor license
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorAttachments/{LicenseAttachmentKey}
Update an attachment for a contractor license
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorAttachments/{LicenseAttachmentKey}