PUT api/Content/v2/GetCheckInRequest
Request Information
URI Parameters
None.
Body Parameters
APIGetCheckInRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UserUniqueId | integer |
None. |
|
| LocationId | integer |
None. |
|
| BeerId | integer |
None. |
|
| SeminarId | integer |
None. |
|
| ExhibitorId | integer |
None. |
|
| EventId | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| PlaceId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UserUniqueId": 2,
"LocationId": 3,
"BeerId": 4,
"SeminarId": 5,
"ExhibitorId": 6,
"EventId": 7,
"PageNumber": 8,
"PageSize": 9,
"PlaceId": "sample string 10"
}
application/xml, text/xml
Sample:
<APIGetCheckInRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <BeerId>4</BeerId> <CustomerId>1</CustomerId> <EventId>7</EventId> <ExhibitorId>6</ExhibitorId> <LocationId>3</LocationId> <PageNumber>8</PageNumber> <PageSize>9</PageSize> <PlaceId>sample string 10</PlaceId> <SeminarId>5</SeminarId> <UserUniqueId>2</UserUniqueId> </APIGetCheckInRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIGetCheckInResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of CheckInHistory |
None. |
|
| TotalRecords | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"List": [
{
"Id": 1,
"LocationId": 1,
"BeerId": 1,
"BeerLogo": "sample string 2",
"ContactId": 3,
"CreatedDate": 4,
"LocationTitle": "sample string 5",
"LocationLogo": "sample string 6",
"Latitude": 1.0,
"Longitude": 1.0,
"BeerTitle": "sample string 7",
"FirstName": "sample string 8",
"LastName": "sample string 9",
"MiddleName": "sample string 10",
"Email": "sample string 11",
"Comment": "sample string 12",
"PhotoUrl": "sample string 13",
"ProfileUrl": "sample string 14",
"ProfileFileName": "sample string 15",
"Rating": 1.1,
"City": "sample string 16",
"State": "sample string 17",
"CustomerName": "sample string 18",
"GooglePlace": {
"Title": "sample string 1",
"Latitude": 1.0,
"Longitude": 1.0,
"PlaceId": "sample string 2"
},
"Seminar": {
"Id": 1,
"Title": "sample string 1",
"Location": "sample string 2",
"SeminarDate": "2026-01-14T09:02:09.1798621+00:00",
"SeminarTime": "sample string 4",
"TimeTo": "sample string 5",
"TimeFrom": "sample string 6",
"Time": "2026-01-14T09:02:09.1798621+00:00",
"IsAlreadyInFav": true
},
"Exhibitor": {
"Id": 1,
"Title": "sample string 1",
"BoothNumber": "sample string 2",
"IsAlreadyInFav": true
},
"Event": {
"Id": 1,
"Title": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"EventDate": 5,
"_EventDate": "2026-01-14T09:02:09.1798621+00:00",
"EventTime": "sample string 6",
"Images": "sample string 7",
"_EventStartDate": "2026-01-14T09:02:09.1798621+00:00",
"_EventEndDate": "2026-01-14T09:02:09.1798621+00:00",
"EventEndTime": "sample string 8"
},
"LikeCount": 1,
"CommentCount": 1,
"IsLike": true,
"TotalToast": 24,
"IsToasted": true
},
{
"Id": 1,
"LocationId": 1,
"BeerId": 1,
"BeerLogo": "sample string 2",
"ContactId": 3,
"CreatedDate": 4,
"LocationTitle": "sample string 5",
"LocationLogo": "sample string 6",
"Latitude": 1.0,
"Longitude": 1.0,
"BeerTitle": "sample string 7",
"FirstName": "sample string 8",
"LastName": "sample string 9",
"MiddleName": "sample string 10",
"Email": "sample string 11",
"Comment": "sample string 12",
"PhotoUrl": "sample string 13",
"ProfileUrl": "sample string 14",
"ProfileFileName": "sample string 15",
"Rating": 1.1,
"City": "sample string 16",
"State": "sample string 17",
"CustomerName": "sample string 18",
"GooglePlace": {
"Title": "sample string 1",
"Latitude": 1.0,
"Longitude": 1.0,
"PlaceId": "sample string 2"
},
"Seminar": {
"Id": 1,
"Title": "sample string 1",
"Location": "sample string 2",
"SeminarDate": "2026-01-14T09:02:09.1798621+00:00",
"SeminarTime": "sample string 4",
"TimeTo": "sample string 5",
"TimeFrom": "sample string 6",
"Time": "2026-01-14T09:02:09.1798621+00:00",
"IsAlreadyInFav": true
},
"Exhibitor": {
"Id": 1,
"Title": "sample string 1",
"BoothNumber": "sample string 2",
"IsAlreadyInFav": true
},
"Event": {
"Id": 1,
"Title": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"EventDate": 5,
"_EventDate": "2026-01-14T09:02:09.1798621+00:00",
"EventTime": "sample string 6",
"Images": "sample string 7",
"_EventStartDate": "2026-01-14T09:02:09.1798621+00:00",
"_EventEndDate": "2026-01-14T09:02:09.1798621+00:00",
"EventEndTime": "sample string 8"
},
"LikeCount": 1,
"CommentCount": 1,
"IsLike": true,
"TotalToast": 24,
"IsToasted": true
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<APIGetCheckInResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<List>
<CheckInHistory>
<BeerId>1</BeerId>
<BeerLogo>sample string 2</BeerLogo>
<BeerTitle>sample string 7</BeerTitle>
<City>sample string 16</City>
<Comment>sample string 12</Comment>
<CommentCount>1</CommentCount>
<ContactId>3</ContactId>
<CreatedDate>4</CreatedDate>
<CustomerName>sample string 18</CustomerName>
<Email>sample string 11</Email>
<Event>
<City>sample string 3</City>
<EventDate>5</EventDate>
<EventEndTime>sample string 8</EventEndTime>
<EventTime>sample string 6</EventTime>
<Id>1</Id>
<Images>sample string 7</Images>
<State>sample string 4</State>
<Title>sample string 2</Title>
<_EventDate>2026-01-14T09:02:09.1798621+00:00</_EventDate>
<_EventEndDate>2026-01-14T09:02:09.1798621+00:00</_EventEndDate>
<_EventStartDate>2026-01-14T09:02:09.1798621+00:00</_EventStartDate>
</Event>
<EventJson>sample string 22</EventJson>
<Exhibitor>
<BoothNumber>sample string 2</BoothNumber>
<Id>1</Id>
<IsAlreadyInFav>true</IsAlreadyInFav>
<Title>sample string 1</Title>
</Exhibitor>
<ExhibitorJson>sample string 21</ExhibitorJson>
<FirstName>sample string 8</FirstName>
<GooglePlace xmlns:d4p1="http://schemas.datacontract.org/2004/07/">
<d4p1:Latitude>1</d4p1:Latitude>
<d4p1:Longitude>1</d4p1:Longitude>
<d4p1:PlaceId>sample string 2</d4p1:PlaceId>
<d4p1:Title>sample string 1</d4p1:Title>
</GooglePlace>
<GooglePlaceJson>sample string 19</GooglePlaceJson>
<Id>1</Id>
<IsLike>true</IsLike>
<IsToasted>true</IsToasted>
<LastName>sample string 9</LastName>
<Latitude>1</Latitude>
<LikeCount>1</LikeCount>
<LocationId>1</LocationId>
<LocationLogo>sample string 6</LocationLogo>
<LocationTitle>sample string 5</LocationTitle>
<Longitude>1</Longitude>
<MiddleName>sample string 10</MiddleName>
<PhotoUrl>sample string 13</PhotoUrl>
<ProfileFileName>sample string 15</ProfileFileName>
<ProfileUrl>sample string 14</ProfileUrl>
<Rating>1.1</Rating>
<Seminar>
<Id>1</Id>
<IsAlreadyInFav>true</IsAlreadyInFav>
<Location>sample string 2</Location>
<SeminarDate>2026-01-14T09:02:09.1798621+00:00</SeminarDate>
<SeminarTime>sample string 4</SeminarTime>
<Time>2026-01-14T09:02:09.1798621+00:00</Time>
<TimeFrom>sample string 6</TimeFrom>
<TimeTo>sample string 5</TimeTo>
<Title>sample string 1</Title>
</Seminar>
<SeminarJson>sample string 20</SeminarJson>
<State>sample string 17</State>
<TotalToast>24</TotalToast>
</CheckInHistory>
<CheckInHistory>
<BeerId>1</BeerId>
<BeerLogo>sample string 2</BeerLogo>
<BeerTitle>sample string 7</BeerTitle>
<City>sample string 16</City>
<Comment>sample string 12</Comment>
<CommentCount>1</CommentCount>
<ContactId>3</ContactId>
<CreatedDate>4</CreatedDate>
<CustomerName>sample string 18</CustomerName>
<Email>sample string 11</Email>
<Event>
<City>sample string 3</City>
<EventDate>5</EventDate>
<EventEndTime>sample string 8</EventEndTime>
<EventTime>sample string 6</EventTime>
<Id>1</Id>
<Images>sample string 7</Images>
<State>sample string 4</State>
<Title>sample string 2</Title>
<_EventDate>2026-01-14T09:02:09.1798621+00:00</_EventDate>
<_EventEndDate>2026-01-14T09:02:09.1798621+00:00</_EventEndDate>
<_EventStartDate>2026-01-14T09:02:09.1798621+00:00</_EventStartDate>
</Event>
<EventJson>sample string 22</EventJson>
<Exhibitor>
<BoothNumber>sample string 2</BoothNumber>
<Id>1</Id>
<IsAlreadyInFav>true</IsAlreadyInFav>
<Title>sample string 1</Title>
</Exhibitor>
<ExhibitorJson>sample string 21</ExhibitorJson>
<FirstName>sample string 8</FirstName>
<GooglePlace xmlns:d4p1="http://schemas.datacontract.org/2004/07/">
<d4p1:Latitude>1</d4p1:Latitude>
<d4p1:Longitude>1</d4p1:Longitude>
<d4p1:PlaceId>sample string 2</d4p1:PlaceId>
<d4p1:Title>sample string 1</d4p1:Title>
</GooglePlace>
<GooglePlaceJson>sample string 19</GooglePlaceJson>
<Id>1</Id>
<IsLike>true</IsLike>
<IsToasted>true</IsToasted>
<LastName>sample string 9</LastName>
<Latitude>1</Latitude>
<LikeCount>1</LikeCount>
<LocationId>1</LocationId>
<LocationLogo>sample string 6</LocationLogo>
<LocationTitle>sample string 5</LocationTitle>
<Longitude>1</Longitude>
<MiddleName>sample string 10</MiddleName>
<PhotoUrl>sample string 13</PhotoUrl>
<ProfileFileName>sample string 15</ProfileFileName>
<ProfileUrl>sample string 14</ProfileUrl>
<Rating>1.1</Rating>
<Seminar>
<Id>1</Id>
<IsAlreadyInFav>true</IsAlreadyInFav>
<Location>sample string 2</Location>
<SeminarDate>2026-01-14T09:02:09.1798621+00:00</SeminarDate>
<SeminarTime>sample string 4</SeminarTime>
<Time>2026-01-14T09:02:09.1798621+00:00</Time>
<TimeFrom>sample string 6</TimeFrom>
<TimeTo>sample string 5</TimeTo>
<Title>sample string 1</Title>
</Seminar>
<SeminarJson>sample string 20</SeminarJson>
<State>sample string 17</State>
<TotalToast>24</TotalToast>
</CheckInHistory>
</List>
<TotalRecords>1</TotalRecords>
</APIGetCheckInResponse>