action avaza_payment_get { label: "Gets list of Payments" provider: avaza method: GET path: "/api/Payment" encoding: json input: { type: "object" properties: { UpdatedAfter: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }