Record Fee Payments REST Endpoints
            
            Projects/Project Record Fee Payments/Record Fee Payments
            
        
        
    The resource contains all the details related to the transaction fee item.
- Create a fee row for the project record
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay - Delete a fee row for the project record
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay/{FeeRecordKey} - Delete more than one record on the fee records display
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay/action/bulkDelete - Get a fee for the project record
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay/{FeeRecordKey} - Get all fees for the project record
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay - Update a fee row for the project record
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay/{FeeRecordKey}