Bills
In this section you will find all Ventiapp's APIs related to Invoice requests from buyers
Get Bills
GET
https://ventiapi.azurewebsites.net/api/billing/bills
This endpoint brings the invoice requests that have been made in the established period.
Query Parameters
Name | Type | Description |
---|---|---|
date | string | Fecha mínima de la cual se requieren las solicitudes. formato MM/DD/YYYY ej: 06/30/2019 |
offset | number | Cantidad de solicitudes salteadas, ejemplo offset = 50 nos traerá de la órden 51 a la 100 |
paging | number | Cantidad de items por página, máximo 50 items |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Bearer +token |
Última actualización