Overview
Retrieves a paginated list of invoice vouchers from Ecuador. This endpoint represents the grid view for Ecuador invoice vouchers in the accounts payable module.Authentication
This endpoint requires authentication. Include a valid bearer token in the Authorization header.Query Parameters
Filter type for date range:
1- Previous day2- Previous month3- Current month4- Last year5- Full month by year (requires Month and Year parameters)6- Custom7- All records
Specific month to search. Valid values: 1-12. Required when TypeFilter is 5.
Specific year to search. Valid values from previous year onwards. Required when TypeFilter is 5.
Page number, starting from 1.
Number of records to retrieve per page.
Response Schema
Returns aResultDataGridModel object containing:
Current page number
Name of the grid
Unique identifier for the grid
Number of records returned in current response
Total number of pages available
Total number of records available
Contains the actual grid data
Response Codes
200- Success401- Unauthorized - Authentication token is missing or invalid500- Internal Server Error