Financial Mapping Attributes REST Endpoints
    
        Financial Mapping Attributes
    
The mapping attributes resource is used to view, create, or modify an institution's mapping attributes. It stores information about how the receipts can be allocated across academic periods.
- Create a financial mapping attribute
- Method: postPath:/fscmRestApi/resources/11.13.18.05/financialMappingAttributes
- Delete a financial mapping attribute
- Method: deletePath:/fscmRestApi/resources/11.13.18.05/financialMappingAttributes/{MappingAttributeId}
- Get a financial mapping attribute
- Method: getPath:/fscmRestApi/resources/11.13.18.05/financialMappingAttributes/{MappingAttributeId}
- Get all financial mapping attributes
- Method: getPath:/fscmRestApi/resources/11.13.18.05/financialMappingAttributes
- Update a financial mapping attribute
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/financialMappingAttributes/{MappingAttributeId}