Click or drag to resize
Infosoft Logo

ICustomerSupplementServiceServiceCreateCustomerSupplementService Method

Creates a new customer supplement service.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Marketing.SupplementServices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
CustomerSupplementServiceResponse CreateCustomerSupplementService(
	CustomerSupplementServiceRequest request
)

Parameters

request  CustomerSupplementServiceRequest
A request object that contains the object to create.

Return Value

CustomerSupplementServiceResponse
A response object that contains the created object.
See Also