Click or drag to resize
Infosoft Logo

IRetailerTypeServiceDeleteRetailerType Method

Deletes the retailer type Code.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
RetailerTypeResponse DeleteRetailerType(
	DeleteRetailerTypeRequest request
)

Parameters

request  DeleteRetailerTypeRequest
The delete request inclduing the retailer type code to delete.

Return Value

RetailerTypeResponse
The deleted retailer type code.
See Also