IRetailer | |
public interface IRetailerService : IBusinessService
The IRetailerService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateRetailer | Creates a new retailer. | |
| DeleteRetailer | Deletes a Retailer | |
| GetAllOwnersForRetailer | Gets all owners associated with the given retailer | |
| GetCurrentOwnerForRetailer | Gets the current owner for retailer. | |
| GetRetailerById | Gets a retailer by an ID. | |
| GetRetailerByNumberAndTitleCode | Gets a retailer by a number and title code. | |
| GetRetailersByCustomerId | Gets a list of retailers by a customer ID. | |
| GetRetailersByJointInvoicePayerIdentifier | Gets the retialers by the given jointInvoicePayer's identifier. | |
| GetRetailersByNumber | Gets a retailer by a Retailer Number. | |
| GetRetailersByRetailerIdsList | Gets the retailers by given retailernumbers list. | |
| UpdateRetailer | Updates all data on the given retailer. | |
| UpdateRetailerCodes | Updates the various Codes on the Retailer Object | |
| UpdateRetailerDistributionData | Updates Distribution data fields on a retailer. | |
| UpdateRetailerSimpleData | Updates simple data fields on a retailer. |