Through this endpoint you can edit a Location.

Request

Name Method Description
/v1/editlocation POST This end-point will edit a location under a brand for an Agency.

Request Parameters

Name Data Type Required/Optional Description
api_key string required This is the unique key given to your agency. This key can be found in your agency settings under the White Label API information tile.
brand_id integer required/optional This is the unique identifier of a Brand in our system. It was automatically created when you created the Brand. The brand id can be found in your account settings under the account information tile.
client_brand_id string required/optional This is the unique identifier of a Brand in your system. This value can be found in the brand sign-up form.
location_id string required/optional This is the unique identifier of a Location in our system. It was automatically created when you created the Location. If you leave this field blank you will get a list of all Locations. The location id can be found in the brand settings under the location sign-up form.
client_location_id string required/optional This is the unique identifier of the Location in your system. This value can be found in the location sign-up form. This field is required when the location ID is not present.
business_location_name string optional This is the name of your preferred business location name.
store_phone string optional This is the business's on-site phone number and the number that would appear on this location's Google Business Profile.
address string optional This is the business location address.
city string optional This is the city name.
state string optional This is the 2 character abbrevation code for state. For e.g. AZ, CA etc..
country string required This is the 2 character abbrevation code for country. For e.g. US, AU etc..
zip string optional This is the zip code.
location_url string optional This is the location's website url.
first_name string optional This is the location users first name. If you do not enter any value for first name then default value would be #ORM.
last_name string optional This is the location users last name. If you do not enter any value for last name then default value would be #ORM.
title string optional This is the location users title. For e.g. Sales Manager, Executive etc..
email string optional This is the admin email. If you do not enter any value for email then default value would be sau1@online-review-manager.com. For the next record it will be sau2@online-review-manager .com and so on.
phone string optional This is the admin phone number.
locationStatus string optional This feature accepts two values: enable or disable. Enable is the default value. This feature is designed to allow you time to get all of the necessary information entered (review site login credentials and URLs) before providing the business any reports or access to the platform. You will still be charged for this location and can activate it at any time by going to the Inactive Locations section of the Settings menu.
googleQA_note text optional If you use the Review Navigator Plus service, you can provide notes to help the person responding to your Google Q&As. It’s always helpful to include information like specific terms in your industry, how you like to address customers or anything else that could help the responder provide better quality reponses.
location_note text optional If you use the Review Navigator Plus service, you can provide notes to help the person responding to your reviews. It’s always helpful to include information like specific terms in your industry, how you like to address customers or anything else that could help the responder provide better quality responses.
escalate_email string optional Here you can provide the email address that this location’s escalated review responses should be sent. If this field is not completed, the escalated emails will go to the brand account owner’s email address. You can add up to three emails seperated by semicolon (;);
positive_rate string optional This feature allows you to auto-populate your review response field with a custom signature. You are provided two options that will allow you to craft a signature that fits the client's level of satisfaction. This field will populate at the end of a response for a 4 or 5 star review, e.g., "Best, John Doe - General Manager"
negative_rate string optional This feature allows you to auto-populate your review response field with a custom signature. You are provided two options that will allow you to craft a signature that fits the client's level of satisfaction. This field will populate at the end of a response for a 1, 2 or 3 star review, e.g., "Please contact me at 888-663-8926 / johndoe@ABCPlumbing.com so I can help resolve this issue."

Sample Request

POST : https://api.online-review-manager.com/v1/editlocation

Response Data

You will recieve a success or error message. See sample success message below:

Sample Success Message:

{
  "status": "success",
  "message": "Location has been updated successfully.",
  "location_id": "SAU1487315619",
  "client_location_id": "1",
  "location_name": "Test Location"
}