Mapping Details REST Endpoints

Mapping Details
The mapping detail resource is used to store the mapping pairs between the source and the target in a Data Format Exchange mapping.
Create a mapping pair
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingDetails
Delete a mapping pair
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingDetails/{publicSectorMappingDetailsUniqID}
Get a mapping pair
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingDetails/{publicSectorMappingDetailsUniqID}
Get all mapping pairs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingDetails
Update a mapping pair
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingDetails/{publicSectorMappingDetailsUniqID}