GET api/account/propertyaccountswithbalance?groupId={groupId}

Get a list of basic property account information and balances for accounts associated with a group Processes this account API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

Group id

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

Collection of Pair of integer [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": 1,
    "Value": "sample string 2"
  },
  {
    "Key": 1,
    "Value": "sample string 2"
  }
]