get_receipts_by_vehicle
List all receipts for a specific vehicle ID, with pagination returning up to 10 per page. Use skip to get additional pages, amounts in cents.
Instructions
List receipts for a specific vehicle available to the API key account. Same shape as list_receipts. Amounts are in cents. Returns up to 10 records per page; increase skip by 10 to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip before returning the next page (page size is 10). | |
| vehicleId | Yes | ZEVO vehicle id. |