Documentos de venda
As rotas aqui descritas permitem gerir todos os processos relativos a documentos de venda — orçamentos, faturas-proforma, guias, faturas e notas —, incluindo a sua descarga em PDF.
Criação do documento
post
Body
document_typestringRequiredExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externofinalizebooleanOptionalExample:
truereturn_pdfbooleanOptionalExample:
trueResponses
200
OK
application/json
idintegerOptionalExample:
1document_typestringOptionalExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externourlstringOptionalExample:
https://app.cloudware.pt/path_to_filepost/v1/commercial_sales_documents
POST /v1/commercial_sales_documents HTTP/1.1
Host: api-cwb.cldware.com
Content-Type: application/json
Accept: */*
Content-Length: 1245
{
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"finalize": true,
"return_pdf": true,
"lines": [
{
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}200
OK
{
"id": 1,
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"url": "https://app.cloudware.pt/path_to_file",
"lines": [
{
"id": 1,
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}Eliminação do documento
delete
Path parameters
idintegerRequired
id of the document to delete
Responses
200
OK
No content
delete/v1/commercial_sales_documents/{id}
DELETE /v1/commercial_sales_documents/{id} HTTP/1.1
Host: api-cwb.cldware.com
Accept: */*
200
OK
No content
Finalização do documento
patch
Path parameters
idintegerRequired
id of the document to finalize
Body
return_pdfbooleanOptionalExample:
trueResponses
200
OK
application/json
idintegerOptionalExample:
1document_typestringOptionalExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externourlstringOptionalExample:
https://app.cloudware.pt/path_to_filepatch/v1/commercial_sales_documents/{id}/finalize
PATCH /v1/commercial_sales_documents/{id}/finalize HTTP/1.1
Host: api-cwb.cldware.com
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"return_pdf": true
}200
OK
{
"id": 1,
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"url": "https://app.cloudware.pt/path_to_file",
"lines": [
{
"id": 1,
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}Anulação do documento
patch
Path parameters
idintegerRequired
id of the document to void
Body
voided_reasonstringRequiredExample:
Texto descritivo do motivo de anulaçãoResponses
200
OK
application/json
idintegerOptionalExample:
1document_typestringOptionalExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externourlstringOptionalExample:
https://app.cloudware.pt/path_to_filepatch/v1/commercial_sales_documents/{id}/void
PATCH /v1/commercial_sales_documents/{id}/void HTTP/1.1
Host: api-cwb.cldware.com
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"voided_reason": "Texto descritivo do motivo de anulação"
}200
OK
{
"id": 1,
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"url": "https://app.cloudware.pt/path_to_file",
"lines": [
{
"id": 1,
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}Alteração do documento
patch
Path parameters
idintegerRequired
id of the document to update
Body
idintegerOptionalExample:
1document_typestringOptionalExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externofinalizebooleanOptionalExample:
truereturn_pdfbooleanOptionalExample:
trueResponses
200
OK
application/json
idintegerOptionalExample:
1document_typestringOptionalExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externourlstringOptionalExample:
https://app.cloudware.pt/path_to_filepatch/v1/commercial_sales_documents/{id}
PATCH /v1/commercial_sales_documents/{id} HTTP/1.1
Host: api-cwb.cldware.com
Content-Type: application/json
Accept: */*
Content-Length: 1259
{
"id": 1,
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"finalize": true,
"return_pdf": true,
"lines": [
{
"id": 1,
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}200
OK
{
"id": 1,
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"url": "https://app.cloudware.pt/path_to_file",
"lines": [
{
"id": 1,
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}Eliminação de uma linha
delete
Path parameters
idintegerRequired
id of the document
lineIdintegerRequired
id of the document line to delete
Responses
200
OK
No content
delete/v1/commercial_sales_documents/{id}/lines/{lineId}
DELETE /v1/commercial_sales_documents/{id}/lines/{lineId} HTTP/1.1
Host: api-cwb.cldware.com
Accept: */*
200
OK
No content
Consulta do documento
get
Path parameters
idintegerRequired
id of the document of which to get the information
Responses
200
OK
application/json
idintegerOptionalExample:
1document_typestringOptionalExample:
FT|FS|FRdatestringOptionalExample:
2023-01-01document_series_idintegerOptionalExample:
1document_series_prefixstringOptionalExample:
Prefixo da sériecustomer_idintegerOptionalExample:
1customer_tax_registration_numberstringOptionalExample:
999999990customer_business_namestringOptionalExample:
Nome do clientecustomer_address_detailstringOptionalExample:
Morada do clientecustomer_postcodestringOptionalExample:
0000-000customer_citystringOptionalExample:
Cidade/Localidade do clientecustomer_countrystringOptionalExample:
PTdue_datestringOptionalExample:
2023-01-01settlement_expressionstringOptionalExample:
7.5payment_mechanismstringOptionalExample:
MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDAbank_account_idintegerOptionalExample:
1cash_account_idintegerOptionalExample:
1vat_included_pricesbooleanOptionalExample:
falsetax_exemption_reason_idintegerOptionalExample:
1operation_countrystringOptionalExample:
PT-MAcurrency_idintegerOptionalExample:
1currency_iso_codestringOptionalExample:
USDcurrency_conversion_ratenumberOptionalExample:
1.21retentionnumberOptionalExample:
7.5retention_typestringOptionalExample:
IRS|IRCapply_retention_when_paidbooleanOptionalExample:
truenotesstringOptionalExample:
Notas ao documentoexternal_referencestringOptionalExample:
Referência do documento externourlstringOptionalExample:
https://app.cloudware.pt/path_to_fileget/v1/commercial_sales_documents/{id}
GET /v1/commercial_sales_documents/{id} HTTP/1.1
Host: api-cwb.cldware.com
Accept: */*
200
OK
{
"id": 1,
"document_type": "FT|FS|FR",
"date": "2023-01-01",
"document_series_id": 1,
"document_series_prefix": "Prefixo da série",
"customer_id": 1,
"customer_tax_registration_number": "999999990",
"customer_business_name": "Nome do cliente",
"customer_address_detail": "Morada do cliente",
"customer_postcode": "0000-000",
"customer_city": "Cidade/Localidade do cliente",
"customer_country": "PT",
"due_date": "2023-01-01",
"settlement_expression": "7.5",
"payment_mechanism": "MO|CH|DC|CC|TR|CO|CS|DE|LC|MB|OU|RT|DDA",
"bank_account_id": 1,
"cash_account_id": 1,
"vat_included_prices": false,
"tax_exemption_reason_id": 1,
"operation_country": "PT-MA",
"currency_id": 1,
"currency_iso_code": "USD",
"currency_conversion_rate": 1.21,
"retention": 7.5,
"retention_type": "IRS|IRC",
"apply_retention_when_paid": true,
"notes": "Notas ao documento",
"external_reference": "Referência do documento externo",
"url": "https://app.cloudware.pt/path_to_file",
"lines": [
{
"id": 1,
"item_type": "Service|Product|TaxDescriptor",
"item_id": 1,
"item_code": "Código do serviço/produto/descritor",
"description": "Descrição da linha",
"unit_of_measure_id": 1,
"unit_of_measure": "Unidade de medida",
"quantity": 1,
"unit_price": 9.99,
"settlement_expression": "3",
"tax_id": 1,
"tax_code": "NOR|INT|RED|ISE",
"tax_percentage": 22,
"tax_country_region": "PT-MA"
}
]
}Last updated