---
title: "Create Vendor Contact"
method: POST
path: "/coa/api/vendor/{id}/contacts"
tags: ["Core Accounting"]
---

# Create Vendor Contact

`POST /coa/api/vendor/{id}/contacts`

Complete mixin for history filtering with pagination support.
Returns either active OR deleted records based on include_deleted parameter.

## Path parameters

- `id` integer, required

## Request body

- VendorContact
  - `id` integer, required
  - `name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, nullable
  - `phone_number` string, nullable
  - `mobile_number` string, nullable
  - `last_modified_at` string, date-time, required
  - `is_deleted` boolean, required
  - `deleted_at` string, date-time, nullable, required

## Response `201`

- VendorContact
  - `id` integer, required
  - `name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, nullable
  - `phone_number` string, nullable
  - `mobile_number` string, nullable
  - `last_modified_at` string, date-time, required
  - `is_deleted` boolean, required
  - `deleted_at` string, date-time, nullable, required

---

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