API GetPrices
Z Podpora.nextis.cz
API_GetPrices ( @CustomerID int @ProductIDs table )
Example
Declare @ID dbo.IDsList INSERT INTO @ID SELECT top 1000 ID FROM API_GetProductGroups WITH (NOLOCK) WHERE TecDocBrandName = 'WALKER'
EXEC API_GetPrices
@CustomerID = 2,
@ProductIDs = @ID