Click or drag to resize

SalesControllerGetListByAddressHeader Method

Get HTML code for sales list header 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 GetListByAddressHeader(
	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 header in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Sales/GetListByAddressHeader/{Field, Value, Archive}
See Also