# /api/appointment/getcompanyinfo Endpoint: GET /api/appointment/getcompanyinfo Version: v1 ## Response 200 fields (application/json): - `companies` (array,null) - `companies.company_Id` (integer) - `companies.isPrimary` (boolean) - `companies.company_Uid` (string) - `companies.company_Nm` (string,null) - `companies.scac` (string,null) - `companies.companyType_Cd` (string,null) - `totalCount` (integer) ## Response 401 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 500 fields