action tl_api_article_get_revenue_accounts { label: "Get Revenue Accounts " provider: tl_api method: GET path: "/api/Article/RevenueAccounts" encoding: json output: { type: "object" description: "The DefaultResponseDTO Class.\nContains fields of DefaultResponse DTO in application.\n " properties: { isError: { type: "boolean" } message: { type: "string" } responseException: { type: "object" } result: { type: "object" } } additionalProperties: false } }