action sinao_app_documents_sales_invoices_get { label: "Get an invoice" description: "Get an Sales/Invoice object by Id" provider: sinao method: GET path: "/apps/{appId}/invoices/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" } }