Returns a company in the Booking Manager System that manages its resources availability in real time.

Request

GET https://api.digital-nautic.com/v3/companies/{companyId}

Path parameters

Parameter name Value Description Additional
companyId integer

pass a company id to get the company details.

Required

Query parameters

Parameter name Value Description Additional
test boolean

set to true to return test companies

Response

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.


Explore this API

companyId

pass a company id to get the company details.

test

set to true to return test companies

Response Content-Type
Try it out!