Location Groups
Add locations to a LocationGroup
Can be used for adding locations to a single LocationGroup.
post/location-groups/{id}/locations
Path parameters
idstring required
ID of the LocationGroup that should be updated.
Request body
Example request
{
"locations": [
10,
20,
30
]
}Response
Locations added to LocationGroup successfully