Account Service REST Endpoints
Entity Services/Account Service
This service is used to maintain basic financial & non-financial details of account.
- Retrieve the account ID for the given account number.
- Method: postPath:
/dmaccount-service/accounts/getAccountIdforAccountNumber
- Retrieve the count of accounts obtained in the result specific to task summary account.
- Method: postPath:
/dmaccount-service/accounts/resultCount
- Retrieve the list of account party details by account IDs and relevant filters.
- Method: postPath:
/dmaccount-service/accounts/limitedAcctPartyDetails
- Retrieve the list of all unallocated accounts
- Method: getPath:
/dmaccount-service/accounts/unallocated
- Retrieve the list of all fact values associated with entities
- Method: postPath:
/dmaccount-service/dmaccountgetfacts
- Retrieve the list of in collections account IDs
- Method: getPath:
/dmaccount-service/accounts
- Retrieves the account details based on the provided account ID.
- Method: postPath:
/dmaccount-service/agentAccounts/limitedDetails
- Retrieves the account details for dialer batches.
- Method: getPath:
/dmaccount-service/accounts/fetchDialerData
- Retrieves the account details using the provided account ID
- Method: getPath:
/dmaccount-service/accounts/getAccountDetailsById
- Retrieves the account ID based on the provided account number and product processor code
- Method: postPath:
/dmaccount-service/accounts/getAccountId
- Retrieves the group basis using the provided Account ID.
- Method: getPath:
/dmaccount-service/accounts/getGroupBasisByAccId
- Set Allocation flag for the given account ID
- Method: putPath:
/dmaccount-service/accounts/allocate
- Update existing account
- Method: putPath:
/dmaccount-service/accounts