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: post
Path: /fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues
Delete a mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues/{MappingSetValueId}
Get a mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues/{MappingSetValueId}
Get all mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues
Update a mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetFlavor/{MappingSetFlavorId}/child/FunAdmMappingSetValues/{MappingSetValueId}