API Reference

Realizando a busca deste relatório, terá o retorno das formas de pagamento daquele período e além da forma de pagamento, terá o retorno do total por arranjo.

Pode realizar um GET em: https://sandbox.sistematize.me:8443/api/v1/relatorio/venda/empresa/ID_EMPRESA/forma-pagamento?data-inicio=2024-09-01&data-fim=2024-09-29

Exemplo de JSON retornado:

{
    "empresa": {
        "id": "b51ae983-184f-4d31-9f28-92db414557f9"
    },
    "total_arranjo": {
        "MASTERCARD_DEBITO": 5280.00,
        "VISA_CREDITO": 117610.00,
        "MASTERCARD_CREDITO": 176299.00
    },
    "total_forma_pagamento": {
        "DEBITO": 5280.00,
        "DINHEIRO": 6000.00,
        "CREDITO": 293909.00
    }
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!