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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions
Delete an application payment details record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions/{publicSectorPaymentsByTransactionsUniqID}
Get all application payment details records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions
Get an application payment details record
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions/{publicSectorPaymentsByTransactionsUniqID}
Update an application payment details record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentsByTransactions/{publicSectorPaymentsByTransactionsUniqID}