GET api/v1/homev1/GetPlayRuleInformation

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PlayRuleInformationDto
NameDescriptionTypeAdditional information
InfoContent

string

None.

Response Formats

application/json

Sample:

Sample not available.

application/xml

Sample:
<PlayRuleInformationDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <InfoContent>sample string 1</InfoContent>
</PlayRuleInformationDto>

text/json

Sample:
{
  "InfoContent": "sample string 1"
}

text/xml

Sample:
<PlayRuleInformationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Finance.SMH">
  <InfoContent>sample string 1</InfoContent>
</PlayRuleInformationDto>