GET AccountPayment/Get
Gets a list of Account Payments.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Account Payment| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Account Payment |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"AccountId": 2,
"Date": "2025-12-20",
"Payee": "sample string 4",
"Description": "sample string 5",
"Reference": "sample string 6",
"TaxTypeId": 7,
"Comments": "sample string 8",
"Exclusive": 9.0,
"Tax": 10.0,
"Total": 11.0,
"Reconciled": true,
"BankAccountId": 13,
"AnalysisCategoryId1": 1,
"AnalysisCategoryId2": 1,
"AnalysisCategoryId3": 1,
"Accepted": true,
"BankUniqueIdentifier": "sample string 15",
"ImportTypeId": 1,
"BankImportMappingId": 1,
"BankAccount_CurrencyId": 1,
"BankAccount_ExchangeRate": 1.0,
"Modified": "2025-12-20",
"Created": "2025-12-20",
"$TrackingCode": "sample string 17"
},
{
"ID": 1,
"AccountId": 2,
"Date": "2025-12-20",
"Payee": "sample string 4",
"Description": "sample string 5",
"Reference": "sample string 6",
"TaxTypeId": 7,
"Comments": "sample string 8",
"Exclusive": 9.0,
"Tax": 10.0,
"Total": 11.0,
"Reconciled": true,
"BankAccountId": 13,
"AnalysisCategoryId1": 1,
"AnalysisCategoryId2": 1,
"AnalysisCategoryId3": 1,
"Accepted": true,
"BankUniqueIdentifier": "sample string 15",
"ImportTypeId": 1,
"BankImportMappingId": 1,
"BankAccount_CurrencyId": 1,
"BankAccount_ExchangeRate": 1.0,
"Modified": "2025-12-20",
"Created": "2025-12-20",
"$TrackingCode": "sample string 17"
}
]
}