PUT api/Conference/RemoveCommentLikeRequest
Request Information
URI Parameters
None.
Body Parameters
APICheckInLikeRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CheckinId | integer |
None. |
|
UserUniqueId | integer |
None. |
|
UniqueId | globally unique identifier |
None. |
|
CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CheckinId": 2, "UserUniqueId": 3, "UniqueId": "b1639819-b81f-4f11-bd85-f25daca33e27", "CustomerId": 5 }
application/xml, text/xml
Sample:
<APICheckInLikeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CheckinId>2</CheckinId> <CustomerId>5</CustomerId> <Id>1</Id> <UniqueId>b1639819-b81f-4f11-bd85-f25daca33e27</UniqueId> <UserUniqueId>3</UserUniqueId> </APICheckInLikeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICheckInLikeResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Status | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Status": true }
application/xml, text/xml
Sample:
<APICheckInLikeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Id>1</Id> <Status>true</Status> </APICheckInLikeResponse>