# Create BOLO

## Create BOLO

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

This endpoint allows you to create a BOLO

#### 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 | BOLO Type, must be either "Person" or "Vehicle"                             |
| Description | string | The Description of your BOLO                                                |
| LastSeen    | string | The Last Seen Location of your BOLO                                         |

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

```
Successful connection!
```

{% endtab %}
{% endtabs %}
