Payments By Transactions REST Endpoints
Permits/Payments By Transactions
The payments by transactions resource returns Application details along with Fee details, which will be used by BRF team to advance workflow after successful payments.
- Create a set of application payment details records
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions - Delete an application payment details record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions/{publicSectorPaymentsByTransactionsUniqID} - Get all application payment details records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions - Get an application payment details record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions/{publicSectorPaymentsByTransactionsUniqID} - Update an application payment details record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions/{publicSectorPaymentsByTransactionsUniqID}