AddressDataControllerSaveBikeBikeHistoryEntry Method |
Namespace: Velo.Web.Controllers
public IHttpActionResult SaveBikeBikeHistoryEntry( BikeBikeHistoryEntry pBikeBikeHistoryEntry )
var lValues = DialogAddressAddBikeAndHistoryGetData(); var lURL = getURLRoot() + 'api/AddressData/SaveBikeBikeHistoryEntry'; // asynchronous post - waiting next processing $.ajax({ url: lURL, type: 'POST', data: lValues, async: false, success: function (data) { }, error: function (xhr, status, error) { alert("#Exception of method DialogAddressSave: " + xhr + ", " + status + ", " + error); } });