GET accounting/outstandingbalances/print/{partnerId}/{date}/overdue
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerId | integer |
Required |
|
| date | date |
Required |
Body Parameters
None.
Response Information
Resource Description
OutstandingBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationalUnitID | integer |
None. |
|
| Date | date |
None. |
|
| Partner | Partner |
None. |
|
| Items | Collection of BalanceItemOutstanding |
None. |
|
| TotalPayable | decimal number |
None. |
|
| TotalReceivable | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| CurrencyTotalPayable | decimal number |
None. |
|
| CurrencyTotalReceivable | decimal number |
None. |
|
| CurrencyBalance | decimal number |
None. |
|
| Currency | string |
None. |
|
| UserID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrganizationalUnitID": 1,
"Date": "2025-12-13T07:38:56.420609+00:00",
"Partner": {
"CompanyID": 1,
"ID": 2,
"Lookup": "2 - sample string 6",
"InvoiceType": "sample string 4",
"OrganizationTypeID": 1,
"Status": 5,
"ClosedDate": "2025-12-13T07:38:56.420609+00:00",
"Details": {
"IBAN": "sample string 1",
"EMail": "sample string 2",
"Phone": "sample string 3",
"DueDays": 1
},
"Audit": {
"AddUser": 1,
"AddTime": "2025-12-13T07:38:56.420609+00:00",
"EditUser": 1,
"EditTime": "2025-12-13T07:38:56.420609+00:00"
},
"Name": "sample string 6",
"Address": {
"Street": "sample string 1",
"Postcode": "sample string 2",
"City": "sample string 3",
"CountryID": 4,
"Country": {
"ID": 1,
"Name": "sample string 2",
"CurrencyID": 1,
"Currency": {
"ID": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"Sign": "sample string 4",
"Lookup": "sample string 5"
},
"ISO31661": 1,
"Alpha2": "sample string 3",
"Alpha3": "sample string 4",
"Audit": {
"AddUser": 1,
"AddTime": "2025-12-13T07:38:56.420609+00:00",
"EditUser": 1,
"EditTime": "2025-12-13T07:38:56.420609+00:00"
}
}
},
"VAT": "sample string 7"
},
"Items": [
{
"PostItemID": {
"ItemID": 1,
"Year": 1,
"OrganizationalUnitID": 1,
"CategoryID": 1,
"ID": 1
},
"COA": "sample string 1",
"Name": "sample string 2",
"Description": "sample string 3",
"Date": "2025-12-13T07:38:56.420609+00:00",
"Due": "2025-12-13T07:38:56.420609+00:00",
"LinkDocument": {
"Year": 1,
"OrganizationalUnitID": 1,
"CategoryID": 1,
"ID": 1
},
"LinkedDocument": "sample string 4",
"CurrencyID": 5,
"Currency": "sample string 6",
"IsClosed": true,
"ClosedYear": 8,
"ClosedNumber": 9,
"Payed": "2025-12-13T07:38:56.420609+00:00",
"Taxed": "2025-12-13T07:38:56.420609+00:00",
"Overdue": 1,
"Payable": 1.0,
"DefaultCurrency": "sample string 10",
"Receivable": 1.0,
"Balance": 0.0,
"CurrencyAmount": 1.0,
"CurrencyPayable": 1.0,
"CurrencyReceivable": 1.0,
"CurrencyBalance": 0.0,
"Audit": {
"AddUser": "sample string 1",
"AddTime": "2025-12-13T07:38:56.420609+00:00",
"EditUser": "sample string 2",
"EditTime": "2025-12-13T07:38:56.420609+00:00"
}
},
{
"PostItemID": {
"ItemID": 1,
"Year": 1,
"OrganizationalUnitID": 1,
"CategoryID": 1,
"ID": 1
},
"COA": "sample string 1",
"Name": "sample string 2",
"Description": "sample string 3",
"Date": "2025-12-13T07:38:56.420609+00:00",
"Due": "2025-12-13T07:38:56.420609+00:00",
"LinkDocument": {
"Year": 1,
"OrganizationalUnitID": 1,
"CategoryID": 1,
"ID": 1
},
"LinkedDocument": "sample string 4",
"CurrencyID": 5,
"Currency": "sample string 6",
"IsClosed": true,
"ClosedYear": 8,
"ClosedNumber": 9,
"Payed": "2025-12-13T07:38:56.420609+00:00",
"Taxed": "2025-12-13T07:38:56.420609+00:00",
"Overdue": 1,
"Payable": 1.0,
"DefaultCurrency": "sample string 10",
"Receivable": 1.0,
"Balance": 0.0,
"CurrencyAmount": 1.0,
"CurrencyPayable": 1.0,
"CurrencyReceivable": 1.0,
"CurrencyBalance": 0.0,
"Audit": {
"AddUser": "sample string 1",
"AddTime": "2025-12-13T07:38:56.420609+00:00",
"EditUser": "sample string 2",
"EditTime": "2025-12-13T07:38:56.420609+00:00"
}
}
],
"TotalPayable": 2.0,
"TotalReceivable": 2.0,
"Balance": 0.0,
"CurrencyTotalPayable": 2.0,
"CurrencyTotalReceivable": 2.0,
"CurrencyBalance": 0.0,
"Currency": "sample string 6",
"UserID": 3
}
text/xml
Sample: