⚡
Zydon
Uptime serviços Zydon
  • Bem-vindo à Zydon
  • Quickstart
    • Chaves de acesso
    • Autenticação
  • Cadastros Gerais
    • Profiles
      • Import
      • Get import spreadsheet
    • Sellers
      • Enable
      • Disable
      • Import
      • Get import spreadsheet
      • Partners
    • Companies
      • Import
      • Get import spreadsheet
    • Resource files
      • Details
    • Partners
      • Sellers
        • Import
        • Get import spreadsheet
      • Contact
      • Address
        • Import
        • Get import spreadsheet
      • Enable
      • Disable
      • Query
      • Import
      • Get import spreadsheet
      • Analysis
  • Produtos
    • Products
      • Variations
        • Import
        • Get import spreadsheet
      • Specification
        • Import
        • Get import spreadsheet
      • Images
      • Enable
      • Disable
      • Alternative units
        • Import
        • Get import spreadsheet
      • Search
        • Synchronize
        • Status
      • Main images
      • Import
      • Get import spreadsheet
      • Generate sku code
      • Similar
      • Recommended
      • Image
      • Analysis
        • Most sold
        • Highlight
    • Prices
      • Product
        • Calculate
    • Stock
      • Enable
      • Disable
      • Override
      • Movement
      • Query
    • Discounts
      • Products
    • Price tables
      • Copy
      • Products
    • Warehouses
      • Import
      • Get import spreadsheet
    • Brands
      • Enable
      • Disable
      • Import
      • Get import spreadsheet
      • Image
    • Categories
      • Order
      • Enable
      • Disable
      • Specification
        • Import
        • Get import spreadsheet
      • Import
      • Get import spreadsheet
      • Image
      • Has products
      • Tree
    • Variations
      • Values
      • Import
      • Get import spreadsheet
    • Measure units
      • Enable
      • Disable
      • Import
      • Get import spreadsheet
      • Description
    • Portal User Search
      • User
        • Search
  • Pedidos
    • Payment groups
    • Orders
      • Items
        • Import
        • Get import spreadsheet
      • Payments
        • Import
        • Get import spreadsheet
      • Joint
      • Attachments
      • Report
      • Invoices
      • Import
      • Get import spreadsheet
      • Status
      • Summary
    • Payment methods
      • Enable
      • Disable
      • Query
      • Import
      • Get import spreadsheet
    • Status
    • Coupons
      • Manual
      • Automatic
    • Sales
      • Statuses
        • Available
  • Financeiro
    • Financials
      • Attachments
      • Import
      • Get import spreadsheet
      • Order
  • Webhooks
    • Sincronização de dados
    • Envio de Pedido
    • Cadastro de Parceiro
  • About
  • API reference
    • Warehouses
      • Import
      • Get import spreadsheet
    • Variations
      • Values
      • Import
      • Get import spreadsheet
    • Status
    • Sellers
      • Enable
      • Disable
      • Import
      • Get import spreadsheet
      • Partners
    • Profiles
      • Import
      • Get import spreadsheet
    • Products
      • Variations
        • Import
        • Get import spreadsheet
      • Specification
        • Import
        • Get import spreadsheet
      • Images
      • Enable
      • Disable
      • Alternative units
        • Import
        • Get import spreadsheet
      • Search
        • Synchronize
        • Status
      • Main images
      • Import
      • Get import spreadsheet
      • Generate sku code
      • Similar
      • Recommended
      • Image
      • Analysis
        • Most sold
        • Highlight
    • Price tables
      • Copy
      • Products
    • Payment methods
      • Enable
      • Disable
      • Query
      • Import
      • Get import spreadsheet
    • Payment groups
    • Partners
      • Sellers
        • Import
        • Get import spreadsheet
      • Contact
      • Address
        • Import
        • Get import spreadsheet
      • Enable
      • Disable
      • Query
      • Import
      • Get import spreadsheet
      • Analysis
    • Orders
      • Items
        • Import
        • Get import spreadsheet
      • Payments
        • Import
        • Get import spreadsheet
      • Joint
      • Attachments
      • Report
      • Invoices
      • Import
      • Get import spreadsheet
      • Status
      • Summary
    • Measure units
      • Enable
      • Disable
      • Import
      • Get import spreadsheet
      • Description
    • Financials
      • Attachments
      • Import
      • Get import spreadsheet
      • Order
    • Discounts
      • Products
    • Coupons
      • Manual
      • Automatic
    • Companies
      • Import
      • Get import spreadsheet
    • Categories
      • Order
      • Enable
      • Disable
      • Specification
        • Import
        • Get import spreadsheet
      • Import
      • Get import spreadsheet
      • Image
      • Has products
      • Tree
    • Brands
      • Enable
      • Disable
      • Import
      • Get import spreadsheet
      • Image
    • Sales
      • Statuses
        • Available
    • Resource files
      • Details
    • Stock
      • Enable
      • Disable
      • Override
      • Movement
      • Query
    • Sales funnel
    • Template
      • Validate
      • Install
      • Export
    • Home
      • Sales
      • Sales by period
      • Products
      • Users
    • Prices
      • Product
        • Calculate
  • Specification
  • About
  • Specification
Fornecido por GitBook
Nesta página
  1. Financeiro

Financials

Remover Financeiro

delete
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
204
Financial removed successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
delete
DELETE /api/sales/financials/{id} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
  "id": "text"
}

Listar Financeiros

get
Autorizações
Parâmetros de consulta
searchstringOpcionalDefault: ""
pageinteger · int32OpcionalDefault: 0
perPageinteger · int32OpcionalDefault: 25
sortstringOpcionalDefault: ""
dirstringOpcionalDefault: asc
Respostas
200
OK
application/json
404
Financial was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/financials HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
  "currentPage": 1,
  "perPage": 1,
  "total": 1,
  "items": [
    {
      "id": "text",
      "partner_id": "text",
      "partner_name": "text",
      "value": 1,
      "paying_off_value": 1,
      "paying_off_date": "2025-05-18T09:46:03.534Z",
      "due_date": "2025-05-18T09:46:03.534Z",
      "status": "text",
      "order_id": "text",
      "type": "text"
    }
  ]
}
  • GETObter Financeiro
  • PUTAtualizar Financeiro
  • DELETERemover Financeiro
  • GETListar Financeiros
  • POSTCriar Financeiro

Obter Financeiro

get
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
200
OK
application/json
404
Financial was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/financials/{id} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
  "id": "text",
  "partner_id": "text",
  "partner_name": "text",
  "order_id": "text",
  "value": 1,
  "paying_off_value": 1,
  "paying_off_date": "2025-05-18T09:46:03.534Z",
  "due_date": "2025-05-18T09:46:03.534Z",
  "status": "text",
  "type": "text",
  "payment_billet": {
    "resource_file_id": "123e4567-e89b-12d3-a456-426614174000",
    "resource_file_name": "text",
    "bar_code": "text",
    "qr_code": "text"
  },
  "attachments": [
    {
      "id": "text",
      "is_payment_billet": true,
      "payment_billet_bar_code": "text",
      "payment_billet_qr_code": "text",
      "resource_files": [
        {
          "id": "text",
          "fileName": "text"
        }
      ]
    }
  ]
}

Atualizar Financeiro

put
Autorizações
Parâmetros de rota
idstringObrigatório
Corpo
partner_idstringObrigatório
valuenumberObrigatório
paying_off_valuenumberObrigatório
paying_off_datestring · date-timeObrigatório
due_datestring · date-timeObrigatório
statusstringObrigatório
attachmentsstring · uuid[]Opcional
order_idstringOpcional
typestringOpcional
Respostas
200
Financial updated successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
put
PUT /api/sales/financials/{id} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 350

{
  "partner_id": "text",
  "value": 1,
  "paying_off_value": 1,
  "paying_off_date": "2025-05-18T09:46:03.534Z",
  "due_date": "2025-05-18T09:46:03.534Z",
  "status": "text",
  "payment_billet": {
    "resource_file_id": "123e4567-e89b-12d3-a456-426614174000",
    "bar_code": "text",
    "qr_code": "text"
  },
  "attachments": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "order_id": "text",
  "type": "text"
}
{
  "id": "text",
  "partner_id": "text",
  "partner_name": "text",
  "value": 1,
  "paying_off_value": 1,
  "paying_off_date": "2025-05-18T09:46:03.534Z",
  "due_date": "2025-05-18T09:46:03.534Z",
  "status": "text",
  "order_id": "text",
  "type": "text",
  "payment_billet": {
    "resource_file_id": "123e4567-e89b-12d3-a456-426614174000",
    "bar_code": "text",
    "qr_code": "text"
  },
  "attachments": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}

Criar Financeiro

post
Autorizações
Corpo
idstringOpcional
partner_idstringObrigatório
valuenumberObrigatório
paying_off_valuenumberObrigatório
paying_off_datestring · date-timeObrigatório
due_datestring · date-timeObrigatório
statusstringObrigatório
attachmentsstring · uuid[]Opcional
order_idstringOpcional
typestringOpcional
Respostas
201
Financial created successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
post
POST /api/sales/financials HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 362

{
  "id": "text",
  "partner_id": "text",
  "value": 1,
  "paying_off_value": 1,
  "paying_off_date": "2025-05-18T09:46:03.534Z",
  "due_date": "2025-05-18T09:46:03.534Z",
  "status": "text",
  "payment_billet": {
    "resource_file_id": "123e4567-e89b-12d3-a456-426614174000",
    "bar_code": "text",
    "qr_code": "text"
  },
  "attachments": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "order_id": "text",
  "type": "text"
}
{
  "id": "text",
  "partner_id": "text",
  "partner_name": "text",
  "value": 1,
  "paying_off_value": 1,
  "paying_off_date": "2025-05-18T09:46:03.534Z",
  "due_date": "2025-05-18T09:46:03.534Z",
  "status": "text",
  "order_id": "text",
  "type": "text",
  "payment_billet": {
    "resource_file_id": "123e4567-e89b-12d3-a456-426614174000",
    "bar_code": "text",
    "qr_code": "text"
  },
  "attachments": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}