action avaza_expense_merchange_lookup { label: "Gets minimal list of Expense Merchants." provider: avaza method: GET path: "/api/ExpenseMerchant/Lookup" encoding: json input: { type: "object" properties: { pageNumber: { type: "string" } pageSize: { type: "string" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }