action sinao_app_documents_sales_invoices_avoid { label: "Create a creditnote on an invoice" description: "" provider: sinao method: POST path: "/apps/{appId}/invoices/{id}/avoid" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }