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: post
Path: /fscmRestApi/resources/11.13.18.05/financialMappingAttributes
Delete a financial mapping attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/financialMappingAttributes/{MappingAttributeId}
Get a financial mapping attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/financialMappingAttributes/{MappingAttributeId}
Get all financial mapping attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/financialMappingAttributes
Update a financial mapping attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/financialMappingAttributes/{MappingAttributeId}