| Key | Type | Description |
|---|---|---|
| reports[].id | integer | |
| reports[].transaction_count | integer | Total count of the transactions for the given day |
| reports[].value_cents | integer | Total value of the transactions for the given day in cents |
| reports[].is_draft | boolean | Should report be marked as filled? Default: true |
| Status | Description |
|---|---|
422 | Invalid parameters - see Invalid parameters errors model |
| Attribute | Error key | Description |
|---|---|---|
| id | does_not_exist | When the given report does not exist |
{
"reports": [] // Reports - see 'Revenue report model'
}