Click or drag to resize
Infosoft Logo

IRetailerReturnCodeService Interface

A service for doing simple CRUD operations for retailer categories.

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

The IRetailerReturnCodeService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerReturnCode Creates a retailer return code.
Public methodDeleteRetailerReturnCode Deletes the retailer return Code.
Public methodGetRetailerReturnCodeByCode Gets a single RetailerReturnCode by the code defined on a prototype object.
Public methodGetRetailerReturnCodeById Gets Retailer ReturnCode Code by ID.
Public methodGetRetailerReturnCodes Gets all retailer return Codes.
Public methodUpdateRetailerReturnCode Updates a retailer return code with new values.
Top
See Also