🔗Listar Vendas
PreviousVerificar as informações de uma vendaNextCadastrar slipt em uma venda já realizada com porcentagem
Last updated
{
page: 1,
limit: 2,
startDate: '2023-04-05',
endDate: '2023-04-05',
bandeira: [
"mastercard",
],
formaPagamento: [
"creditoVisa",
],
status: [
2,
]
tipoVenda: [
2,
]
price_range: [
200,
200,
]
omni2: "Made Nova Madeiras Ltda",
cliente: "Nikolas Roger"
}
"success": true,
"message": "Vendas",
"vendas": [
{
"id": 50123248,
"cliente": {
"id": 22791676,
"nome": "Nikolas Roger de Moura Bararua"
},
"estabelecimento": {
"id": 158,
"nome_fantasia": "Made Nova Madeiras Ltda"
},
"created": "2023-04-05T14:49:42.000Z",
"modified": "2023-04-05T14:59:01.000Z",
"bandeira": null,
"removed": null,
"parcelas": 1,
"pos_identification_number": null,
"status_pedido_id": 1,
"tipo_pagamento": "boleto",
"valor_bruto": "122.22",
"valor_liquido": "122.22"
},
{
"id": 50116580,
"cliente": {
"id": 21601480,
"nome": "Bruno agenda online"
},
"estabelecimento": {
"id": 158,
"nome_fantasia": "Made Nova Madeiras Ltda"
},
"created": "2023-04-05T13:33:44.000Z",
"modified": "2023-04-05T13:35:02.000Z",
"bandeira": "visa",
"removed": null,
"parcelas": 1,
"pos_identification_number": null,
"status_pedido_id": 2,
"tipo_pagamento": "credit",
"valor_bruto": "200.00",
"valor_liquido": "192.02"
}
]
}