GET v1/getAccountingInvoices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sellerID | integer |
None. |
|
| onDate | date |
None. |
|
| name | string |
None. |
|
| invoiceNumber | string |
None. |
|
| sum | decimal number |
None. |
|
| isAllowPayOnline | boolean |
None. |
|
| edrpou | string |
None. |
|
| iban | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"sellerID": 2,
"onDate": "2026-06-10T07:15:57.4914802+03:00",
"name": "sample string 4",
"invoiceNumber": "sample string 5",
"sum": 6.0,
"isAllowPayOnline": true,
"edrpou": "sample string 8",
"iban": "sample string 9"
},
{
"id": 1,
"sellerID": 2,
"onDate": "2026-06-10T07:15:57.4914802+03:00",
"name": "sample string 4",
"invoiceNumber": "sample string 5",
"sum": 6.0,
"isAllowPayOnline": true,
"edrpou": "sample string 8",
"iban": "sample string 9"
}
]