POST 17.0/app/user/announcements/{userid}

Description

This handles the user's response to an announcement.

URI Parameters

Name Description Type Additional information
userId

integer

Required

Name Description Type Additional information
AnnouncementId

integer

None.

Response

Response

None.

application/json, text/json

Sample:
{
  "announcementId": 1,
  "response": 0
}

application/xml, text/xml

Sample:
<UserAnnouncementResponseRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AnnouncementId>1</AnnouncementId>
  <Response>NotInterested</Response>
</UserAnnouncementResponseRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.