BikeDataControllerSave Method |  |
Save a new data item of bike item or update a exist data item of bike item
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic IHttpActionResult Save(
Bike pBike
)
Public Function Save (
pBike As Bike
) As IHttpActionResult
Parameters
- pBike
- Type: Velo.Data.ModelsBike
Values of bike item
Return Value
Type:
IHttpActionResult
Saved data item with a ID
Remarks
If ID equal 0 then add a new data item
Examples
POST: api/BikeData/Save
See Also