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)
Syntaxpublic string GetListByAddress(
Search pSearch
)
Public Function GetListByAddress (
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 in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Sales/GetListByAddress/{Field, Value, Archive}
See Also