Mappings REST Endpoints
            
            Attribute Derivation Mapping Sets/Target Attribute Value Sets and Default Outputs/Mappings
            
        
        
    Attribute derivation mapping involves identifying relationships between target values and each combination of input values for a mapping set. It maps the attributes from the input source to the target attribute, where the values in the target attributes are derived based on the data from the input source. You can create, update, delete, or view mappings information used in the attribute derivation mapping set.
- Create a mapping
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues - Delete a mapping
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues/{MappingSetValueId} - Get a mapping
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues/{MappingSetValueId} - Get all mappings
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues - Update a mapping
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues/{MappingSetValueId}