action avaza_bill_get { label: "Gets list of Bills" description: "TransactionStatusCode values are: \"Draft\", \"Verified\", \"Late\", \"Paid\", \"Partial\", \"Void\"" provider: avaza method: GET path: "/api/Bill" 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 } }