action sinao_app_accounting_accounts_list { label: "List Account" description: "" provider: sinao method: GET path: "/apps/{appId}/accounts/" encoding: json output: { type: "array" items: { 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" } } } } }