Fee Records REST Endpoints
Common Setup/Fee Records
The fee records resource is used to view, create, or modify a fee item record. A fee record is used during for applicant to know how much he/she needs to pay during application process.
- Calculate fees by intake form
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/action/calculateFees
- Confirm payment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/action/confirmPayment
- Create a fee record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords
- Delete a fee record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/{FeeRecordKey}
- Get a fee record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/{FeeRecordKey}
- Get all fee records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords
- Initiate external payment processing for the fee items
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/action/initExtFeeProcessing
- Initiate the workflow when there are no due fees
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/action/initiateWorkflow
- Perform the payment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/action/payNow
- The reconcile appeal fee.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/action/reconcileAppealFees
- Update a fee record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFeeRecords/{FeeRecordKey}