| Class | Description |
|---|---|
| AccountingService |
Service class which handles the API operations available for the accounting
|
| ActivitiesService |
Service class which handles activities API operations like getting activities for Mambu entities.
|
| ClientsService |
Service class which handles API operations like getting and creating clients and groups of clients
|
| CommentsService |
Service class which handles API operations for retrieving and posting comments for Mambu Entities.
|
| CustomFieldValueService |
Service class which handles API operations for patching and deleting Custom Field Values for supported Mambu
Entities.
|
| CustomViewsService | |
| DatabaseService |
Service class which handles the API operations available for the database management (e.g.
|
| DocumentsService |
Service class which handles API operations like uploading documents
|
| DocumentTemplatesService |
Service class which handles API operations for retrieving document templates for Mambu Entities.
|
| IntelligenceService |
Service class which handles API operations for financial indicators
|
| LinesOfCreditService |
Service class which handles API operations for Lines of Credit (LoC)
The following APIs are supported:
Get all lines of credit
Get a specific line of credit by its ID/key
Get all lines of credits for a client or a group
Get all loan and savings accounts for a specific line of credit
Add accounts to lines of credit
Remove accounts from lines of credit
* More details in MBU-8607, MBU-8413, MBU-8414, MBU-8415, MBU-8417, MBU-9864, MBU-9873
|
| LoansService |
Service class which handles API operations like retrieval, creation or changing state of loan accounts.
|
| NotificationsService |
Service class which handles /notification API operations.
|
| OrganizationService |
Service class which handles API operations available for the organizations like getting it's currency
|
| RepaymentsService |
Service class which handles API operations like entering and getting repayments
|
| SavingsService |
Service class which handles API operations like retrieval, creation or changing state of savings accounts.
|
| SearchService |
Service class which handles the API operations available for the Search
|
| TasksService |
Service class which handles API operations like getting and creating tasks
|
| UsersService |
Service class which handles API operations like getting and creating users.
|