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

#### URL Expired

The URL for this request expired after 30 days.

---

### Parameters

| Parameter                | Type | Required | Description                                    |
| :----------------------- | :--  | :--      | :--------------------------------------------- |
| automaticBreakSettingUuid | uuid | required  | UUID of the automatic break setting to clone   |
| locationUuid            | uuid  | optional  | Location UUID for the new settings             |
| locationGroupUuid       | uuid  | optional  | Location group UUID for the new settings       |

# Responses

# ``200      Successfully cloned automatic break settings

# ``500      default error response

---

### Example Request

```shell
curl --request POST \
     --url https://services.fountain.com/api/serviceattendance/processes/automaticBreakSettings/automaticBreakSettingUuid/clone \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Responses

```json
{
    "status": "200"
}
```

```json
{
    "status": "500"
}
```
