Query detailed invoice line-item data. Each row represents one line item on an invoice, with invoice totals, payment method, due date, item type (flight, hotel, extra service), item amount, traveler name, and related booking/hotel details. Supports standard OData query options for filtering, projection, sorting, and pagination.
HTTP Basic Authentication using reporting credentials provided by C Teleport. Username and password are issued per-customer — contact api@cteleport.com to obtain yours.
OData filter expression. Examples:
bookingDate gt 2026-01-01status eq 'confirmed'carrier eq 'KL' and departureDate gt 2026-01-01Comma-separated list of fields to include in the response.
OData ordering expression. Examples:
bookingDate desctotalCost ascMaximum number of records to return (default varies by endpoint).
Number of records to skip for pagination.
Set to true to include total record count in the response.