Click or drag to resize
Infosoft Logo

IShippingMethodEntityServiceCreate Method

Creates a new ShippingMethod

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ShippingMethod Create(
	ShippingMethod request
)

Parameters

request  ShippingMethod
The request containing the values of the new ShippingMethod

Return Value

ShippingMethod
The created ShippingMethod
See Also