Click or drag to resize
Infosoft Logo

ISegmentCodeEntityServiceUpdate Method

Updates the specified SegmentCode

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

Parameters

request  SegmentCode
Request with values of SegmentCode to update, make sure the primary key is set.

Return Value

SegmentCode
The updated SegmentCode
See Also