LocationGroupUpdate
The request body object for updating an existing location group.
Declaration
object LocationGroupUpdateProperties
| Name | Type | Description |
|---|---|---|
name | string | Updated display name for the location group. |
groupType | LocationGroupType | Type of location grouping. Values: |
rules | [Rule] | Updated array of Rule objects for |
locationIds | [string] | Updated array of location IDs for |
description | string | Updated description of the location group. |
Discussion
The LocationGroupUpdate object is the partial-update payload sent to Update Location Group. All fields are optional. The system changes only the fields you provide. Omitted fields retain their current values.
Example
{
"name": "West Coast Stores (Updated)",
"description": "All AwayFinder retail stores on the West Coast, including new Pacific Northwest locations"
}