### Contatos (Contacts) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Details the API endpoints for managing contacts, including operations like GET, POST, PUT, and DELETE, across API v2 and v3. Note the evolution of paths and capabilities between versions. ```APIDOC Contatos API Endpoints: DELETE individual: API v2: ❌ API v3: /contatos/{idContato} DELETE múltiplos: API v2: ❌ API v3: /contatos GET all: API v2: /contatos API v3: /contatos GET individual: API v2: /contato/{identificador} API v3: /contatos/{idContato} GET por tipo de contato: API v2: ❌ API v3: /contatos/{idContato}/tipos GET Consumidor Final: API v2: ❌ API v3: /contatos/consumidor-final PATCH: API v2: ❌ API v3: /contatos/{idContato}/situacoes POST: API v2: /contato API v3: /contatos POST atualização da situação de múltiplos: API v2: ❌ API v3: /contatos/situacoes PUT: API v2: /contato/{id} API v3: /contatos/{idContato} ``` -------------------------------- ### Depósitos (Deposits) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Lists the API endpoints for managing deposits, detailing how to retrieve, create, and update deposit records using both API v2 and v3. ```APIDOC Depósitos API Endpoints: GET all: API v2: /depositos API v3: /depositos GET individual: API v2: /deposito/{idDeposito} API v3: /depositos/{idDeposito} POST: API v2: /deposito API v3: /depositos PUT: API v2: /deposito/{idDeposito} API v3: /depositos/{idDeposito} ``` -------------------------------- ### Contas a Pagar (Accounts Payable) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Outlines the API endpoints for managing accounts payable, covering operations such as deleting, retrieving, creating, and updating accounts, with a comparison between API v2 and v3. ```APIDOC Contas a Pagar API Endpoints: DELETE: API v2: ❌ API v3: /contas/pagar/{idContaPagar} GET all: API v2: /contaspagar API v3: /contas/pagar GET individual: API v2: /contapagar/{id} API v3: /contas/pagar/{idContaPagar} POST: API v2: /contapagar API v3: /contas/pagar POST recebimento de uma conta: API v2: ❌ API v3: /contas/pagar/{idContaPagar}/baixar PUT: API v2: /contapagar/{id} API v3: /contas/pagar/{idContaPagar} ``` -------------------------------- ### Ordens de Produção (Production Orders) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Provides API endpoints for managing production orders, covering operations like deletion, retrieval, creation, and status updates, with paths for API v2 and v3. ```APIDOC Ordens de Produção API Endpoints: DELETE: API v2: /ordemproducao API v3: /ordens-producao/{idOrdemProducao} GET all: API v2: /ordensproducao API v3: /ordens-producao GET individual: API v2: /ordemproducao/{numero} API v3: /ordens-producao/{idOrdemProducao} POST: API v2: /ordemproducao API v3: /ordens-producao POST gerar sob demanda: API v2: /ordensproducaogeracao API v3: /ordens-producao/gerar-sob-demanda PUT: API v2: ❌ API v3: /ordens-producao/{idOrdemProducao} PUT situação: API v2: ❌ API v3: /ordens-producao/{idOrdemProducao}/situacoes ``` -------------------------------- ### Formas de Pagamento (Payment Methods) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Documents the API endpoints for managing payment methods, including operations for deletion, retrieval, creation, and updates, comparing API v2 and v3 paths. ```APIDOC Formas de Pagamento API Endpoints: DELETE: API v2: /formapagamento API v3: /formas-pagamentos/{idFormaPagamento} GET all: API v2: /formapagamento API v3: /formas-pagamentos GET individual: API v2: /formapagamento/{id} API v3: /formas-pagamentos/{idFormaPagamento} POST: API v2: /formapagamento API v3: /formas-pagamentos PUT: API v2: /formapagamento/{id} API v3: /formas-pagamentos/{idFormaPagamento} ``` -------------------------------- ### NFS-e (Service Electronic Fiscal Note) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Outlines the API endpoints for managing NFS-e, covering deletion, retrieval, creation, authorization, cancellation, and configuration updates, with paths for API v2 and v3. ```APIDOC NFS-e API Endpoints: DELETE: API v2: ❌ API v3: /nfse/{idNotaServico} GET all: API v2: /notasservico API v3: /nfse GET individual: API v2: /notaservico/{numero} API v3: /nfse/{idNotaServico} GET configurações de nota: API v2: ❌ API v3: /nfse/configuracoes POST: API v2: /notaservico API v3: /nfse POST autorização de nota: API v2: /notaservico/{numero}/{serie} API v3: /nfse/{idNotaServico}/enviar POST cancelamento de nota: API v2: ❌ API v3: /nfse/{idNotaServico}/cancelar PUT configurações de nota: API v2: ❌ API v3: /nfse/configuracoes ``` -------------------------------- ### New Bling API v3 Resources Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md This section lists the new API endpoints that are available for use in the Bling API v3. Developers can integrate with these resources to access various functionalities such as managing categories, financial accounts, contacts, and product structures. ```APIDOC /categorias/receitas-despesas /contas-contabeis /contatos/tipos /empresas /estoques /homologacao /naturezas-operacoes /notificacoes /produtos/estruturas /produtos/variacoes /situacoes/modulos /situacoes/transicoes /usuarios /vendedores ``` -------------------------------- ### Contas a Receber (Accounts Receivable) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Provides API endpoints for managing accounts receivable, including operations for deletion, retrieval, creation, and updates, showing the paths for both API v2 and v3. ```APIDOC Contas a Receber API Endpoints: DELETE: API v2: ❌ API v3: /contas/receber/{idContaReceber} GET all: API v2: /contasreceber API v3: /contas/receber GET individual: API v2: /contareceber/{id} API v3: /contas/receber/{idContaReceber} POST: API v2: /contareceber API v3: /contas/receber POST recebimento de uma conta: API v2: ❌ API v3: /contas/receber/{idContaReceber}/baixar PUT: API v2: /contareceber/{id} API v3: /contas/receber/{idContaReceber} ``` -------------------------------- ### NF-e (Electronic Fiscal Note) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Provides API endpoints for managing NF-e, including deletion, retrieval, creation, authorization, and stock/account movements, comparing API v2 and v3 paths. ```APIDOC NF-e API Endpoints: DELETE: API v2: ❌ API v3: /nfe GET all: API v2: /notasfiscais API v3: /nfe GET individual: API v2: /notafiscal/{numero}/{serie} API v3: /nfe/{idNotaFiscal} POST: API v2: /notafiscal API v3: /nfe POST autorização da nota: API v2: /notafiscal/{numero}/{serie} API v3: /nfe/{idNotaFiscal}/enviar POST lançamento de estoque: API v2: ❌ API v3: /nfe/{idNotaFiscal}/lancar-estoque POST lançamento de estoque por depósito: API v2: ❌ API v3: /nfe/{idNotaFiscal}/lancar-estoque/{idDeposito} POST estorno de estoque: API v2: ❌ API v3: /nfe/{idNotaFiscal}/estornar-estoque POST lançamento de contas: API v2: ❌ API v3: /nfe/{idNotaFiscal}/lancar-contas POST estorno de contas: API v2: ❌ API v3: /nfe/{idNotaFiscal}/estornar-contas PUT: API v2: ❌ API v3: /nfe/{idNotaFiscal} ``` -------------------------------- ### Unavailable Bling API v3 Resources Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md This section specifies resources that are not currently available in the Bling API v3. Developers should be aware of these limitations when planning integrations, as functionalities like CT-e, product groups, and commercial proposals are not accessible via the current API version. ```APIDOC CT-e Grupos de produtos Proposta comercial ``` -------------------------------- ### NFC-e (Consumer Electronic Fiscal Note) API Endpoints Source: https://github.com/waltergit/doc-api-bling/blob/main/migracao-v2-v3.md Details the API endpoints for managing NFC-e, including retrieval, creation, authorization, and stock/account movements, comparing API v2 and v3 paths. ```APIDOC NFC-e API Endpoints: GET all: API v2: /nfces API v3: /nfce GET individual: API v2: /nfce/{numero}/{serie} API v3: /nfce/{idNotaFiscalConsumidor} POST: API v2: /nfce API v3: /nfce POST autorização da nota: API v2: /nfce/{numero}/{serie} API v3: /nfce/{idNotaFiscalConsumidor}/enviar POST lançamento de estoque: API v2: ❌ API v3: /nfce/{idNotaFiscalConsumidor}/lancar-estoque POST lançamento de estoque por depósito: API v2: ❌ API v3: /nfce/{idNotaFiscalConsumidor}/lancar-estoque/{idDeposito} POST estorno de estoque: API v2: ❌ API v3: /nfce/{idNotaFiscalConsumidor}/estornar-estoque POST lançamento de contas: API v2: ❌ API v3: /nfce/{idNotaFiscalConsumidor}/lancar-contas POST estorno de contas: API v2: ❌ API v3: /nfce/{idNotaFiscalConsumidor}/estornar-contas PUT: API v2: ❌ API v3: /nfce/{idNotaFiscalConsumidor} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.