The GetEslProducts function returns all eslProduct records for the specified parameters.
Method | /GetEslProducts |
The request body is of type GetEslProducts.
Name | Description | Data Type |
---|---|---|
filter | EslProductsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetEslProductsResponse.
Name | Description | Data Type |
---|---|---|
GetEslProductsResult | ArrayOfViewEslProductInfo |
|