ConnectorDownloadExportCustomerDataJobResult Method (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.2.1
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

Reference