Input Sources REST Endpoints
Attribute Derivation Mapping Sets/Input Sources
A mapping set input source represents a collection of input source that are used in the attribute derivation rule. You can create, update, delete, or view mapping set input sources information used in the attribute derivation rule.
- Add an input source
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetInput
- Delete an input source
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetInput/{MappingSetInputId}
- Get all input sources
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetInput
- Get an input source
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetInput/{MappingSetInputId}
- Update an input source
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/attributeDerivationMappingSets/{MappingSetId}/child/FunAdmMappingSetInput/{MappingSetInputId}