Fee Group Mapping Details REST Endpoints

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