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: post
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets
Delete a mapping set
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}
Get a mapping set
Method: get
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}
Get all mapping sets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets
Update a mapping set
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}