action avaza_invoice_get { label: "Gets list of Invoices" description: "TransactionStatusCode values are: \"Draft\", \"Sent\", \"Late\", \"Paid\", \"Partial\", \"Void\"" provider: avaza method: GET path: "/api/Invoice" encoding: json input: { type: "object" properties: { CompanyIDFK: { type: "string" } Sort: { type: "string" } UpdatedAfter: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }