bulkUpdate()

Purpose

Updates existing records using an existing import map and a supplied CSV string.

Syntax

bulkUpdate(string sessionId, string mapId, [string uniqueFieldId|uniqueCombinationId], boolean sync, string csvString);

Parameters

sessionId

A string containing the session ID obtained at log in.

mapId

The original ID of an existing import map.

uniqueFieldId

ID of unique field used to identify records to be updated

uniqueCombinationId

ID of the Unique Fields Combination trigger

sync

A boolean value: if true, do synchronous import and return IDs of created records; if false, do asynchronous import.

uid

A CSV string containing import data.

Output

Comma-separated IDs of updated records for synchronous update

Permissions Required

Edit permission for the requested object types.