Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
Event RSVP
Description
Allows a Person to respond to an Event invitation or update their EventParticipantStatus for an Event. The EventParticipant record is updated with the new EventParticipantStatus. A Notification should be sent to the Event owner notifying them of the response.
Endpoints
https://service.proxomo.com/v09/json/event/{EventID}/rsvp/personid/{PersonID}/participantstatus/{ParticipantStatus}
https://service.proxomo.com/v09/xml/event/{EventID}/rsvp/personid/{PersonID}/participantstatus/{ParticipantStatus}
HTTP Method
PUT
URL Parameters
| Name | Data Type | Required? | Notes |
|---|---|---|---|
| EventID | String | Yes | Unique identifier for the Event to update. |
| PersonID | String | Yes | Unique identifier for the Person responding to the Event invitation. |
| ParticipantStatus | Integer of EventParticipantStatus. | Yes | Determines the new EventParticipant status of the Event. |
