Through this endpoint you can create a Location.
Name | Method | Description | |
---|---|---|---|
/v1/createlocation | POST | This end-point will create a location under a brand on the Online Review Manager platform. |
You will recieve a success or error message. See sample success message below:
{ "status": "success", "message": "Location has been created successfully.", "location_id": "SAU1487315619", "client_location_id": "1", "location_name": "Test Location" }