Body:
- periodable (string[]): два значення у форматі UTC (наприклад, '2012-10-05T14:48:00.000Z')
- organizations (string): UUID організації
- showAll (boolean): Параметр для відображення всіх документів
- pagination: { offset: number, count: number }
Response:
{ "success": true,
"data": [ { "uuid": "123e4567-e89b-12d3-a456-426614174000", "date": "…", "name": "…", "comment": "…", "number": "…", "organization": "123e4567-e89b-12d3-a456-426614174000", "counterparty": "123e4567-e89b-12d3-a456-426614174000", "responsible": "123e4567-e89b-12d3-a456-426614174000", "currency": "123e4567-e89b-12d3-a456-426614174000", "documentSum": 1 } ]
}