---
title: "Create a multiplier"
method: POST
path: "/v1/org/{orgId}/multiplier"
tags: ["multiplier"]
---

# Create a multiplier

`POST /v1/org/{orgId}/multiplier`

## Path parameters

- `orgId` string, required

## Query parameters

- `date` string, date

## Request body

- CreateMultiplier
  - `label` string, required — human-readable name of multiplier
  - `code` string
  - `value` number, required — amount to multiply the initial value by
  - `expr` string, required — calculated expression to match against the job
  - `category` string — tag to group multipliers together by

## Response `202`

snapshot currently building

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
