Click or drag to resize
Infosoft Logo

IRetailerService Interface

Defines necessary operations related to retailers.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerService : IBusinessService

The IRetailerService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailer Creates a new retailer.
Public methodDeleteRetailer Deletes a Retailer
Public methodGetAllOwnersForRetailer Gets all owners associated with the given retailer
Public methodGetCurrentOwnerForRetailer Gets the current owner for retailer.
Public methodGetRetailerById Gets a retailer by an ID.
Public methodGetRetailerByNumberAndTitleCode Gets a retailer by a number and title code.
Public methodGetRetailersByCustomerId Gets a list of retailers by a customer ID.
Public methodGetRetailersByJointInvoicePayerIdentifier Gets the retialers by the given jointInvoicePayer's identifier.
Public methodGetRetailersByNumber Gets a retailer by a Retailer Number.
Public methodGetRetailersByRetailerIdsList Gets the retailers by given retailernumbers list.
Public methodUpdateRetailer Updates all data on the given retailer.
Public methodUpdateRetailerCodes Updates the various Codes on the Retailer Object
Public methodUpdateRetailerDistributionData Updates Distribution data fields on a retailer.
Public methodUpdateRetailerSimpleData Updates simple data fields on a retailer.
Top
See Also