> ## 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 Ticket

Create an incident

Upon success, an HTTP 201 is returned. An HREF to the new resource is provided, and the HTTP Header contains a location information to redirect the client to the newly created resource.\<BR>
*Note: this method only supports one request creation per call (V1.0)*.

<Note>
  External Documentation

  To learn more, visit the [EasyVista documentation](https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20Create%20an%20incident-request/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Requests  | A list of request objects. Example:<br /><pre><code>\[\{<br />    "Catalog\_Code" : "46",<br />    "AssetID" : "",<br />    "AssetTag" : "",<br />    "ASSET\_NAME" : "",<br />    "Urgency\_ID" : "1",<br />    "Severity\_ID" : "40",<br />    "External\_reference" : "",<br />    "Phone" : "93-63 - 65-23",<br />    "Requestor\_Identification" : "",<br />    "Requestor\_Mail" : "[morley@itassetservices.com](mailto:morley@itassetservices.com)",<br />    "Requestor\_Name" : "",<br />    "Location\_ID" : "",<br />    "Location\_Code" : "",<br />    "Department\_ID" : "",<br />    "Department\_Code" : "",<br />    "Recipient\_ID" : "",<br />    "Recipient\_Identification" : "",<br />    "Recipient\_Mail" : "[leblanc@itassetservices.com](mailto:leblanc@itassetservices.com)",<br />    "Recipient\_Name" : "",<br />    "Origin" : "3",<br />    "Description" : "Request created via REST API",<br />    "ParentRequest" : "",<br />    "CI\_ID" : "",<br />    "CI\_ASSET\_TAG" : "",<br />    "CI\_NAME" : "",<br />    "SUBMIT\_DATE" : ""<br />  }]</code></pre> |
</div>

## Example Output

```json theme={"dark"}
{
	"HREF": "uri"
}
```

## Workflow Library Example

[Create Ticket with Easyvista and Send Results Via Email](https://library.blinkops.com/workflows/create-ticket-with-easyvista-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-ticket-with-easyvista-and-send-results-via-email/canvas" />
</div>
