IRetailer | |
public interface IRetailerPriceService : IBusinessService
The IRetailerPriceService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateRetailerPrice | Creates a retailer price code. | |
| DeleteRetailerPrice | Deletes the retailer price Code. | |
| GetLatestRetailerPriceByCodeTitleEditionAndDate | Gets a list of retailer prices, filtered by a code and a title code edition code and Start Date previous to given date. | |
| GetRetailerPriceByCodeTitleEditionAndDate | Gets retailer price Codes by code,Edition,Title and Date. | |
| GetRetailerPriceById | Gets Retailer Price Code by ID. | |
| GetRetailerPrices | Gets all retailer price Codes. | |
| GetRetailerPricesByCodeAndTitle | Gets a list of retailer prices, filtered by a code and a title code. | |
| GetRetailerPricesByTitle | Gets a list of retailer prices by a given title code. | |
| UpdateRetailerPrice | Updates a retailer price code with new values. |