Click or drag to resize
Infosoft Logo

IRetailerChainEntityServiceUpdate Method

Updates the specified RetailerChain

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

Parameters

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

Return Value

RetailerChain
The updated RetailerChain
See Also