---
title: "Create a registration and onboard the company"
method: POST
path: "/api/admin/registrations/"
tags: ["Company Registration - Admin"]
---

# Create a registration and onboard the company

`POST /api/admin/registrations/`

Admin-side conversion of a lead into a real company. Creates the
Z_CompanyRegistrations row (the durable record), validates an optional
promo code → parent PV, then runs the full onboarding immediately
(company + PV + clients + invite) and marks the registration approved.

The referral, if a code was given, materializes later when the new
company's owner finishes onboarding (/onboarding/complete reads the
registration's promo_code via resulting_company_id) — same chain the
public registration uses.

## Headers

- `x-api-token` string, nullable

## Request body

- AdminCreateRegistrationRequest
  - `company_name` string, required
  - `nipc` string, required
  - `personal_name` string, required
  - `personal_email` string, required
  - `personal_phone` string, nullable
  - `promo_code` string, nullable
  - `plan_id` integer, nullable
  - `company_billing` boolean, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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