Download the result of a GDPR export customer data job.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
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: Int64The number of bytes downloaded
Exceptions
Exception | Condition |
---|---|
IOException | |
BadRequestException |
See Also