Corporativo API
  1. REPORTE COMERCIAL
Corporativo API
  • AUTORIZACION
    • Login
      POST
  • INGRESO ESTADO FINANCIERO
    • Estado Financiero
      POST
    • Estado Financiero V2
      POST
  • INGRESO DE DATOS DE VENTA
    • Datos Venta
      POST
    • Datos Venta V4
      POST
  • INGRESO DE DATOS DE CARTERA
    • Datos Cartera
      POST
  • INGRESO DE DATOS DE COMPRA
    • Datos Compra
      POST
    • Datos Compra Versión 2
      POST
  • INGRESO REGISTROS DE INVENTARIO
    • Datos Inventario
      POST
  • DIVISION POLITICA
    • Ciudades por pais
      GET
  • REPORTE COMERCIAL
    • B2C
      POST
    • B2B
      POST
  • ENVIO DE MENSAJES POR WHATSAPP
    • Mensaje tipo Texto
      POST
    • Mensaje tipo Imagen
      POST
    • Mensaje tipo Ubicación
      POST
    • Mensaje tipo Botón
      POST
    • Mensaje tipo Plantilla
      POST
  1. REPORTE COMERCIAL

B2B

Developing
POST
https://apicorporativo.curbe.com.ec/api/SalesViewReport/sales/b2b
Generacion de reporte de ventas B2B
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apicorporativo.curbe.com.ec/api/SalesViewReport/sales/b2b' \
--header 'Content-Type: application/json' \
--data-raw '{
  "fechaIni": "2024-01-01",
  "fechaFin": "2024-01-01",
  "empresa": "toknabnBbankamskal8aj"
}'
Response Response Example
{
  "status": 200,
  "success": true,
  "data": [
    {
      "codigodistribuidor": "string",
      "bodega": "string",
      "fecha_factura": "string",
      "num_factura": "string",
      "codigo_producto": "string",
      "descripcion_sku": "string",
      "ventas_stick": 0,
      "peso": 0,
      "neto_sin_iva": 0,
      "subtotal": 0,
      "descuento": 0,
      "iva": 0,
      "total": 0,
      "codigo_vendedor": "string",
      "codigo_cliente": "string",
      "nombre_cliente": "string",
      "ciudad_venta": "string",
      "pedidos_realizados": "string",
      "pedidos_entregado": "string",
      "codigo_padre": "string",
      "ciudad": "string"
    }
  ]
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Modified at 2025-05-29 22:55:07
Previous
B2C
Next
Mensaje tipo Texto
Built with