---
title: "add_information pricing-category"
method: POST
path: "/ops/first_party_service_information"
tags: ["ops"]
---

# add_information pricing-category

`POST /ops/first_party_service_information`

Add pricing categories information

## Request body

- NewPricingCategoryInfo
  - `asset_id_prefix` string, required — description of the pricing category
  - `asset_reference` string, required — the headrooms for the pricing category
  - `asset_title` string, required — the services for the pricing category
  - `replace_title` boolean, required — should replace the title
  - `service_type` string, required — name of the pricing category

## Response `201`

Created response.

- PricingCategoryInfo
  - `asset_id_prefix` string, required — description of the pricing category
  - `asset_reference` string, required — the headrooms for the pricing category
  - `asset_title` string, required — the services for the pricing category
  - `replace_title` boolean, required — should replace the title
  - `service_type` string, required — name of the pricing category

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/versions/fa134b7fc959/schema)
