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