---
title: "Creates a new Person record with Disciplines and DisciplineAgents"
method: POST
path: "/v1/PeopleFTK"
tags: ["PeopleFTK"]
---

# Creates a new Person record with Disciplines and DisciplineAgents

`POST /v1/PeopleFTK`

## Request body

- AdaptekApiApplicationPeopleFTKCommandsCreateFTKPersonCreateFTKPersonCommand
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `dateOfBirth` string, date-time, nullable
  - `holdingCompanyId` integer
  - `driversLicenseStateTypeId` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56
  - `genderTypeId` 0 | 1 | 2
  - `statusTypeId` 1 | 2 | 3 | 4 | 5 | 7
  - `disciplines` AdaptekApiApplicationPeopleFTKCommandsCreateFTKPersonCreateFTKPersonDisciplineCommand[], nullable
    - `consumerId` integer
    - `agencyId` integer
    - `discipline` string, nullable
    - `status` string, nullable
    - `disciplineAgents` AdaptekApiApplicationPeopleFTKCommandsCreateFTKPersonCreateFTKPersonDisciplineAgentCommand[], nullable
      - `agentId` integer
      - `consumerDisciplineId` integer

## Response `200`

The person was created successfully

- MicrosoftAspNetCoreMvcCreatedResult
  - `location` string, nullable
  - `value` unknown
  - `formatters` MicrosoftAspNetCoreMvcFormattersIOutputFormatter[], nullable
  - `contentTypes` string[], nullable
  - `declaredType` string, nullable
  - `statusCode` integer, nullable

## Other responses

- `400` — The data provided was not valid

---

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