BallotPaperSections
Managing CRUD operations for ballot paper sections.
📄️ Create a ballot paper section
Creates a ballot paper section with a link to a ballot paper.
📄️ Get all ballot paper section for a ballot paper
Returns all ballot paper sections with the public information fields, that are linked to the specified ballot paper.
📄️ Update a specific ballot paper section
Updates the configuration of the requested ballot paper section with the provided information.
📄️ Get a specific ballot paper section
Returns the requested ballot paper section with all public information fields.
📄️ Delete a specific ballot paper section
Deletes the requested ballot paper section.
📄️ Add or remove a candidate to / from a ballot paper section
Adds or removes an existing candidate to / from the specified ballot paper section. The user of the API access token needs access to the linked ballot paper / election. A candidate can only be added or removed if the linked election is not frozen. The candidate can not be added multiple times to the same ballot paper section. A candidate can only be removed if it was previously added to the ballot paper section.