action avaza_bill_get_by_id { label: "Gets a Bill by Bill ID" provider: avaza method: GET path: "/api/Bill/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }