PUT api/content/v4/getcheckindetail

Request Information

URI Parameters

None.

Body Parameters

APIGetCheckInDetailRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

UserUniqueId

integer

None.

CheckinHistoryId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "UserUniqueId": 2,
  "CheckinHistoryId": 3
}

application/xml, text/xml

Sample:
<APIGetCheckInDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <CheckinHistoryId>3</CheckinHistoryId>
  <CustomerId>1</CustomerId>
  <UserUniqueId>2</UserUniqueId>
</APIGetCheckInDetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APICommonWrapperOfAPICheckInDetailResponse
NameDescriptionTypeAdditional information
Status

HttpStatusCode

None.

Message

string

None.

Data

APICheckInDetailResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {
    "Id": 1,
    "CreatedDate": 2,
    "Comment": "sample string 3",
    "ContactId": 4,
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "MiddleName": "sample string 7",
    "ProfileUrl": "sample string 8",
    "BeerId": 9,
    "Beer": {
      "Id": 1,
      "Name": "sample string 2",
      "Logo": "sample string 3",
      "Style": "sample string 4",
      "CustomerName": "sample string 5",
      "CreatedDate": 6,
      "IsAlreadyInWishList": true,
      "IsAlreadyInFav": true,
      "score": 9,
      "uuid": "sample string 10"
    },
    "LocationId": 10,
    "Location": {
      "Id": 1,
      "Title": "sample string 1",
      "Address": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "Country": "sample string 5",
      "Latitude": 6.0,
      "Longitude": 7.0,
      "ZipCode": "sample string 8",
      "Thumb": "sample string 9",
      "Image": "sample string 10",
      "CreatedDate": 11,
      "IsAlreadyInWishList": true,
      "IsAlreadyInFav": true,
      "Features": [
        {
          "Name": "sample string 1",
          "LocationId": 2
        },
        {
          "Name": "sample string 1",
          "LocationId": 2
        }
      ],
      "PointsEarned": 14,
      "IsProductionOnly": true,
      "ValidationType": 16,
      "ValidationTypeName": "sample string 17"
    },
    "CheckinPhoto": "sample string 11",
    "Rating": 1.1,
    "TotalToast": 12,
    "TotalComments": 13,
    "IsToasted": true,
    "GooglePlace": {
      "Title": "sample string 1",
      "Latitude": 1.0,
      "Longitude": 1.0,
      "PlaceId": "sample string 2"
    },
    "IsLike": true,
    "LikeCount": 16,
    "AllowUpdate": true
  }
}

application/xml, text/xml

Sample:
<APICommonWrapperOfAPICheckInDetailResponseZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <Data>
    <AllowUpdate>true</AllowUpdate>
    <Beer>
      <CreatedDate>6</CreatedDate>
      <CustomerName>sample string 5</CustomerName>
      <Id>1</Id>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <IsAlreadyInWishList>true</IsAlreadyInWishList>
      <Logo>sample string 3</Logo>
      <Name>sample string 2</Name>
      <Style>sample string 4</Style>
      <score>9</score>
      <uuid>sample string 10</uuid>
    </Beer>
    <BeerId>9</BeerId>
    <CheckinPhoto>sample string 11</CheckinPhoto>
    <Comment>sample string 3</Comment>
    <ContactId>4</ContactId>
    <CreatedDate>2</CreatedDate>
    <FirstName>sample string 5</FirstName>
    <GooglePlace xmlns:d3p1="http://schemas.datacontract.org/2004/07/">
      <d3p1:Latitude>1</d3p1:Latitude>
      <d3p1:Longitude>1</d3p1:Longitude>
      <d3p1:PlaceId>sample string 2</d3p1:PlaceId>
      <d3p1:Title>sample string 1</d3p1:Title>
    </GooglePlace>
    <Id>1</Id>
    <IsLike>true</IsLike>
    <IsToasted>true</IsToasted>
    <LastName>sample string 6</LastName>
    <LikeCount>16</LikeCount>
    <Location>
      <Address>sample string 2</Address>
      <City>sample string 3</City>
      <Country>sample string 5</Country>
      <CreatedDate>11</CreatedDate>
      <Features xmlns:d4p1="http://schemas.datacontract.org/2004/07/">
        <d4p1:Feature>
          <d4p1:LocationId>2</d4p1:LocationId>
          <d4p1:Name>sample string 1</d4p1:Name>
        </d4p1:Feature>
        <d4p1:Feature>
          <d4p1:LocationId>2</d4p1:LocationId>
          <d4p1:Name>sample string 1</d4p1:Name>
        </d4p1:Feature>
      </Features>
      <Id>1</Id>
      <Image>sample string 10</Image>
      <IsAlreadyInFav>true</IsAlreadyInFav>
      <IsAlreadyInWishList>true</IsAlreadyInWishList>
      <IsProductionOnly>true</IsProductionOnly>
      <Latitude>6</Latitude>
      <Longitude>7</Longitude>
      <PointsEarned>14</PointsEarned>
      <State>sample string 4</State>
      <Thumb>sample string 9</Thumb>
      <Title>sample string 1</Title>
      <ValidationType>16</ValidationType>
      <ValidationTypeName>sample string 17</ValidationTypeName>
      <ZipCode>sample string 8</ZipCode>
    </Location>
    <LocationId>10</LocationId>
    <MiddleName>sample string 7</MiddleName>
    <ProfileUrl>sample string 8</ProfileUrl>
    <Rating>1.1</Rating>
    <TotalComments>13</TotalComments>
    <TotalToast>12</TotalToast>
  </Data>
  <Message>sample string 1</Message>
  <Status>Continue</Status>
</APICommonWrapperOfAPICheckInDetailResponseZdSfSp5S>