# Create Call

## Create Call

<mark style="color:green;">`POST`</mark> `https://therocketcad.com/api/1.1/wf/cad_createcall`

This endpoint allows you to create a new call.

#### Request Body

| Name        | Type   | Description                                                                 |
| ----------- | ------ | --------------------------------------------------------------------------- |
| CommunityID | string | The ID of your Community (Found under <https://therocketcad.com/integrate>) |
| ServerID    | string | The ID of your Server (Found under Owner Panel > FiveM Integration)         |
| Type        | string | Call Type, must be "LAW", "MEDICAL", or "FIRE"                              |
| Postal      | string | The Postal Location of the Call                                             |
| Location    | string | The Street Location of the Call                                             |
| Title       | string | The Title of the Call (ie; Traffic Stop)                                    |
| Narrative   | string | The Narrative/Details of the Call                                           |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
Successful connection!
```

{% endtab %}
{% endtabs %}
