PUT api/content/v4/getbeerstyledetail

Request Information

URI Parameters

None.

Body Parameters

APIBeerStyleDetailRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "Id": 2
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APICommonWrapperOfAPIBeerStyleDetailResponse
NameDescriptionTypeAdditional information
Status

HttpStatusCode

None.

Message

string

None.

Data

APIBeerStyleDetailResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "ABV": "sample string 4",
    "IBU": "sample string 5",
    "SRM": "sample string 6",
    "OG": "sample string 7",
    "AE": "sample string 8",
    "Logo": "sample string 9"
  }
}

application/xml, text/xml

Sample:
<APICommonWrapperOfAPIBeerStyleDetailResponseZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <Data>
    <ABV>sample string 4</ABV>
    <AE>sample string 8</AE>
    <Description>sample string 3</Description>
    <IBU>sample string 5</IBU>
    <Id>1</Id>
    <Logo>sample string 9</Logo>
    <Name>sample string 2</Name>
    <OG>sample string 7</OG>
    <SRM>sample string 6</SRM>
  </Data>
  <Message>sample string 1</Message>
  <Status>Continue</Status>
</APICommonWrapperOfAPIBeerStyleDetailResponseZdSfSp5S>