bulkCreate()

Purpose

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

Syntax

bulkCreate(string sessionId, string mapId, 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.

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 newly created records for synchronous import

Permissions Required

Create permission for the requested object types.