NAME ---- voting-definition DESCRIPTION ----------- Defines ("creates") a new voting. ARGUMENTS --------- - Event-Id - Voting-Data (name, title, type, options[, description][, client_data] [, period_start][, period_end]) RETURN VALUES ------------- - Voting-Data NOTES ----- Possible values for Voting-Data[type] are: - yes-no-rating - consensus-x (where x is an integer in the range 3..10) - single-choice - multiple-choice-x (where x is an integer > 1) The Voting-Data[options] element contains a list of objects with 'id', 'name' and 'client_data' attributes. SEE ALSO -------- voting-details-request, voting-update-request