Fee Refunds REST Endpoints

Fee Refunds
The fee refund resource is used to view, create, or modify a fee refund record. A fee refund record is used by an applicant to know the refund amount they will receive when they cancel their application.
Create a set of fee refund records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds
Delete a fee refund record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds/{FeeRecordKey}
Get a fee refund record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds/{FeeRecordKey}
Get all fee refund records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds
Initiates confirmation for refunding the fee items.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds
Initiates refund processing for the fee items.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds
Update a fee refund record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds/{FeeRecordKey}