Update location set
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountid |
Premium account id. Include it if you have the ability to create Premium (multi-user) accounts. |
globally unique identifier |
Optional |
Body Parameters
Location set
ApiLocationSetName | Description | Type | Additional information |
---|---|---|---|
Name |
Location set name |
string |
None. |
Id |
Location set Id |
integer |
None. |
SiteId |
Location set site id |
integer |
None. |
Request Formats
application/json
Sample:
{ "Name": "Main location set", "SiteId": 1, "Id": 100 }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | ApiLocationSet |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": { "Name": "Main location set", "SiteId": 1, "Id": 100 }, "Success": true, "Messages": [] }