POST api/AdminService/GetLandingPagesList

Documentation for 'GetLandingPagesList'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ConceptID": 1,
  "CountryCode": "sample string 2"
}

application/xml, text/xml

Sample:
<CountryDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
  <ConceptID>1</ConceptID>
  <CountryCode>sample string 2</CountryCode>
</CountryDataRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'CountryDataRequest'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "landingPagesList": [
      {
        "Id": 1,
        "Url": "sample string 2",
        "Is_Active": 3,
        "Published": true
      },
      {
        "Id": 1,
        "Url": "sample string 2",
        "Is_Active": 3,
        "Published": true
      },
      {
        "Id": 1,
        "Url": "sample string 2",
        "Is_Active": 3,
        "Published": true
      }
    ]
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfLandingPagesListIzFoq2rZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Enquiries">
    <d2p1:landingPagesList>
      <d2p1:LandingPageUrl>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Is_Active>3</d2p1:Is_Active>
        <d2p1:Published>true</d2p1:Published>
        <d2p1:Url>sample string 2</d2p1:Url>
      </d2p1:LandingPageUrl>
      <d2p1:LandingPageUrl>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Is_Active>3</d2p1:Is_Active>
        <d2p1:Published>true</d2p1:Published>
        <d2p1:Url>sample string 2</d2p1:Url>
      </d2p1:LandingPageUrl>
      <d2p1:LandingPageUrl>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Is_Active>3</d2p1:Is_Active>
        <d2p1:Published>true</d2p1:Published>
        <d2p1:Url>sample string 2</d2p1:Url>
      </d2p1:LandingPageUrl>
    </d2p1:landingPagesList>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfLandingPagesListIzFoq2rZ>