Subledger Mapping Set Values REST Endpoints
Subledger Accounting Mapping Sets/Subledger Accounting Mapping Set Flavors/Subledger Mapping Set Values
A subledger mapping set value contains the output values that map to each combination of input values for subledger mapping sets. It consists of details such as the mapping set short name, application identifier, mapping set value identifier, input values, output value and other such information associated with the mapping set value.
- Add a mapping set value
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue - Delete a mapping set value
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue/{MappingSetValueId} - Get a mapping set value
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue/{MappingSetValueId} - Get all mapping set values
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue - Update a mapping set value
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue/{MappingSetValueId}