Fee Type Mapping Details REST Endpoints

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