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: post
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue
Delete a mapping set value
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue/{MappingSetValueId}
Get a mapping set value
Method: get
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue/{MappingSetValueId}
Get all mapping set values
Method: get
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue
Update a mapping set value
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/accountingSetupMappingSets/{MappingSetId}/child/XlaAcctgMappingSetFlavor/{MappingSetFlavorId}/child/XlaAcctgMappingSetValue/{MappingSetValueId}