action bigredcloud_company_setup_config_get_financial_year { label: "Returns the financial year." provider: bigredcloud method: GET path: "/v1/companySetupConfig/getFinancialYear" encoding: json output: { type: "object" properties: { firstMonth: { type: "integer" format: "int32" } startMonth: { type: "integer" format: "int32" } startYear: { type: "integer" format: "int32" } } } }