Attribute Derivation Mapping Sets REST Endpoints
            
            Attribute Derivation Mapping Sets
            
        
        
    The attribute derivation mapping sets enable the user to manage and view the mapping sets that are used in the attribute derivation rules.
- Create a mapping set
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets - Delete a mapping set
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId} - Get a mapping set
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId} - Get all mapping sets
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets - Update a mapping set
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}