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

Get a list of basic property account information and balances for accounts associated with a group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

Group id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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"
  }
]