# Create a Response

**URL:** https://yourdomain.com/api/responses/create

**Type: POST**

```
{
  "id": 8,
}
```

<div id="bkmrk-customer_id%3A-the-id-"><div><div><div>**ticket\_number:** This it the ticket ID the response is for.</div></div></div><div>**content:** This is the content of the response.</div><div>**organize (OPTIONAL)**: This is defaulted as "ticket" if no organize is set. To see or change these, please edit the `/app/Enums/Organize.php` file.</div><div>**is\_note:** Is the response a note? 1 for yes or 0 for no.</div><div>**ip\_address**: This is the customer IP Address.</div><div>**employee\_response:** Is the response from a employee? 1 for yes or 0 for no.</div></div><div id="bkmrk-user_id-%28optional%29%3A-">**user\_id (OPTIONAL):** This will submit a user_id for the response, this is handy for Employee replies.</div><div id="bkmrk-"></div><div id="bkmrk--1">  
</div><div id="bkmrk--2"></div><div id="bkmrk-the-result-returns-t"><div id="bkmrk-the-result-returns-t-1">The result returns the ticket ID.</div></div>