---
title: "Create Business Mapping"
method: POST
path: "/api/v1/usage/business-mapping/mappings"
tags: ["Business Mapping"]
---

# Create Business Mapping

`POST /api/v1/usage/business-mapping/mappings`

This call is used to create a business mapping rule in the account.

## Headers

- `Authorization` string, required
- `apikey` string, required

## Request body

- object
  - `name` string, required — mapping name
  - `rank` integer, required — ranked order of this rule
  - `rules` string[], required — Filters which define the mapping (Array of filter fields- See structure above)
  - `split` boolean — Determine whether the cost should be split
  - `splitOptions` string — split type (One of "EQUAL", "RATIO")
  - `mappings` string[] — Mapping ids to be split (Array of mapping IDs)

## Response `200`

---

[API](https://skmtc.net/umbrellacost/apis/admin.md) · [All operations](https://skmtc.net/umbrellacost/apis/admin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umbrellacost/admin/revisions/b0a65610726b/schema)
