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