Click or drag to resize

SalesDataControllerSave Method

Save a new data item of sale or update a exist data item of sale

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public IHttpActionResult Save(
	Sales pSale
)

Parameters

pSale
Type: Velo.Data.ModelsSales
Values of sale

Return Value

Type: IHttpActionResult
Saved data item with a ID
Remarks
If ID equal 0 then add a new data item
Examples
POST: api/SalesData/Save
See Also