country
String (read-only)
Country 2-letter ISO 3166-1 code where the warehouse is located
id
Integer (read-only)
Hive unique ID
name
String (read-only)
Name of the warehouse
{
"data": [
{
"id": 1,
"name": "Office",
"country": "DE",
"city": "Berlin"
},
{
"id": 71,
"name": "Ms. Dale Wyman",
"country": "VI",
"city": "Rippintown"
},
{
"id": 72,
"name": "Ilana Graham",
"country": "ML",
"city": "Armstrongshire"
}
]
}