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)
Syntaxpublic string GetListByAddressHeader(
Search pSearch
)
Public Function GetListByAddressHeader (
pSearch As Search
) As String
Parameters
- pSearch
- Type: Velo.Web.ModelsSearch
Search parameter field fix to AddressID and value his address ID and archive value
Return Value
Type:
StringSales list header in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Sales/GetListByAddressHeader/{Field, Value, Archive}
See Also