PUT api/Content/v2/GetBeerDetail
Request Information
URI Parameters
None.
Body Parameters
APIGetBeerDetailRequest| Name | 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": "b216d716-a7aa-48b2-9895-f294ad641199",
"UserUniqueId": 3,
"BeerId": 4,
"SimilarBeerToken": "5df0e79e-4276-4918-bc50-2c8adc07338d",
"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>5df0e79e-4276-4918-bc50-2c8adc07338d</SimilarBeerToken> <UniqueId>b216d716-a7aa-48b2-9895-f294ad641199</UniqueId> <UserUniqueId>3</UserUniqueId> </APIGetBeerDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIBeerDetailResponse| Name | 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.