Subledger Accounting Mapping Sets REST Endpoints
Subledger Accounting Mapping Sets
A mapping set defines the relationship between input source values and a segment value, account combination, or attribute value in Subledger Accounting. It's used to translate source values into meaningful accounting values.
- Add a mapping set
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets - Delete a mapping set
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId} - Get a mapping set
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId} - Get all mapping sets
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets - Update a mapping set
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}