The request object for the CreateLocation endpoint.
CreateLocationRequest
Name | Type | Tags | Description |
---|---|---|---|
location |
Location | undefined |
Optional | Represents one of a business' locations. |
{
"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"
}
}