GET AccountOpeningBalance/GetByAccountId/{id}

Gets the specified Account Opening Balance based on the AccountId.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

Account Opening Balance
NameTypeAdditional informationDescription
ID integer

None.

Balance decimal

None.

Reason string

None.

Date date

None.

AccountId integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "ID": 2,
  "Balance": 3.0,
  "Reason": "sample string 4",
  "Date": "2024-03-28"
}