ReportDataControllerRemoveByBike Method |  |
Delete all reports by bike
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string RemoveByBike(
int pID
)
Public Function RemoveByBike (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Bike ID
Return Value
Type:
String
Examples
POST: api/ReportData/RemoveByBike/5
See Also