Accounting Service API REST Endpoints
Account Maintenance Services/Accounting Service API
This service is used for Accounting's Operations
- Add a new accounting entry code
- Method: postPath:
/service/v1/accountingpost
- Authorize the accounting entry code
- Method: patchPath:
/service/v1/accountingpost/{refNo}/approve
- Delete the accounting entry code by ID
- Method: deletePath:
/service/v1/accountingpost/{refNo}/purge
- Fetch the accounting transaction details
- Method: postPath:
/service/v1/fetchAccountingTxnDetails
- Get all account details
- Method: getPath:
/service/v1/accountDetails
- Get all accounting details
- Method: postPath:
/service/v1/accountinggeneric
- Get all accounting entries
- Method: postPath:
/service/v1/accounting
- Get all accounting numbers
- Method: postPath:
/service/v1/poolingAccountNumber
- Get all valid accounting entry code
- Method: getPath:
/service/v1/accountingpost
- Get Party based on the account number
- Method: getPath:
/service/v1/internalAccount/party
- Get Party Id
- Method: getPath:
/service/v1/partyId
- Update external system response status
- Method: postPath:
/service/v1/updateExternalSystemResponse