> For the complete documentation index, see [llms.txt](https://magicpay.gitbook.io/magicpay-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magicpay.gitbook.io/magicpay-documentation/reports/create-reports.md).

# Create Reports

## 12.3 Create Reports

**Request**

| Method | URL                                                                 |
| ------ | ------------------------------------------------------------------- |
| POST   | <p>/file-reporting/v1/transaction-report-</p><p>demands?export=</p> |

export=True, for getting excel sheet

export=False, for only getting reports

Copy

```
{
  "endDate": "2024-06-30T23:59:59",
  "reportPeriod": "MONTHLY",
  "reportType": "Financial",
  "startDate": "2024-06-01T00:00:00"
}
```

**Response**

| Status | Response |
| ------ | -------- |
| 200    |          |
| 403    |          |
| 400    |          |
| 401    |          |
| 401    |          |
| 500    |          |

[<br>](https://hilals-organization.gitbook.io/magicpay-documentation/12.-reports/12.2-export-by-id)
