---
title: "Create a new service commission"
method: POST
path: "/v1/ServiceCommissions"
tags: ["ServiceCommissions"]
---

# Create a new service commission

`POST /v1/ServiceCommissions`

Create a new servicecommission.

## Request body

- RevAppModelsServiceCommission
  - `service_commission_ID` integer — Primary identifier for this service commission.
  - `customer_id` integer — Foreign identifier for the customer associated with the service commission.
  - `service_id` integer — Foreign identifier for the service associated with the service commission.
  - `agent_id` integer — Agent identifier that is associated with the service commission.
  - `tier` integer — Tier identifier associated with the service commission.
  - `commission_plan_id` integer — Associated commission plan identifier for the service commission.
  - `source` string — Source associated with the service commission.
  - `effective_date` string, date-time — The effective date associated to the service commission.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
