ConnectorDownloadExportCustomerDataJobResult Method (String, String)A Sandcastle Documented Class Library
Download the result of a GDPR export customer data job.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public long DownloadExportCustomerDataJobResult(
	string jid,
	string destination
)

Parameters

jid
Type: SystemString
The job ID.
destination
Type: SystemString
Where to save the resulting zip file.

Return Value

Type: Int64
The number of bytes downloaded
Exceptions

ExceptionCondition
IOException
BadRequestException
See Also

Reference