---
title: "Create an Estimate"
method: POST
path: "/v2/accounting/estimates"
tags: ["Estimates"]
---

# Create an Estimate

`POST /v2/accounting/estimates`

**Supported for:**

`freshbooks` `quickbooks` `xero` `oracleNetsuite`

## Request body

- PushEstimateV2Dto
  - `connectionUuid` string, required — Unique connection identifier.
  - `data` PushEstimateV2, required
    - `passThrough` object
    - `currencyRate` number
    - `dueDate` string, date
    - `postedDate` string, date
    - `acceptedDate` string, date
    - `expiryDate` string, date
    - `customerRef` CustomerRefDto, required
      - `id` string, required
    - `currency` string
    - `lines` EstimateLineV2[], required
      - `id` string
      - `accountRef` AccountRefDto
        - `id` string, required
      - `taxRateRef` TaxRateRefDto
        - `id` string, required
      - `inventoryRef` InventoryRefDto
        - `id` string, required
      - `description` string
      - `quantity` number, float
      - `unitAmount` number, float
      - `discountPercentage` number, float
      - `trackingCategoryRefs` TrackingCategoryRefPushDto[]
        - `id` string, required
        - `type` 'class' | 'department' | 'location' | 'unknown'
    - `shippingAddress` ShippingAddressDto
      - `line1` string
      - `line2` string
      - `city` string
      - `region` string — Region within a country. For example, state name for USA, province name for Canada.
      - `country` string — Country name as 3 ISO alpha-3 characters.
      - `postalCode` string — Postal code. For example, zip code for USA and Canada.
    - `memo` string

## Response `200`

- PushEstimateV2ResponseDto
  - `connectionUuid` string, required
  - `businessName` string, required
  - `serviceName` 'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'zohoBooks' | 'byod', required
  - `pushCommunicationId` string, required
  - `requestedOn` string, date-time, required
  - `status` 'success' | 'failed' | 'pending', required
  - `data` PushEstimateV2, required
    - `passThrough` object
    - `currencyRate` number
    - `dueDate` string, date
    - `postedDate` string, date
    - `acceptedDate` string, date
    - `expiryDate` string, date
    - `customerRef` CustomerRefDto, required
      - `id` string, required
    - `currency` string
    - `lines` EstimateLineV2[], required
      - `id` string
      - `accountRef` AccountRefDto
        - `id` string, required
      - `taxRateRef` TaxRateRefDto
        - `id` string, required
      - `inventoryRef` InventoryRefDto
        - `id` string, required
      - `description` string
      - `quantity` number, float
      - `unitAmount` number, float
      - `discountPercentage` number, float
      - `trackingCategoryRefs` TrackingCategoryRefPushDto[]
        - `id` string, required
        - `type` 'class' | 'department' | 'location' | 'unknown'
    - `shippingAddress` ShippingAddressDto
      - `line1` string
      - `line2` string
      - `city` string
      - `region` string — Region within a country. For example, state name for USA, province name for Canada.
      - `country` string — Country name as 3 ISO alpha-3 characters.
      - `postalCode` string — Postal code. For example, zip code for USA and Canada.
    - `memo` string

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
