PUT api/content/v4/getloyaltyprogramlist

Request Information

URI Parameters

None.

Body Parameters

APILoyaltyProgamRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

ProgramType

integer

None.

ProgramId

integer

None.

LanguageId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "ProgramType": 2,
  "ProgramId": 3,
  "LanguageId": 4
}

application/xml, text/xml

Sample:
<APILoyaltyProgamRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <CustomerId>1</CustomerId>
  <LanguageId>4</LanguageId>
  <ProgramId>3</ProgramId>
  <ProgramType>2</ProgramType>
</APILoyaltyProgamRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APICommonWrapperOfListOfAPILoyaltyProgamResponse
NameDescriptionTypeAdditional information
Status

HttpStatusCode

None.

Message

string

None.

Data

Collection of APILoyaltyProgamResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": [
    {
      "Id": 1,
      "Title": "sample string 2",
      "Description": "sample string 3",
      "Type": "sample string 4",
      "AppIcon": "sample string 5",
      "SponsorImage": "sample string 6",
      "SponsorLink": "sample string 7",
      "Image": "sample string 8",
      "SectionId": 9,
      "ShowBadge": true,
      "ShowReward": true,
      "CreatedDate": "2026-01-14T13:06:05.4247407+00:00",
      "FromDate": "2026-01-14T13:06:05.4247407+00:00",
      "ToDate": "2026-01-14T13:06:05.4247407+00:00",
      "IsActiveProgram": true,
      "ShowTiered": true
    },
    {
      "Id": 1,
      "Title": "sample string 2",
      "Description": "sample string 3",
      "Type": "sample string 4",
      "AppIcon": "sample string 5",
      "SponsorImage": "sample string 6",
      "SponsorLink": "sample string 7",
      "Image": "sample string 8",
      "SectionId": 9,
      "ShowBadge": true,
      "ShowReward": true,
      "CreatedDate": "2026-01-14T13:06:05.4247407+00:00",
      "FromDate": "2026-01-14T13:06:05.4247407+00:00",
      "ToDate": "2026-01-14T13:06:05.4247407+00:00",
      "IsActiveProgram": true,
      "ShowTiered": true
    }
  ]
}

application/xml, text/xml

Sample:
<APICommonWrapperOfArrayOfAPILoyaltyProgamResponseZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
  <Data>
    <APILoyaltyProgamResponse>
      <AppIcon>sample string 5</AppIcon>
      <CreatedDate>2026-01-14T13:06:05.4247407+00:00</CreatedDate>
      <Description>sample string 3</Description>
      <FromDate>2026-01-14T13:06:05.4247407+00:00</FromDate>
      <Id>1</Id>
      <Image>sample string 8</Image>
      <IsActiveProgram>true</IsActiveProgram>
      <SectionId>9</SectionId>
      <ShowBadge>true</ShowBadge>
      <ShowReward>true</ShowReward>
      <ShowTiered>true</ShowTiered>
      <SponsorImage>sample string 6</SponsorImage>
      <SponsorLink>sample string 7</SponsorLink>
      <Title>sample string 2</Title>
      <ToDate>2026-01-14T13:06:05.4247407+00:00</ToDate>
      <Type>sample string 4</Type>
    </APILoyaltyProgamResponse>
    <APILoyaltyProgamResponse>
      <AppIcon>sample string 5</AppIcon>
      <CreatedDate>2026-01-14T13:06:05.4247407+00:00</CreatedDate>
      <Description>sample string 3</Description>
      <FromDate>2026-01-14T13:06:05.4247407+00:00</FromDate>
      <Id>1</Id>
      <Image>sample string 8</Image>
      <IsActiveProgram>true</IsActiveProgram>
      <SectionId>9</SectionId>
      <ShowBadge>true</ShowBadge>
      <ShowReward>true</ShowReward>
      <ShowTiered>true</ShowTiered>
      <SponsorImage>sample string 6</SponsorImage>
      <SponsorLink>sample string 7</SponsorLink>
      <Title>sample string 2</Title>
      <ToDate>2026-01-14T13:06:05.4247407+00:00</ToDate>
      <Type>sample string 4</Type>
    </APILoyaltyProgamResponse>
  </Data>
  <Message>sample string 1</Message>
  <Status>Continue</Status>
</APICommonWrapperOfArrayOfAPILoyaltyProgamResponseZdSfSp5S>