action avaza_credit_note_get_by_id { label: "Gets Credit Note by CreditNoteID" provider: avaza method: GET path: "/api/CreditNote/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }