BikeDataControllerGetByID Method |  |
Get bike data item by ID
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic Bike GetByID(
string pID
)
Public Function GetByID (
pID As String
) As Bike
Parameters
- pID
- Type: SystemString
Bike ID
Return Value
Type:
BikeBike data item
Examples
GET: api/BikeData/GetByID/5
See Also