Mapping Attributes REST Endpoints

Mapping Attributes
The charge priority mappings resource is used to view, create, or modify an institution's charge priority mapping. It stores information about how fees or fee groups are prioritized for payment application.
Create a charge priority mapping
Method: post
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings
Delete a charge priority mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}
Get a charge priority mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}
Get all charge priority mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings
Update a charge priority mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/chargePriorityMappings/{ChargePriorityId}