Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 725 Bytes

create-location-request.md

File metadata and controls

32 lines (23 loc) · 725 Bytes

Create Location Request

The request object for the CreateLocation endpoint.

Structure

CreateLocationRequest

Fields

Name Type Tags Description
location Location | undefined 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"
    },
    "description": "Midtown Atlanta store",
    "name": "Midtown"
  }
}