Fee Refunds REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds - Delete a fee refund record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds/{FeeRecordKey} - Get a fee refund record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds/{FeeRecordKey} - Get all fee refund records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds - Initiates confirmation for refunding the fee items.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds - Initiates refund processing for the fee items.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds - Initiates the refund for the fee items.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds - Update a fee refund record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRefunds/{FeeRecordKey}