ConnectorCreateExportCustomerDataJob Method |
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.5.0
Syntax public EventDataJobResult CreateExportCustomerDataJob(
string customerKey
)
Parameters
- customerKey
- Type: SystemString
The customer key to export.
Return Value
Type:
EventDataJobResultAn object containing the job ID of the created job.
Exceptions Exception | Condition |
---|
IOException | |
See Also