Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 701 Bytes

create-location-request.md

File metadata and controls

32 lines (24 loc) · 701 Bytes

Create Location Request

Request object for the CreateLocation endpoint.

Structure

CreateLocationRequest

Fields

Name Type Tags Description Getter
Location Location Optional - Location getLocation()

Example (as JSON)

{
  "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"
    }
  }
}