POST api/WhizTChatEventDetail/SubmitEventUserIntsDetails

This is for submit event user interested details. For param IsInterested - 1 for interested and 0 for not interested For param IsRegistered - 1 for registered and 0 for not registered send IsInterested or IsRegistered value as previous if no change. For param pickDropFacility send 1 for yes and 0 for no

Request Information

URI Parameters

None.

Body Parameters

For param pickDropFacility send 1 for yes and 0 for no

EnvelopeOfSubmitEventUserIntsParam
NameDescriptionTypeAdditional information
Data

SubmitEventUserIntsParam

None.

Message

string

None.

MessageId

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "eventId": 1,
    "userId": 2,
    "isInterested": 3,
    "eventAttendingStatus": 4,
    "isRegistered": 5,
    "pickDropFacility": 6,
    "pickUpTime": "sample string 7",
    "pickUpAddress": "sample string 8",
    "dropAddress": "sample string 9"
  },
  "message": "sample string 1",
  "messageId": "sample string 2",
  "messageCode": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.