Newer Version Available

This content describes an older version of this product. View Latest

Waitlist Participants Input

Input representation to move a waitlist participant to a specific position in a waitlist.
Root XML tag
<updateWaitlistParticipant>
JSON example
1{
2   "waitlistParticipantId": "12oRM0000004FGiYAM",
3   "targetPosition": 3
4}
Properties
Name Type Description Required or Optional Available Version
target​Position Integer Position in the waitlist to move the participant to. A value of 1 moves the participant to the top, and -1 moves the participant to the bottom. In API version 65.0 and later, a positive integer n moves the participant to the nth position; if n exceeds the number of participants in the waitlist, the participant moves to the bottom. Required 62.0
waitlist​ParticipantId String ID of the waitlist participant record to move. The participant's Status must be Unassigned. Required 62.0