action bigredcloud_company_setup_config_get { label: "Returns the company configuration settings." provider: bigredcloud method: GET path: "/v1/companySetupConfig" encoding: json output: { type: "object" properties: { financialYear: { type: "object" properties: { firstMonth: { type: "integer" format: "int32" } startMonth: { type: "integer" format: "int32" } startYear: { type: "integer" format: "int32" } } } generalDetails: { type: "object" properties: { companyAddresses: { type: "array" items: { type: "string" } } companyName: { type: "string" } currencyCode: { type: "string" } currencyDescription: { type: "string" } currencyId: { type: "integer" format: "int64" } currentcySymbol: { type: "string" } emails: { type: "array" items: { type: "string" } } faxes: { type: "array" items: { type: "string" } } phones: { type: "array" items: { type: "string" } } regionDescription: { type: "string" } regionId: { type: "integer" format: "int64" } vatReg: { type: "string" } } } options: { type: "object" properties: { allowEntryOfGrossPriceInInvoicing: { type: "boolean" } creditInputForReverseChargeVAT: { type: "boolean" } creditNoteJournalAgeingName: { type: "string" } creditNoteJournalAgeingValue: { type: "integer" format: "int32" } discrepancyAllowed: { type: "number" format: "double" } enableVOCRReporting: { type: "boolean" } marginVatScheme: { type: "boolean" } printOSItemsOnly: { type: "boolean" } purchasesVatAnalysisType: { type: "integer" format: "int64" } salesVatAnalysisType: { type: "integer" format: "int64" } useAllocations: { type: "boolean" } useNominal: { type: "boolean" } useNominalCode: { type: "boolean" } vocrSettingValue: { type: "boolean" } } } referenceSettings: { type: "object" properties: { creditorsJournal: { type: "boolean" } debtorsJournal: { type: "boolean" } purchases: { type: "boolean" } sales: { type: "boolean" } } } } } }