PUT api/Content/v3/GetBeerDetail

Request Information

URI Parameters

None.

Body Parameters

APIGetBeerDetailRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

UniqueId

globally unique identifier

None.

UserUniqueId

integer

None.

BeerId

integer

None.

SimilarBeerToken

globally unique identifier

None.

LanguageCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "UniqueId": "5608db2e-c8aa-43a1-973d-a927230e0171",
  "UserUniqueId": 3,
  "BeerId": 4,
  "SimilarBeerToken": "501dfe7f-9de8-48d6-9308-7bf8366fa5fb",
  "LanguageCode": "sample string 6"
}

application/xml, text/xml

Sample:
<APIGetBeerDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <BeerId>4</BeerId>
  <CustomerId>1</CustomerId>
  <LanguageCode>sample string 6</LanguageCode>
  <SimilarBeerToken>501dfe7f-9de8-48d6-9308-7bf8366fa5fb</SimilarBeerToken>
  <UniqueId>5608db2e-c8aa-43a1-973d-a927230e0171</UniqueId>
  <UserUniqueId>3</UserUniqueId>
</APIGetBeerDetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIBeerDetailResponse
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

CustomerId

integer

None.

BrewerId

integer

None.

CustomerName

string

None.

IsPublished

boolean

None.

OriginalImage

string

None.

Logo

string

None.

Images

Collection of string

None.

CreatedDate

integer

None.

AvailableIn

Collection of MasterData

None.

Locations

Collection of APILocation

None.

BeerStyle

string

None.

BeerStyleId

integer

None.

Glassware

Collection of MasterData

None.

ColorSRM

string

None.

ServingTemperature

string

None.

ABV

string

None.

IBU

string

None.

IsOrganic

boolean

None.

HouseBrew

boolean

None.

Calories

string

None.

Distribution

string

None.

RateBeer

decimal number

None.

BeerAdvocate

decimal number

None.

RateBeerURL

string

None.

BeerAdvocateURL

string

None.

UnTapped

decimal number

None.

UnTappedURL

string

None.

_AvailableSize

string

None.

AvailableSize

Collection of string

None.

Comments

Collection of APIComments

None.

Sequence

integer

None.

TotalFavs

integer

None.

TotalRating

decimal number

None.

TotalCheckIns

integer

None.

TotalMonthlyCheckins

decimal number

None.

TotalUserCheckIns

decimal number

None.

AvgRating

decimal number

None.

TotalWishLists

integer

None.

IsAlreadyInFav

boolean

None.

IsAlreadyInWishList

boolean

None.

ListSimilarBeer

Collection of SimilarBeer

None.

Brewer

Brewer

None.

InAssociation

boolean

None.

IsVerified

boolean

None.

AppDetail

AppDetail

None.

CustomerName_Computed

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.