Fee Line Maps REST Endpoints

Fee Line Maps
The fee line maps resource is used to view, create, delete, or modify fee line mapping design. Fee line mappings are used to map application fields defined in Public Sector Compliance and Regulation with the fields defined in Oracle Autonomous Integration Cloud decision models. The field mapping is used for fee calculation.
Create a fee line mapping
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeLineMaps
Delete a fee line mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeLineMaps/{publicSectorFeeLineMapsUniqID}
Get a fee line mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeLineMaps/{publicSectorFeeLineMapsUniqID}
Get all fee line mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeLineMaps
Update a fee line mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeLineMaps/{publicSectorFeeLineMapsUniqID}