Click or drag to resize
Infosoft Logo

ICustomerOrderEntityServiceUpdate Method

Updates the specified CustomerOrder

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

Parameters

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

Return Value

CustomerOrder
The updated CustomerOrder
See Also