Click or drag to resize
ConnectorDownloadExportCustomerDataJobResult Method (String, String)
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.5.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