LocalLocationClose

⌘K

Closes a location, setting its status to closed and opening status to permanently closed.

JSON-RPC Method:

local.location.close
Go to Example Code

Request

id

number

The id of the location

1{
2  "id": 4
3}

Response

location

object

A Moz Local location.

1{
2  "location": {
3    "id": 4,
4    "level": "local-lite",
5    "status": "closed",
6    "account_id": 1,
7    "auto_sync_enabled": true,
8    "remote_id": "ExampleBusiness",
9    "listings_name": "Example Business",
10    "location_name": "Example Business",
11    "website_url": "https://www.example-business.com",
12    "email_address": "info@example-business.com",
13    "store_code": "",
14    "short_description": "Doing things since 1986.",
15    "long_description": "Really long descriptions.",
16    "languages": [],
17    "keywords": [
18      "tutoring",
19      "online tutoring",
20      "test preparation",
21      "academic tutoring"
22    ],
23    "brands": [
24      "example"
25    ],
26    "payment_forms": [],
27    "price_range": "omit",
28    "service_areas": [],
29    "service_area_only": false,
30    "services": [],
31    "primary_category": "gcid:educational_consultant",
32    "additional_categories": [
33      "gcid:tutoring_service",
34      "gcid:private_tutor"
35    ],
36    "attributes": [],
37    "address": {
38      "address_line_1": "1234 Astroworld Ave",
39      "address_line_2": "Suite 306",
40      "sublocality": "",
41      "county": "Roswell",
42      "city": "Schenectady",
43      "state_province": "NY",
44      "postal_code": "12345",
45      "country": "US"
46    },
47    "opening_status": "permanently_closed",
48    "reopen_date": "0000-00-00",
49    "hours": {
50      "monday": [],
51      "tuesday": [],
52      "wednesday": [],
53      "thursday": [],
54      "friday": [],
55      "saturday": [],
56      "sunday": []
57    },
58    "more_hours": {},
59    "opening_hours_notes": "",
60    "opening_date": "0000-00-00",
61    "special_hours": {},
62    "network_fields": [],
63    "phone": "+1 561-395-5555",
64    "fax": ""
65  }
66}

Example Code

Quota Usage

Does not require any quota.