Fee Mapping Details REST Endpoints

Mapping Attributes/Fee Mapping Details
The fee mapping details resource is used to associate individual fees with the charge priority mapping.
Create a fee mapping detail
Method: post
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}/child/feeMappingDetails
Delete a fee mapping detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}/child/feeMappingDetails/{FeeMappingDetailId}
Get a fee mapping detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}/child/feeMappingDetails/{FeeMappingDetailId}
Get all fee mapping details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}/child/feeMappingDetails
Update a fee mapping detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}/child/feeMappingDetails/{FeeMappingDetailId}