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
Friend Respond
Description
Allows a Person to respond to a Friend invitation or update the FriendStatusfor a Friend relationship. A Notification should be sent to the Person being invited telling them about the invitation.
Endpoints
https://service.proxomo.com/v09/json/friend/respond/frienda/{FriendA}/friendb/{FriendB}/friendresponse/{FriendResponse}
https://service.proxomo.com/v09/xml/friend/respond/frienda/{FriendA}/friendb/{FriendB}/friendresponse/{FriendResponse}
HTTP Method
PUT
URL Parameters
| Name | Data Type | Required? | Notes |
|---|---|---|---|
| FriendA | String | Yes | Unique identifier of the Person changing the status. |
| FriendB | String | Yes | Unique identifier of the Person between whom the Friendship exists. |
| FriendResponse | Integer of FriendResponse. | Yes | Determines the new FriendStatus of the Friend relationship. |
