---
title: "Create a new Company Contact"
method: POST
path: "/companycontact.json"
tags: ["Company Contacts"]
---

# Create a new Company Contact

`POST /companycontact.json`

#### OAuth Scope
This endpoint requires the following OAuth scope **manage_customer_contacts**.

			
			
#### Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the `x-record-uuid` response header.

## Request body

- CompanyContactCreate
  - `company_uuid` string, uuid — The UUID of the company this contact belongs to
  - `first` string — First name of the company contact. Used for identifying and addressing the contact in communications.
  - `last` string — Last name of the company contact. Used together with the first name to identify the contact.
  - `phone` string — Primary phone number for the contact. Used for voice communications with the contact. Should include area code and can include international code.
  - `mobile` string — Mobile phone number for the contact. Used for SMS communications and alternative voice contact. Should include area code and can include international code.
  - `email` string, email — Email address of the contact. Used for sending email communications, quotes, invoices, and other electronic correspondence.
  - `type` string — Specifies the type of contact. Common values include 'BILLING' for billing contacts and 'JOB' for job contacts. This field determines how the contact is used in the system.
  - `is_primary_contact` string — Indicates whether this contact is the primary contact for the company. Value of 1 means this is the primary contact, 0 means it is not. A company should have only one active primary contact.
  - `uuid` string, uuid — Unique identifier for this record

## Response `200`

Success

- Result
  - `errorCode` number
  - `message` string

## Other responses

- `400` — Bad Request - The request is malformed or contains invalid parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - You don't have permission to create this resource
- `429` — Too Many Requests - You have exceeded the rate limit
- `500` — Internal Server Error - An unexpected error occurred on the server

---

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