Request object for the CreateLocation endpoint.
Create Location Request
Name | Type | Tags | Description |
---|---|---|---|
location |
Location |
Optional | - |
{
"location": {
"address": {
"address_line_1": "1234 Peachtree St. NE",
"administrative_district_level_1": "GA",
"locality": "Atlanta",
"postal_code": "30309"
},
"description": "My new location.",
"facebook_url": "null",
"name": "New location name"
}
}