PUT api/Content/v2/GetLoyaltyProgramList
Request Information
URI Parameters
None.
Body Parameters
APILoyaltyProgamRequest| Name | Description | Type | Additional 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
Collection of APILoyaltyProgamResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| AppIcon | string |
None. |
|
| SponsorImage | string |
None. |
|
| SponsorLink | string |
None. |
|
| Image | string |
None. |
|
| SectionId | integer |
None. |
|
| ShowBadge | boolean |
None. |
|
| ShowReward | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| IsActiveProgram | boolean |
None. |
|
| ShowTiered | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"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-16T04:28:45.377774+00:00",
"FromDate": "2026-01-16T04:28:45.377774+00:00",
"ToDate": "2026-01-16T04:28:45.377774+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-16T04:28:45.377774+00:00",
"FromDate": "2026-01-16T04:28:45.377774+00:00",
"ToDate": "2026-01-16T04:28:45.377774+00:00",
"IsActiveProgram": true,
"ShowTiered": true
}
]
application/xml, text/xml
Sample:
<ArrayOfAPILoyaltyProgamResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<APILoyaltyProgamResponse>
<AppIcon>sample string 5</AppIcon>
<CreatedDate>2026-01-16T04:28:45.377774+00:00</CreatedDate>
<Description>sample string 3</Description>
<FromDate>2026-01-16T04:28:45.377774+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-16T04:28:45.377774+00:00</ToDate>
<Type>sample string 4</Type>
</APILoyaltyProgamResponse>
<APILoyaltyProgamResponse>
<AppIcon>sample string 5</AppIcon>
<CreatedDate>2026-01-16T04:28:45.377774+00:00</CreatedDate>
<Description>sample string 3</Description>
<FromDate>2026-01-16T04:28:45.377774+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-16T04:28:45.377774+00:00</ToDate>
<Type>sample string 4</Type>
</APILoyaltyProgamResponse>
</ArrayOfAPILoyaltyProgamResponse>