Informations and functions about selectionsets in your system
GET
To get all selections with data
Base url /appGetSportsSelections
To get list of all selections
Base url /appGetListOfSelections
To get selections for provided sport
Base url /getSelectionsForSport
To getspecified selections for provided sport
Base url /appGetSelectionsForSportAndID
INSERT
To insert new selection
Base url /appInsertNewSelection
To insert selection data
Base url /appInsertSelectionData
CLONE
To clone specified selection
Base url /cloneSelection
REMOVE
To delete specified selection
Base url /clearSelectionData
To delete specified selection at all
Base url /removeSelection
CHANGE
To change specified selection (deteles its data and leave empty set)
Base url /appChangeSelection