# Fetch single enterprise by ID Retrieve full enterprise details (name, contact, number, email, deleted flag, timestamps) for the specified enterpriseId. Endpoint: GET /enterprise/getenterprise/{enterpriseId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `enterpriseId` (string, required) Example: "E0000090" ## Response 200 fields (application/json): - `enterpriseId` (string) Example: "E0000090" - `name` (string) Example: "test enterprise2" - `contact` (string) Example: "Test Contact" - `number` (string) Example: "+12223334444" - `email` (string) Example: "test@example.com" - `deleted` (boolean) - `createdDate` (string) Example: "2023-10-29T12:06:17.442Z" - `updateDate` (string) Example: "2023-10-29T12:06:17.443Z" ## Response 400 fields (application/json): - `fields` (string) - `message` (string) ## Response 401 fields ## Response 403 fields ## Response 404 fields