AddressController_BikeBikeHistoryEntry Method |  |
Get HTML code for create a new bike and a new bike history entry from address
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string _BikeBikeHistoryEntry(
int pID
)
Public Function _BikeBikeHistoryEntry (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Address ID
Return Value
Type:
StringAddress edit in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Address/_BikeBikeHistoryEntry/5
See Also