BulkOpImportSendData
Imports the data for a bulk import request.
Usage
Use the BulkOpImportSendData method to import the data for a bulk import request.
The BulkOpImportCreateRequest call must be invoked before BulkOpImportSendData by the client.
...
The ListOfCSVData element specifies the row data from the CSV file. For example:
<ns1:ListOfCSVData>
	<ns1:CSVData>
		<ns1:Row>
			"High Quality Moving Company","HQMC","www.highmoving.net","San Jose"
		</ns1:Row>
	</ns1:CSVData>
</ns1:ListOfCSVData>
The CSV data is processed and the actual import performed.
Arguments
The following table describes the arguments taken by the BulkOpImportSendData method.
| Name | Description | Required | Default | I/O | 
|---|---|---|---|---|
| RequestId | The request ID that was created. | Yes | Not applicable | Input/Output | 
| TotalNumberOfCSVDataLists | The total number of BulkOpImportSendData calls needed to send all CSV file data. | Yes | Not applicable | Input | 
| xsdLocal1:ListOfCSVData | The actual list of CSV data contained in the CSV file. | Yes | Not applicable | Input | 
| StartRecordNumber | The starting line number of the CSV data. | Yes | Not applicable | Input | 
| ClientVersion | The current data loader client version number. | No | Not applicable | Input | 
| Status | The status of this Web service call. | Not applicable | Not applicable | Output | 
| ErrorMessage | Any error message from this Web service call, or a message indicating success. | Not applicable | Not applicable | Output | 
Return Value of the Call
The request ID, status, and any error message are returned.