function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
s0mbras0mbra 

Poll vote

Does anybody know how to vote for a poll using rest api in C#?

Thanks,

Best Answer chosen by Admin (Salesforce Developers) 
s0mbras0mbra

Thank you for your reply, I found my answer.

To reply to a poll using rest API, you need to use PATCH to either vote in an existing poll, or change the current user’s vote.

All Answers

cplusplus_pleasecplusplus_please
I haven't seen it yet at least



=============================
Developer for www.voicent.com
Voicent provides CRM, auto dialer, predictive dialer, reminder, and call center solution that is suitable for anyone in any level
Voicent strives to meet customer demands to integrate Voicent software with CRM of their choice.

s0mbras0mbra

Thank you for your reply, I found my answer.

To reply to a poll using rest API, you need to use PATCH to either vote in an existing poll, or change the current user’s vote.

This was selected as the best answer