PUT api/Content/v3/AddInterestedRequest
Request Information
URI Parameters
None.
Body Parameters
UserInterestedName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserUniqueId | integer |
None. |
|
EventID | integer |
None. |
|
CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserUniqueId": 2, "EventID": 1, "CustomerId": 1 }
application/xml, text/xml
Sample:
<UserInterested xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CustomerId>1</CustomerId> <EventID>1</EventID> <Id>1</Id> <UserUniqueId>2</UserUniqueId> </UserInterested>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResultName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Message>sample string 2</Message> <Status>true</Status> </APIResult>