action xtrf_get_document_1 { label: "Generates provider invoice document (PDF)." description: "Generates provider invoice document (PDF)." provider: xtrf method: GET path: "/accounting/providers/invoices/{invoiceId}/document" encoding: json input: { type: "object" properties: { invoiceId: { type: "integer" format: "int64" } } required: ["invoiceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }