Click or drag to resize
Infosoft Logo

IRetailerPriceServiceDeleteRetailerPrice Method

Deletes the retailer price Code.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
RetailerPriceResponse DeleteRetailerPrice(
	DeleteRetailerPriceRequest request
)

Parameters

request  DeleteRetailerPriceRequest
The delete request inclduing the retailer price code to delete.

Return Value

RetailerPriceResponse
The deleted retailer price code.
See Also