action sinao_app_documents_sales_quotes_nextnumber { label: "Get the next quote number for preview" description: "" provider: sinao method: GET path: "/apps/{appId}/quotes/nextnumber" encoding: json input: { type: "object" properties: { written_at: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }