PUT api/Content/v2/GetBeerDetail
Request Information
URI Parameters
None.
Body Parameters
APIGetBeerDetailRequestName | Description | Type | Additional 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": "29847c1f-5a88-4047-8598-4317d3924e7f", "UserUniqueId": 3, "BeerId": 4, "SimilarBeerToken": "ae13e8b4-f5d9-465a-96b3-0877bea40b5c", "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>ae13e8b4-f5d9-465a-96b3-0877bea40b5c</SimilarBeerToken> <UniqueId>29847c1f-5a88-4047-8598-4317d3924e7f</UniqueId> <UserUniqueId>3</UserUniqueId> </APIGetBeerDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIBeerDetailResponseName | Description | Type | Additional 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.