Click or drag to resize

BikeHistoryController_Create Method

Get HTML code for a new bike history data by address ID and bike ID

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public string _Create(
	BikeHistory pBikeHistory
)

Parameters

pBikeHistory
Type: Velo.Web.ModelsBikeHistory
Address ID and Bike ID

Return Value

Type: String
Bike history edit in HTML code
Remarks
Must be login (authenticated).
Examples
POST: BikeHistory/_Create/{web models BikeHistory parameter}
See Also