Click or drag to resize
ConnectorDownloadExportCustomerDataJobResult Method (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 Stream DownloadExportCustomerDataJobResult(
	string jid
)

Parameters

jid
Type: SystemString
The job ID

Return Value

Type: Stream
A Stream with the resulting zip file.
Exceptions
ExceptionCondition
IOException
BadRequestException
See Also