Returns a company in the Booking Manager System that manages its resources availability in real time.
GET https://api.digital-nautic.com/v3/companies/{companyId}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| companyId | integer | pass a company id to get the company details. |
Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| test | boolean | set to true to return test companies |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK found item |
Company |
| 400 | Bad Request invalid input, object invalid |
|
| 401 | Unauthorized authorization information is missing or invalid. |
|
| 404 | Not Found a company with the specified ID was not found. |