OfferLocations
Returns data from the OfferLocations table. This is a table that maps many-to-many relationships between experience, activity, location, and offer.
Columns
| Name | Type | Description |
| ExperienceId | Long | A foreign key (ID) to the experiences table. |
| ActivityId | Long | A foreign key (ID) to the activities table. |
| ActivityType | String | The type of activity this location is assigned to. |
| LocationId | Long | A foreign key (ID) to the locations table. |
| OfferId | Long | A foreign key (ID) to the offers table. |