Click or drag to resize
Infosoft Logo

IRetailerReturnCodeServiceGetRetailerReturnCodeByCode Method

Gets a single RetailerReturnCode by the code defined on a prototype object.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetRetailerReturnCodeResponse GetRetailerReturnCodeByCode(
	RetailerReturnCodeLookupRequest request
)

Parameters

request  RetailerReturnCodeLookupRequest
A request object, containing a RetailerReturnCode, on which a code should be set.

Return Value

GetRetailerReturnCodeResponse
The matched RetailerReturnCode.
See Also