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 Stream DownloadExportCustomerDataJobResult( string jid )
Parameters
- jid
- Type: SystemString
The job ID
Return Value
Type: StreamA Stream with the resulting zip file.
Exceptions
Exception | Condition |
---|---|
IOException | |
BadRequestException |
See Also