---
title: "Create company contact"
method: POST
path: "/api/v1/partner/companycontacts/contact"
tags: ["Blaze Partner Company Contact"]
---

# Create company contact

`POST /api/v1/partner/companycontacts/contact`

## Request body

- PartnerCompanyContactRequest
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `shopId` string
  - `dirty` boolean
  - `customerCompanyId` string
  - `salutation` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `role` string
  - `phoneNumber` string
  - `userPhoto` CompanyAsset
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `note` Note
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `writerId` string
    - `writerName` string
    - `message` string
    - `enableOnFleet` boolean
  - `officeNumber` string
  - `assets` CompanyAsset[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `employeeId` string

## Response `200`

successful operation

- CompanyContact
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `shopId` string
  - `dirty` boolean
  - `customerCompanyId` string
  - `salutation` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `role` string
  - `phoneNumber` string
  - `userPhoto` CompanyAsset
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `note` Note
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `writerId` string
    - `writerName` string
    - `message` string
    - `enableOnFleet` boolean
  - `officeNumber` string
  - `assets` CompanyAsset[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
