Click or drag to resize
Infosoft Logo

ISalesSourceServiceUpdateSalesSource Method

Updates an existing sales source object.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Marketing.Sales
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
SalesSourceResponse UpdateSalesSource(
	UpdateSalesSourceRequest request
)

Parameters

request  UpdateSalesSourceRequest
A request object that contains the sales source to update.

Return Value

SalesSourceResponse
A response object that contains the updated sales source object.
See Also