Through this endpoint you can edit a Location.
Name | Method | Description | |
---|---|---|---|
/v1/editlocation | POST | This end-point will edit a location under a brand for an Agency. |
You will recieve a success or error message. See sample success message below:
{ "status": "success", "message": "Location has been updated successfully.", "location_id": "SAU1487315619", "client_location_id": "1", "location_name": "Test Location" }