Click or drag to resize

SalesControllerGetListByAddress Method

Get HTML code for sales list by address

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public string GetListByAddress(
	Search pSearch
)

Parameters

pSearch
Type: Velo.Web.ModelsSearch
Search parameter field fix to AddressID and value his address ID and archive value

Return Value

Type: String
Sales list in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Sales/GetListByAddress/{Field, Value, Archive}
See Also