action sinao_app_accounting_accounts_get { label: "Get a Account" description: "" provider: sinao method: GET path: "/apps/{appId}/accounts/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { properties: { accounting_number: { type: "string" } description: { type: "string" } editable: { type: "boolean" } id: { type: "integer" } is_associate: { type: "boolean" } is_cashflow: { type: "boolean" } is_purchase: { type: "boolean" } is_sales: { type: "boolean" } is_various: { type: "boolean" } journalcode: { type: "string" } keywords: { type: "string" description: "keywords comma separated" } name: { type: "string" } need_charge: { type: "boolean" } need_employee: { type: "boolean" } need_invoice: { type: "boolean" } technical_name: { type: "string" } } } }