ConnectorCreateExportCustomerDataJob Method A Sandcastle Documented Class Library
Start a GDPR job on the cluster to export all data related to the given customer key. "Linked" customer keys will also be exported(i.e.customer keys that have been notified in the same session). Status of the job can be checked with {@link #checkCustomerDataJobStatus(String)} and when the status is , the resulting zip file can be downloaded using

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

C#
public EventDataJobResult CreateExportCustomerDataJob(
	string customerKey
)

Parameters

customerKey
Type: SystemString
The customer key to export.

Return Value

Type: EventDataJobResult
An object containing the job ID of the created job.
Exceptions

ExceptionCondition
IOException
See Also

Reference