| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Location Group

- **name**  
  type: string  
  required  
  length ≥ 1  
  Description: Location group name

- **description**  
  type: string

- **companyUuid**  
  type: uuid

- **ownerUuid**  
  type: string

- **hireLocationGroupUuid**  
  type: string

- **parentGroupUuid**  
  type: string

# Responses

# `201`  One or many locationGroup documents created. Wrapped in a JsonAPI root response.

# `500`  default error response

### Example Request

```bash
curl --request POST \
     --url https://services.fountain.com/api/serviceworkforce/locationGroups \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Example Response

```json
{
  "status": 201
}
```
