action sinao_app_documents_sales_quotes_invoices { label: "Create or update many quotes" description: "Create or update many quotes" provider: sinao method: POST path: "/apps/{appId}/quotes/invoice" encoding: json input: { type: "object" properties: { ids: { type: "array" items: { type: "integer" } } } required: ["ids"] additionalProperties: false } output: { type: "object" } }