GET api/account/propertyaccounts?groupId={groupId}&withUnpaidTransactions={withUnpaidTransactions}

Get property accounts with transactions which aren't part of a payment

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

Group id

integer

Required

withUnpaidTransactions

boolean

Default value is False

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