Mapping Attachment Accessors REST Endpoints

Mapping Attachments/Mapping Attachment Accessors
The mapping attachment accessors resource is used to store Data Format Exchange mapping attachment file-related information such as file name and file URL.
Create a set of mapping attachment file-related information
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}/child/MappingAttachmentAccessor
Delete a mapping attachment's file-related information
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}/child/MappingAttachmentAccessor/{AttachedDocumentId}
Get a mapping attachment's file-related information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}/child/MappingAttachmentAccessor/{AttachedDocumentId}
Get all mapping attachment file-related information
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}/child/MappingAttachmentAccessor
Update a mapping attachment's file-related information
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingAttachments/{MappingAttachmentKey}/child/MappingAttachmentAccessor/{AttachedDocumentId}