Move participant
Move one participant to another event.
Custom field values for this participant will be deleted and values for the new events custom field should be filled out.
Request
1 | POST /host/events/{number}/participants/{number}/move
|
Request
1 2 3 4 5 6 7 8 9 10 11 12 13 | { "eventNumber": 23, "customFields": [ { "number": 1, "value": "pizza" }, { "number": 2, "value": true } ] } |
Response
HTTP/1.1 200 OK