Create locations using a CSV file and store the associated information.
OK
Bad request
Not found
Internal server error
{- "status": "INITIALIZED",
- "startedAt": "string",
- "endedAt": "string",
- "progressPercent": 0,
- "suggestedPollingIntervalSeconds": 0,
- "timeoutMinutes": 0,
- "result": {
- "totalCount": 0,
- "succeededCount": 0,
- "failedCount": 0,
- "failedRecords": [
- {
- "error": {
- "message": "string",
- "statusCode": 0
}, - "name": "string"
}
], - "succeededRecords": [
- {
- "id": "string",
- "name": "string"
}
], - "errorMessage": "string"
}, - "id": "string",
- "type": "locations/asyncOperation"
}