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.AgentCashOverviewDataContract
NameDescriptionTypeAdditional 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-04-23T15:22:45.1035656Z",
  "LastWithdrawalAmount": 2.0,
  "FeesEarnedThisMonth": 3.0,
  "SurchargesEarnedThisMonth": 4.0,
  "Id": 5
}