---
title: "Creates a System Registration body"
method: POST
path: "/system/registration-body"
tags: ["System Registration Body"]
---

# Creates a System Registration body

`POST /system/registration-body`

## Request body

- RegistrationPayloadDef
  - `name` string, required
  - `short_name` string, required
  - `country_code` string, required
  - `position_types` string[], required
  - `status` 'active' | 'inactive' | 'removed'

## Response `201`

System Registration that was created

- RegistrationResponseDef
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `name` string, required
  - `short_name` string, required
  - `country_code` string, required
  - `position_types` string[], required
  - `status` 'active' | 'inactive' | 'removed'

## Other responses

- `400` — Validation error on post
- `401` — Failed to authenticate the user making the request
- `default` — Server error occurred

---

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