GET api/accountingsystem/agentcash

Gets overview of the agent cash account Processes this accounting system API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

AgentCashOverviewDataContract
NameDescriptionTypeAdditional information
Balance

The balance value.

decimal number

None.

LinkedOfficeAccountId

The unique identifier of the related linked office account resource.

integer

None.

LastWithdrawal

The last withdrawal, expressed as a date and time.

date

None.

LastWithdrawalAmount

The last withdrawal amount value.

decimal number

None.

FeesEarnedThisMonth

The fees earned this month value.

decimal number

None.

SurchargesEarnedThisMonth

The surcharges earned this month value.

decimal number

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Balance": 1.0,
  "LinkedOfficeAccountId": 1,
  "LastWithdrawal": "2026-07-23T08:22:09.5899287Z",
  "LastWithdrawalAmount": 2.0,
  "FeesEarnedThisMonth": 3.0,
  "SurchargesEarnedThisMonth": 4.0,
  "Id": 5
}