Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 948 Bytes

create-location-request.md

File metadata and controls

40 lines (31 loc) · 948 Bytes

Create Location Request

The request object for the CreateLocation endpoint.

Structure

Create Location Request

Fields

Name Type Tags Description
location Location Hash Optional Represents one of a business' locations.

Example (as JSON)

{
  "location": {
    "address": {
      "address_line_1": "1234 Peachtree St. NE",
      "administrative_district_level_1": "GA",
      "locality": "Atlanta",
      "postal_code": "30309",
      "address_line_2": "address_line_26",
      "address_line_3": "address_line_32",
      "sublocality": "sublocality6"
    },
    "description": "Midtown Atlanta store",
    "name": "Midtown",
    "id": "id4",
    "timezone": "timezone6",
    "capabilities": [
      "CREDIT_CARD_PROCESSING"
    ]
  }
}