---
title: "Dodaj nową osobę odpowiedzialną"
method: POST
path: "/responsiblepersons"
tags: ["Osoby odpowiedzialne"]
---

# Dodaj nową osobę odpowiedzialną

`POST /responsiblepersons`

Tworzy nową osobę odpowiedzialną na podstawie przekazanych danych.

## Request body

- ResponsiblePersonCreate
  - `city` string
  - `country_code` string
  - `email` string — Wymagane jest podanie email lub form_url
  - `form_url` string — Wymagane jest podanie email lub form_url
  - `name` string
  - `own_name` string
  - `phone_number` string
  - `postal_code` string
  - `street` string

## Response `200`

Osoba odpowiedzialna została pomyślnie utworzona.

- object
  - `id` integer
  - `own_name` string

## Other responses

- `400` — Nieprawidłowe dane żądania. Komunikat błędu w odpowiedzi.

---

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