Mapping Targets REST Endpoints

Mapping Headers/Mapping Targets
The mapping targets resource is used to store the definition of the target for Data Format Exchange.
Create a mapping target
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingHeaders/{MappingName}/child/MappingTarget
Delete a mapping target
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingHeaders/{MappingName}/child/MappingTarget/{MappingTargetUniqID}
Get a mapping target
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingHeaders/{MappingName}/child/MappingTarget/{MappingTargetUniqID}
Get all mapping targets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingHeaders/{MappingName}/child/MappingTarget
Update a mapping target
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingHeaders/{MappingName}/child/MappingTarget/{MappingTargetUniqID}