PUT api/Conference/CheckInLikeRequest
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": "65fc1b31-ad2e-4f85-ba56-09865a3cd362", "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>65fc1b31-ad2e-4f85-ba56-09865a3cd362</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>