Click or drag to resize
Infosoft Logo

IRetailerServiceCreateRetailer Method

Creates a new retailer.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
RetailerResponse CreateRetailer(
	CreateRetailerRequest request
)

Parameters

request  CreateRetailerRequest
The request containg the Retailer object to be created.

Return Value

RetailerResponse
Response having the newly created retiler object.
See Also