Xtrf
Connector for the xtrf API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://presentation.s.xtrf.eu/home-api - Auth:
header:X-AUTH-ACCESS-TOKEN(pass your key via theapiKeyinput)
Operations
getall— GET /accounting/customers/invoices — Lists all client invoices in all statuses (including not ready and drafts) that have been updated since a specific date.getallids— GET /accounting/customers/invoices/ids — Returns client invoices' internal identifiers.getbyid— GET /accounting/customers/invoices/{invoiceId} — Returns client invoice details.getdates— GET /accounting/customers/invoices/{invoiceId}/dates — Returns dates of a given client invoice.getdocument— GET /accounting/customers/invoices/{invoiceId}/document — Generates client invoice document (PDF).getpaymentterms— GET /accounting/customers/invoices/{invoiceId}/paymentTerms — Returns payment terms of a given client invoice.
Inputs
apiKey— your xtrf API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getall
apiKey: <your key>