Mapping Attachments REST Endpoints

Mapping Attachments
The mapping attachments resource is used to store Data Format Exchange mapping attachments.
(create a new item in publicSectorMappingAttachments)
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments
(delete an item of publicSectorMappingAttachments)
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}
Get a mapping attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}
Get multiple mapping attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments
Update a mapping attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}