AddressDataControllerSave Method |  |
Save a new data item of address item or update a exist data item of address item
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic IHttpActionResult Save(
Address pAddress
)
Public Function Save (
pAddress As Address
) As IHttpActionResult
Parameters
- pAddress
- Type: Velo.Data.ModelsAddress
Values of address 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/AddressData/Save
See Also