GET api/accountingsystem/agentcash
Gets overview of the agent cash account
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.Accounts.AccountingSystem.Query.AgentCashOverviewDataContractName | Description | Type | Additional information |
---|---|---|---|
Balance | decimal number |
None. |
|
LinkedOfficeAccountId | integer |
None. |
|
LastWithdrawal | date |
None. |
|
LastWithdrawalAmount | decimal number |
None. |
|
FeesEarnedThisMonth | decimal number |
None. |
|
SurchargesEarnedThisMonth | decimal number |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Balance": 1.0, "LinkedOfficeAccountId": 1, "LastWithdrawal": "2024-11-21T09:50:34.9087916Z", "LastWithdrawalAmount": 2.0, "FeesEarnedThisMonth": 3.0, "SurchargesEarnedThisMonth": 4.0, "Id": 5 }