Subledger Accounting Mapping Set Inputs REST Endpoints
Subledger Accounting Mapping Sets/Subledger Accounting Mapping Set Inputs
A mapping set input identifies the source attributes evaluated when resolving a mapping set in Subledger Accounting.
- Add an input source
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetInput - Delete an input source
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetInput/{MappingSetInputId} - Get all input sources
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetInput - Get an input source
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetInput/{MappingSetInputId} - Update an input source
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetInput/{MappingSetInputId}