---
title: "Creates a new contact"
method: POST
path: "/v1/resourceowner/contacts2"
tags: ["ResourceOwnerContact2"]
---

# Creates a new contact

`POST /v1/resourceowner/contacts2`

## Request body

- Contact2CreateModel
  - `FirstName` string, required
  - `LastName` string, required
  - `EmailAddress` string
  - `Description` string
  - `CreateRelationshipToCompanyId` integer, required
  - `CultureName` string
  - `CountryCodeIso1366` string
  - `DefaultVehicleId` integer
  - `UnitType` 0 | 1 | 2
  - `SubscribeToNewsLetter` boolean
  - `MobilePhoneNumber` string
  - `MapType` 0 | 1 | 2
  - `CurrencyCode` string — ISO 4217 Currency code

## Response `200`

A link in the header is returned to the newly created contact

## Other responses

- `403` — Request is forbidden, this could occur if you try to associate the contact you are not associated with
- `500` — Internal server error

---

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