---
title: "Creates a Quote resource."
method: POST
path: "/quotes"
tags: ["Quote"]
---

# Creates a Quote resource.

`POST /quotes`

Creates a Quote resource.

## Request body

- Quote
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the item
  - `created` string, date-time, nullable — Datetime when the item was created
  - `modified` string, date-time, nullable — Datetime when the item was last updated
  - `customerId` string, nullable — Unique identifier for contact
  - `customerName` string, nullable — Contact name
  - `quoteNumber` string, nullable — Generated quote number
  - `txnDate` string, nullable — Date of the quote
  - `billingCity` string, nullable — Main address city
  - `billingPostalcode` string, nullable — Main address postalcode
  - `billingCountry` string, nullable — Main address country
  - `shippingCity` string, nullable — Delivery address city
  - `shippingCountry` string, nullable — Delivery address country
  - `totalAmount` integer, nullable — Total amount of the quote
  - `currency` string, nullable — Currency of the quote
  - `txnStatus` string, nullable — Status of quote
  - `shippingPostalcode` string, nullable — Delivery address postalcode

## Response `201`

Quote resource created

- Quote
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the item
  - `created` string, date-time, nullable — Datetime when the item was created
  - `modified` string, date-time, nullable — Datetime when the item was last updated
  - `customerId` string, nullable — Unique identifier for contact
  - `customerName` string, nullable — Contact name
  - `quoteNumber` string, nullable — Generated quote number
  - `txnDate` string, nullable — Date of the quote
  - `billingCity` string, nullable — Main address city
  - `billingPostalcode` string, nullable — Main address postalcode
  - `billingCountry` string, nullable — Main address country
  - `shippingCity` string, nullable — Delivery address city
  - `shippingCountry` string, nullable — Delivery address country
  - `totalAmount` integer, nullable — Total amount of the quote
  - `currency` string, nullable — Currency of the quote
  - `txnStatus` string, nullable — Status of quote
  - `shippingPostalcode` string, nullable — Delivery address postalcode

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

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