---
title: "Create a new Contact"
method: POST
path: "/v1/contacts"
tags: ["Contacts"]
---

# Create a new Contact

`POST /v1/contacts`

## Request body

- Contact — Contact
  - `cellPhone` string, nullable
  - `companyName` string, nullable
  - `displayName` string, nullable
  - `email` string, nullable
  - `firstName` string, nullable
  - `function` string, nullable
  - `id` integer — Contact ID
  - `internalId` string, nullable — ID used in your system
  - `invertedDisplayName` string, nullable
  - `lastName` string, nullable
  - `phone` string, nullable
  - `service` string, nullable
  - `title` string, nullable

## Response `200`

OK

- Contact — Contact
  - `cellPhone` string, nullable
  - `companyName` string, nullable
  - `displayName` string, nullable
  - `email` string, nullable
  - `firstName` string, nullable
  - `function` string, nullable
  - `id` integer — Contact ID
  - `internalId` string, nullable — ID used in your system
  - `invertedDisplayName` string, nullable
  - `lastName` string, nullable
  - `phone` string, nullable
  - `service` string, nullable
  - `title` string, nullable

## Other responses

- `400` — Bad Request

---

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