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 a candidate to a ballot paper section
Adds an existing candidate to 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 if the linked election is not frozen. The candidate can not be added multiple times to the same ballot paper section.
📄️ Remove a candidate from a ballot paper section
Removes an existing candidate from the specified ballot paper section.