Body:
- pagination: {
offset (number): Зміщення для пагінації
count (number): Кількість елементів
} - periodable? (array): Період [startDate, endDate] в ISO format
- organizations? (array): UUID організацій
Response:
{
"success": true,
"data": [
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"number": "…",
"currency": null,
"date": "…",
"comment": "…",
"name": "…",
"counterparty": null,
"author": null,
"organization": null,
"status": null,
"documentSum": 1
}
]
}