Mapping Targets REST Endpoints

Mapping Targets
The mapping target resource is used to store the definition of the target object used in a Data Format Exchange mapping.
Create a mapping target
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingTargets
Delete a mapping target
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingTargets/{publicSectorMappingTargetsUniqID}
Get a mapping target
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingTargets/{publicSectorMappingTargetsUniqID}
Get all mapping targets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingTargets
Update a mapping target
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingTargets/{publicSectorMappingTargetsUniqID}