PUT api/content/v4/getcheckinsummary

Request Information

URI Parameters

None.

Body Parameters

APIGetCheckInSummaryRequest
NameDescriptionTypeAdditional information
ProductId

integer

None.

LoyaltyEventId

integer

None.

LanguageCode

string

None.

LanguageId

integer

None.

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:
{
  "ProductId": 1,
  "LoyaltyEventId": 2,
  "LanguageCode": "sample string 3",
  "LanguageId": 4,
  "CustomerId": 5,
  "UserUniqueId": 6,
  "LocationId": 7,
  "BeerId": 8,
  "SeminarId": 9,
  "ExhibitorId": 10,
  "EventId": 11,
  "PageNumber": 12,
  "PageSize": 13,
  "PlaceId": "sample string 14"
}

application/xml, text/xml

Sample:
<APIGetCheckInSummaryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <BeerId>8</BeerId>
  <CustomerId>5</CustomerId>
  <EventId>11</EventId>
  <ExhibitorId>10</ExhibitorId>
  <LocationId>7</LocationId>
  <PageNumber>12</PageNumber>
  <PageSize>13</PageSize>
  <PlaceId>sample string 14</PlaceId>
  <SeminarId>9</SeminarId>
  <UserUniqueId>6</UserUniqueId>
  <LanguageCode>sample string 3</LanguageCode>
  <LanguageId>4</LanguageId>
  <LoyaltyEventId>2</LoyaltyEventId>
  <ProductId>1</ProductId>
</APIGetCheckInSummaryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APICommonWrapperOfJObject
NameDescriptionTypeAdditional information
Status

HttpStatusCode

None.

Message

string

None.

Data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": null
}