GET https://api.legendonlineservices.co.uk/LocationConfigurationGroups/{facilityId}

Returns all configuration groups that a location is part of

Request Parameters

From Path Type Description
facilityId Int32 Location to search for

Response - (Status 200 - OK)

LocationConfigurationGroups

Name Type Description
AgreementPricingGroupIds [Int32] Agreement pricing groups
ConfigurationGroupIds [Int32] Configuration groups
InventoryPricingGroupIds [Int32] Inventory pricing groups
OwnersGroupIds [Int32] Owner groups
RegionGroupIds [Int32] Region groups




{
  "ConfigurationGroupIds": [
    1,
    2,
    3
  ],
  "InventoryPricingGroupIds": [
    1,
    2,
    3
  ],
  "OwnersGroupIds": [
    1,
    2,
    3
  ],
  "RegionGroupIds": [
    1,
    2,
    3
  ],
  "AgreementPricingGroupIds": [
    1,
    2,
    3
  ]
}

Bundle(s)
SportsCourses
AccessControl