BulkAPIGetImportJobDetails Method |
Returns the details of the import job.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> GetImportJobDetails(
long jobId
)
Parameters
- jobId
- Type: SystemInt64
Id of the import job.
Return Value
Type:
DictionaryString,
ObjectImport result.
See Also