Click or drag to resize

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)
Syntax
public Bike GetByID(
	string pID
)

Parameters

pID
Type: SystemString
Bike ID

Return Value

Type: Bike
Bike data item
Examples
GET: api/BikeData/GetByID/5
See Also