---
title: "Updates a Person record and its Disciplines and DisciplineAgents"
method: PUT
path: "/v1/PeopleFTK"
tags: ["PeopleFTK"]
---

# Updates a Person record and its Disciplines and DisciplineAgents

`PUT /v1/PeopleFTK`

## Request body

- AdaptekApiApplicationPeopleFTKCommandsUpdateFTKPersonUpdateFTKPersonCommand
  - `id` integer
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `dateOfBirth` string, date-time
  - `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` AdaptekApiApplicationPeopleFTKCommandsUpdateFTKPersonUpdateFTKPersonDisciplineCommand[], nullable
    - `id` integer
    - `consumerId` integer
    - `agencyId` integer
    - `discipline` string, nullable
    - `status` string, nullable
    - `disciplineAgents` AdaptekApiApplicationPeopleFTKCommandsUpdateFTKPersonUpdateFTKPersonDisciplineAgentCommand[], nullable
      - `id` integer
      - `agentId` integer
      - `consumerDisciplineId` integer

## Response `200`

The person was updated successfully

- MicrosoftAspNetCoreMvcNoContentResult
  - `statusCode` integer

## Other responses

- `400` — The data provided was not valid
- `404` — The person was not found

---

[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)
