Invokes NetSuite's updateList(..) method.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public virtual WriteResponse[] UpdateList(
	Record[] records
)
Visual Basic (Declaration)
Public Overridable Function UpdateList ( _
	records As Record() _
) As WriteResponse()
Visual C++
public:
virtual array<WriteResponse^>^ UpdateList(
	array<Record^>^ records
)

Parameters

records
Type: array< Record >[]()[]
The records to be updated.

Return Value

Response from the WebService.

See Also