# Get Company Info Retrieves basic company information including name and fiscal month end. Endpoint: GET /companies/{CompanyId}/info Version: 1.0.3 Security: OAuth2 ## Path parameters: - `CompanyId` (string, required) The ID of the company. ## Response 200 fields (application/json): - `CompanyId` (string) Example: "12345" - `Name` (string) Example: "ABC Corp" - `FiscalMonth` (string) Enum: "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"