PUT api/Conference/RemoveCheckInLikeHistory
Request Information
URI Parameters
None.
Body Parameters
APICheckInLikeRequest| Name | 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": "e74c8944-65ee-4e67-aff6-da5547312328",
"CustomerId": 5
}
application/xml, text/xml
Sample:
<APICheckInLikeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CheckinId>2</CheckinId> <CustomerId>5</CustomerId> <Id>1</Id> <UniqueId>e74c8944-65ee-4e67-aff6-da5547312328</UniqueId> <UserUniqueId>3</UserUniqueId> </APICheckInLikeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICheckInLikeResponse| Name | 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/"> <Id>1</Id> <Status>true</Status> </APICheckInLikeResponse>