GET v3/members/welcomemodel

Get welcome model info of member

Response Information

Response body formats

application/json, text/json

Sample:
{
  "premiumAppInfo": {
    "isAvailable": true,
    "networkName": "sample string 2",
    "appName": "sample string 3",
    "androidDownloadCustomAppLink": "sample string 4",
    "iosDownloadCustomAppLink": "sample string 5"
  }
}

application/xml, text/xml

Sample:
<MemberWelcomeModalOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Web.API.Models.Output.V3">
  <PremiumAppInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Network">
    <d2p1:AndroidDownloadCustomAppLink>sample string 4</d2p1:AndroidDownloadCustomAppLink>
    <d2p1:AppName>sample string 3</d2p1:AppName>
    <d2p1:IosDownloadCustomAppLink>sample string 5</d2p1:IosDownloadCustomAppLink>
    <d2p1:IsAvailable>true</d2p1:IsAvailable>
    <d2p1:NetworkName>sample string 2</d2p1:NetworkName>
  </PremiumAppInfo>
</MemberWelcomeModalOutVO>