action bigredcloud_company_setup_config_get_company_options { label: "Returns the company option setting." provider: bigredcloud method: GET path: "/v1/companySetupConfig/getCompanyOptions" encoding: json output: { 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" } } } }