66.0 Edit a Location

Modify an existing location object.

66.1 Request Data

Required Information
Name Description
action adminlocations
operation edit
format xml
target The name of the location to modify. (Note: this value is case-sensitive.)
name The new name of the location. (Note: this value is case-sensitive.)
Optional Information
active Possible values:
  • true - Set the location to active.
  • false - Set the location to inactive.
Note: If no value is passed, true is assumed.

66.2 Data Returned

Returned information:
A success or error message.

Example Request:

http://development.zonarsystems.net/interface.php?action=adminlocations&operation=edit&format=xml&name=Home2&target=Home

Example Success Reply,
Example Error Reply