Update Location Group
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
id
string
required
The Location Group IDname
string
required
The name of the location groupowner_id
string
Unique identifier for the location group ownermove_to_group_id
string
Unique identifier for the location group to move all locations in this group tocustomer_attributes
array of objects | null
List of customer attributes for the location group
Customer Attributes
- customer_attributes
ADD object
HTTP Status Codes
200Ok401Unauthorized404Not Found
Example Request
curl --request PUT \
--url https://api.fountain.com/v2/location_groups/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Example Responses
- application/json
200401404
Updated 3 months ago