PUT api/Content/v2/GetCheckInRequest

Request Information

URI Parameters

None.

Body Parameters

APIGetCheckInRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

UniqueId

globally unique identifier

None.

UserUniqueId

integer

None.

LocationId

integer

None.

BeerId

integer

None.

SeminarId

integer

None.

ExhibitorId

integer

None.

EventId

integer

None.

PageNumber

integer

None.

PlaceId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "UniqueId": "53ebc731-4d4f-4710-af19-2ce600816fa7",
  "UserUniqueId": 3,
  "LocationId": 4,
  "BeerId": 5,
  "SeminarId": 6,
  "ExhibitorId": 7,
  "EventId": 8,
  "PageNumber": 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>5</BeerId>
  <CustomerId>1</CustomerId>
  <EventId>8</EventId>
  <ExhibitorId>7</ExhibitorId>
  <LocationId>4</LocationId>
  <PageNumber>9</PageNumber>
  <PlaceId>sample string 10</PlaceId>
  <SeminarId>6</SeminarId>
  <UniqueId>53ebc731-4d4f-4710-af19-2ce600816fa7</UniqueId>
  <UserUniqueId>3</UserUniqueId>
</APIGetCheckInRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIGetCheckInResponse
NameDescriptionTypeAdditional 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": "2025-08-28T22:11:09.7869186+00:00",
        "SeminarTime": "sample string 4",
        "TimeTo": "sample string 5",
        "TimeFrom": "sample string 6",
        "Time": "2025-08-28T22:11:09.7869186+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": "2025-08-28T22:11:09.7869186+00:00",
        "EventTime": "sample string 6",
        "Images": "sample string 7"
      },
      "LikeCount": 1,
      "CommentCount": 1,
      "IsLike": true,
      "TotalToast": 20,
      "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": "2025-08-28T22:11:09.7869186+00:00",
        "SeminarTime": "sample string 4",
        "TimeTo": "sample string 5",
        "TimeFrom": "sample string 6",
        "Time": "2025-08-28T22:11:09.7869186+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": "2025-08-28T22:11:09.7869186+00:00",
        "EventTime": "sample string 6",
        "Images": "sample string 7"
      },
      "LikeCount": 1,
      "CommentCount": 1,
      "IsLike": true,
      "TotalToast": 20,
      "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>
        <EventTime>sample string 6</EventTime>
        <Id>1</Id>
        <Images>sample string 7</Images>
        <State>sample string 4</State>
        <Title>sample string 2</Title>
        <_EventDate>2025-08-28T22:11:09.7869186+00:00</_EventDate>
      </Event>
      <Exhibitor>
        <BoothNumber>sample string 2</BoothNumber>
        <Id>1</Id>
        <IsAlreadyInFav>true</IsAlreadyInFav>
        <Title>sample string 1</Title>
      </Exhibitor>
      <FirstName>sample string 8</FirstName>
      <GooglePlace>
        <Latitude>1</Latitude>
        <Longitude>1</Longitude>
        <PlaceId>sample string 2</PlaceId>
        <Title>sample string 1</Title>
      </GooglePlace>
      <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>2025-08-28T22:11:09.7869186+00:00</SeminarDate>
        <SeminarTime>sample string 4</SeminarTime>
        <Time>2025-08-28T22:11:09.7869186+00:00</Time>
        <TimeFrom>sample string 6</TimeFrom>
        <TimeTo>sample string 5</TimeTo>
        <Title>sample string 1</Title>
      </Seminar>
      <State>sample string 17</State>
      <TotalToast>20</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>
        <EventTime>sample string 6</EventTime>
        <Id>1</Id>
        <Images>sample string 7</Images>
        <State>sample string 4</State>
        <Title>sample string 2</Title>
        <_EventDate>2025-08-28T22:11:09.7869186+00:00</_EventDate>
      </Event>
      <Exhibitor>
        <BoothNumber>sample string 2</BoothNumber>
        <Id>1</Id>
        <IsAlreadyInFav>true</IsAlreadyInFav>
        <Title>sample string 1</Title>
      </Exhibitor>
      <FirstName>sample string 8</FirstName>
      <GooglePlace>
        <Latitude>1</Latitude>
        <Longitude>1</Longitude>
        <PlaceId>sample string 2</PlaceId>
        <Title>sample string 1</Title>
      </GooglePlace>
      <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>2025-08-28T22:11:09.7869186+00:00</SeminarDate>
        <SeminarTime>sample string 4</SeminarTime>
        <Time>2025-08-28T22:11:09.7869186+00:00</Time>
        <TimeFrom>sample string 6</TimeFrom>
        <TimeTo>sample string 5</TimeTo>
        <Title>sample string 1</Title>
      </Seminar>
      <State>sample string 17</State>
      <TotalToast>20</TotalToast>
    </CheckInHistory>
  </List>
  <TotalRecords>1</TotalRecords>
</APIGetCheckInResponse>