Click or drag to resize
Infosoft Logo

IRetailerDeliveryService Interface

Service Intrface for all the Operations on RetailerDelivery entity.

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

The IRetailerDeliveryService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerDelivery Creates the retailer delivery record.
Public methodDeleteRetailerDelivery Deletes the RetailerDelivery record
Public methodDeleteRetailerDeliveryByRetailerAndTitle Deletes the RetailerDelivery record by retailer and title
Public methodGetRetailerDeliveriesByRetailer Gets a list of retailer deliveries for a given retailer.
Public methodGetRetailerDeliveryByTitleEditionRetailerNumberAndDate Gets the retailer delivery by title edition retailer number and date.
Public methodUpdateRetailerDelivery Updates the retailer delivery object givne in the request.
Top
See Also