Chapter 5.3.9 - Geo Batch Download Response

Geo Batch Download Response

The GeoBatchDownloadResponse object contains the download details for an uploaded Geo Batch file:

Key Value
InputFile [string] Input File name
InputFileDownload [string] Input File download path
OutputFile [string] Output File name
OutputFileDownload [string] Output File download path

Example

{
"InputFile": "SampleAddressFile.csv",
"InputFileDownload": "https://path.to.input.file",
"OutputFile": "SampleAddressFile_output.zip",
"OutputFileDownload": "https://path.to.output.file"
}