GET api/travel/day/commonbusstop/{id}/inuse
Checks whether a common bus stop is currently in use by any travel date bus stop configurations. Useful for determining if a common bus stop can be safely deleted.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the common bus stop to check. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP 200 (OK) with a boolean value indicating whether the common bus stop is in use.
booleanResponse Formats
application/json, text/json, application/javascript
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>