Mapping Attachments REST Endpoints

Mapping Attachments
The mapping attachments resource is used to store Data Format Exchange mapping attachments.
Create a set of mapping attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments
Delete a mapping attachment
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 all mapping attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments
Replace a mapping attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}