---
title: "Create a new ActivityRate"
method: POST
path: "/activity_rates.json"
tags: ["Activity Rates"]
---

# Create a new ActivityRate

`POST /activity_rates.json`

Outlines the parameters and data fields used when creating a new ActivityRate

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `co_counsel_contact_id` integer — The unique identifier for a single Contact associated with the ActivityRate. The keyword `null` is not valid for this field.
    - `contact_id` integer — The unique identifier for a single Contact associated with the ActivityRate. The keyword `null` is not valid for this field.
    - `flat_rate` boolean — Whether this is a flat rate
    - `rate` number, double — Monetary value of this rate. Either hourly value or flat rate value

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/revisions/73791ddd1207/schema)
