> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Report

Create a new report.

The following scopes are required to run this action:

* EXPRPT - get, add, approve, or update expense reports.

<Note>
  External Documentation

  To learn more, visit the [SAP Concur documentation](https://developer.concur.com/api-reference/expense/expense-report/v3.reports.html#create-a-new-report-).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter           | Description                                                                               |
  | ------------------- | ----------------------------------------------------------------------------------------- |
  | Country             | The 2-letter ISO 3166-1 alpha-2 country code for the report. For example - `US`.          |
  | Country Subdivision | The ISO 3166-2:2007 country subdivision for the report. For example - `IL-JM`.            |
  | Currency Code       | The 3-letter ISO 4217 currency code for the expense report currency. For example - `USD`. |
  | Ledger Name         | The name of the expense report ledger. Maximum 20 characters.                             |
  | Name                | The name of the report.                                                                   |
  | User Defined Date   | The date that the report was assigned to the user.                                        |
</div>

## Example Output

```json theme={"dark"}
{
	"ID": "string",
	"URI": "https://www.concursolutions.com/api/v3.0/expense/reports/<string>"
}
```

## Workflow Library Example

[Create Report with Sap Concur and Send Results Via Email](https://library.blinkops.com/workflows/create-report-with-sap-concur-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-report-with-sap-concur-and-send-results-via-email/canvas" />
</div>
