---
title: "Criar Documento de Venda"
method: POST
path: "/api/v1/commercial_sales_documents"
tags: ["Vendas", "Documentos de Venda"]
---

# Criar Documento de Venda

`POST /api/v1/commercial_sales_documents`

Criar Documento de Venda

## Request body

- object
  - `apply_retention_when_paid` boolean
  - `currency_conversion_rate` number
  - `currency_iso_code` string
  - `customer_address_detail` string
  - `customer_business_name` string
  - `customer_city` string
  - `customer_country` string
  - `customer_postcode` string
  - `customer_tax_registration_number` string
  - `date` string
  - `document_type` string
  - `due_date` string
  - `external_reference` string
  - `finalize` boolean
  - `lines` object[]
  - `notes` string
  - `operation_country` string
  - `payment_mechanism` string
  - `retention` number
  - `retention_type` string
  - `settlement_expression` string
  - `vat_included_prices` boolean

## Response `200`

---

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