Click or drag to resize
Infosoft Logo

IZipCodeGroupEntityServiceUpdate Method

Updates the specified ZipCodeGroup

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

Parameters

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

Return Value

ZipCodeGroup
The updated ZipCodeGroup
See Also