IRetailer | |
public interface IRetailerLocationService : IBusinessService
The IRetailerLocationService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateRetailerLocation | Creates a Retailer Location | |
| DeleteRetailerLocation | Deletes the Retailer Location. | |
| GetRetailerLocationByCode | Gets Retailer Locations by code. | |
| GetRetailerLocationById | Gets Retailer Location Code by ID. | |
| GetRetailerLocations | Gets all Retailer Locations. | |
| UpdateRetailerLocation | Updates a Retailer Location with new values. |