GET api/account/propertyaccounts?groupId={groupId}&withUnpaidTransactions={withUnpaidTransactions}
Get property accounts with transactions which aren't part of a payment Processes this account API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId |
Group id |
integer |
Required |
| withUnpaidTransactions |
The with unpaid transactions value supplied with the request. |
boolean |
Default value is False |
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"
}
]