# Chapter 5.3.7 - Geo Batch Submit File Response

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/geo-batch-submit-file-response/

-   [Previous](/communications/dev-guide_rest_v2/reference/address/)
-   [Next](/communications/dev-guide_rest_v2/reference/geo-batch-status/)

### Geo Batch Submit File Response

The `GeoBatchSubmitFileResponse` object contains the **Geo Batch Process Id** from the Geo Batch upload:

Key

Value

`ProcessId`

`[int]` Process Id for the uploaded Geo Batch file

`err`

[`[Error]`](/communications/dev-guide_rest_v2/reference/error-response/) Error  

Contains information about any errors returned (as applicable)  

### Example

```json
{ "ProcessId": 999999}
```

-   [Previous](/communications/dev-guide_rest_v2/reference/address/)
-   [Next](/communications/dev-guide_rest_v2/reference/geo-batch-status/)