---
title: "Creates or updates a Person Relationship record"
method: PUT
path: "/v1/PeopleFTK/Relationships"
tags: ["PeopleFTK"]
---

# Creates or updates a Person Relationship record

`PUT /v1/PeopleFTK/Relationships`

## Request body

- AdaptekApiApplicationPeopleFTKCommandsSaveFTKPersonRelationshipSaveFTKPersonRelationshipCommand
  - `consumer1Id` integer
  - `consumer2Id` integer
  - `relationshipTypeId` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24
  - `isDeleted` boolean

## Response `200`

The person relationship was created successfully

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

## Other responses

- `204` — The person relationship was updated successfully
- `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/517cf2397b0d/schema)
