PUT api/Content/v2/GetLoyaltyEvent
Request Information
URI Parameters
None.
Body Parameters
APILoyaltyEventRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SortBy | string |
None. |
|
| SortDir | string |
None. |
|
| PageNumber | integer |
None. |
|
| CustomerId | integer |
None. |
|
| SearchText | string |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| UserUniqueId | integer |
None. |
|
| ProgramType | integer |
None. |
|
| ShowRedeemed | boolean |
None. |
|
| LoyaltyProgramId | integer |
None. |
|
| EntityType | integer |
None. |
|
| SectionId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| IsManualStampScreen | boolean |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SortBy": "sample string 1",
"SortDir": "sample string 2",
"PageNumber": 3,
"CustomerId": 4,
"SearchText": "sample string 5",
"UniqueId": "78d80de6-a3f4-49ee-a053-da6d84b43908",
"UserUniqueId": 7,
"ProgramType": 8,
"ShowRedeemed": true,
"LoyaltyProgramId": 1,
"EntityType": 10,
"SectionId": 11,
"LanguageId": 12,
"IsManualStampScreen": true,
"Latitude": 14.0,
"Longitude": 15.0
}
application/xml, text/xml
Sample:
<APILoyaltyEventRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>4</CustomerId> <EntityType>10</EntityType> <IsManualStampScreen>true</IsManualStampScreen> <LanguageId>12</LanguageId> <Latitude>14</Latitude> <Longitude>15</Longitude> <LoyaltyProgramId>1</LoyaltyProgramId> <PageNumber>3</PageNumber> <ProgramType>8</ProgramType> <SearchText>sample string 5</SearchText> <SectionId>11</SectionId> <ShowRedeemed>true</ShowRedeemed> <SortBy>sample string 1</SortBy> <SortDir>sample string 2</SortDir> <UniqueId>78d80de6-a3f4-49ee-a053-da6d84b43908</UniqueId> <UserUniqueId>7</UserUniqueId> </APILoyaltyEventRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of APILoyaltyEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Title | string |
None. |
|
| Points | integer |
None. |
|
| Description | string |
None. |
|
| Attended | boolean |
None. |
|
| CreatedDate | integer |
None. |
|
| RedeemedOn | integer |
None. |
|
| Thumb | string |
None. |
|
| EventType | string |
None. |
|
| EntityType | integer |
None. |
|
| Mode | string |
None. |
|
| EntityId | integer |
None. |
|
| Location | _Location |
None. |
|
| Event | _Event |
None. |
|
| IsPassportStampRequested | boolean |
None. |
|
| TotalPoints | integer |
None. |
|
| IsStamped | boolean |
None. |
|
| Title_Computed | string |
None. |
|
| ProgramName | string |
None. |
|
| MemberId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CustomerId": 2,
"Title": "sample string 3",
"Points": 4,
"Description": "sample string 5",
"Attended": true,
"CreatedDate": 1,
"RedeemedOn": 1,
"Thumb": "sample string 7",
"EventType": "sample string 8",
"EntityType": 9,
"Mode": "sample string 10",
"EntityId": 1,
"Location": {
"Id": 1,
"Title": "sample string 1",
"Address": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"Country": "sample string 5",
"Latitude": 6.0,
"Longitude": 7.0,
"ZipCode": "sample string 8",
"Thumb": "sample string 9",
"Image": "sample string 10",
"CreatedDate": 11,
"IsAlreadyInWishList": true,
"IsAlreadyInFav": true,
"Features": [
{
"Name": "sample string 1",
"LocationId": 2
},
{
"Name": "sample string 1",
"LocationId": 2
}
],
"PointsEarned": 14,
"IsProductionOnly": true,
"ValidationType": 16,
"ValidationTypeName": "sample string 17"
},
"Event": {
"Id": 1,
"Title": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"EventDate": 5,
"_EventDate": "2026-01-15T12:24:47.9593265+00:00",
"EventTime": "sample string 6",
"Images": "sample string 7",
"_EventStartDate": "2026-01-15T12:24:47.9593265+00:00",
"_EventEndDate": "2026-01-15T12:24:47.9593265+00:00",
"EventEndTime": "sample string 8"
},
"IsPassportStampRequested": true,
"TotalPoints": 1,
"IsStamped": true,
"Title_Computed": "sample string 13",
"ProgramName": "sample string 14",
"MemberId": 15
},
{
"Id": 1,
"CustomerId": 2,
"Title": "sample string 3",
"Points": 4,
"Description": "sample string 5",
"Attended": true,
"CreatedDate": 1,
"RedeemedOn": 1,
"Thumb": "sample string 7",
"EventType": "sample string 8",
"EntityType": 9,
"Mode": "sample string 10",
"EntityId": 1,
"Location": {
"Id": 1,
"Title": "sample string 1",
"Address": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"Country": "sample string 5",
"Latitude": 6.0,
"Longitude": 7.0,
"ZipCode": "sample string 8",
"Thumb": "sample string 9",
"Image": "sample string 10",
"CreatedDate": 11,
"IsAlreadyInWishList": true,
"IsAlreadyInFav": true,
"Features": [
{
"Name": "sample string 1",
"LocationId": 2
},
{
"Name": "sample string 1",
"LocationId": 2
}
],
"PointsEarned": 14,
"IsProductionOnly": true,
"ValidationType": 16,
"ValidationTypeName": "sample string 17"
},
"Event": {
"Id": 1,
"Title": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"EventDate": 5,
"_EventDate": "2026-01-15T12:24:47.9593265+00:00",
"EventTime": "sample string 6",
"Images": "sample string 7",
"_EventStartDate": "2026-01-15T12:24:47.9593265+00:00",
"_EventEndDate": "2026-01-15T12:24:47.9593265+00:00",
"EventEndTime": "sample string 8"
},
"IsPassportStampRequested": true,
"TotalPoints": 1,
"IsStamped": true,
"Title_Computed": "sample string 13",
"ProgramName": "sample string 14",
"MemberId": 15
}
]
application/xml, text/xml
Sample:
<ArrayOfAPILoyaltyEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<APILoyaltyEvent>
<Attended>true</Attended>
<CreatedDate>1</CreatedDate>
<CustomerId>2</CustomerId>
<Description>sample string 5</Description>
<EntityId>1</EntityId>
<EntityType>9</EntityType>
<Event>
<City>sample string 3</City>
<EventDate>5</EventDate>
<EventEndTime>sample string 8</EventEndTime>
<EventTime>sample string 6</EventTime>
<Id>1</Id>
<Images>sample string 7</Images>
<State>sample string 4</State>
<Title>sample string 2</Title>
<_EventDate>2026-01-15T12:24:47.9593265+00:00</_EventDate>
<_EventEndDate>2026-01-15T12:24:47.9593265+00:00</_EventEndDate>
<_EventStartDate>2026-01-15T12:24:47.9593265+00:00</_EventStartDate>
</Event>
<EventType>sample string 8</EventType>
<Id>1</Id>
<IsPassportStampRequested>true</IsPassportStampRequested>
<IsStamped>true</IsStamped>
<Location>
<Address>sample string 2</Address>
<City>sample string 3</City>
<Country>sample string 5</Country>
<CreatedDate>11</CreatedDate>
<Features xmlns:d4p1="http://schemas.datacontract.org/2004/07/">
<d4p1:Feature>
<d4p1:LocationId>2</d4p1:LocationId>
<d4p1:Name>sample string 1</d4p1:Name>
</d4p1:Feature>
<d4p1:Feature>
<d4p1:LocationId>2</d4p1:LocationId>
<d4p1:Name>sample string 1</d4p1:Name>
</d4p1:Feature>
</Features>
<Id>1</Id>
<Image>sample string 10</Image>
<IsAlreadyInFav>true</IsAlreadyInFav>
<IsAlreadyInWishList>true</IsAlreadyInWishList>
<IsProductionOnly>true</IsProductionOnly>
<Latitude>6</Latitude>
<Longitude>7</Longitude>
<PointsEarned>14</PointsEarned>
<State>sample string 4</State>
<Thumb>sample string 9</Thumb>
<Title>sample string 1</Title>
<ValidationType>16</ValidationType>
<ValidationTypeName>sample string 17</ValidationTypeName>
<ZipCode>sample string 8</ZipCode>
</Location>
<MemberId>15</MemberId>
<Mode>sample string 10</Mode>
<Points>4</Points>
<ProgramName>sample string 14</ProgramName>
<RedeemedOn>1</RedeemedOn>
<Thumb>sample string 7</Thumb>
<Title>sample string 3</Title>
<Title_Computed>sample string 13</Title_Computed>
<TotalPoints>1</TotalPoints>
</APILoyaltyEvent>
<APILoyaltyEvent>
<Attended>true</Attended>
<CreatedDate>1</CreatedDate>
<CustomerId>2</CustomerId>
<Description>sample string 5</Description>
<EntityId>1</EntityId>
<EntityType>9</EntityType>
<Event>
<City>sample string 3</City>
<EventDate>5</EventDate>
<EventEndTime>sample string 8</EventEndTime>
<EventTime>sample string 6</EventTime>
<Id>1</Id>
<Images>sample string 7</Images>
<State>sample string 4</State>
<Title>sample string 2</Title>
<_EventDate>2026-01-15T12:24:47.9593265+00:00</_EventDate>
<_EventEndDate>2026-01-15T12:24:47.9593265+00:00</_EventEndDate>
<_EventStartDate>2026-01-15T12:24:47.9593265+00:00</_EventStartDate>
</Event>
<EventType>sample string 8</EventType>
<Id>1</Id>
<IsPassportStampRequested>true</IsPassportStampRequested>
<IsStamped>true</IsStamped>
<Location>
<Address>sample string 2</Address>
<City>sample string 3</City>
<Country>sample string 5</Country>
<CreatedDate>11</CreatedDate>
<Features xmlns:d4p1="http://schemas.datacontract.org/2004/07/">
<d4p1:Feature>
<d4p1:LocationId>2</d4p1:LocationId>
<d4p1:Name>sample string 1</d4p1:Name>
</d4p1:Feature>
<d4p1:Feature>
<d4p1:LocationId>2</d4p1:LocationId>
<d4p1:Name>sample string 1</d4p1:Name>
</d4p1:Feature>
</Features>
<Id>1</Id>
<Image>sample string 10</Image>
<IsAlreadyInFav>true</IsAlreadyInFav>
<IsAlreadyInWishList>true</IsAlreadyInWishList>
<IsProductionOnly>true</IsProductionOnly>
<Latitude>6</Latitude>
<Longitude>7</Longitude>
<PointsEarned>14</PointsEarned>
<State>sample string 4</State>
<Thumb>sample string 9</Thumb>
<Title>sample string 1</Title>
<ValidationType>16</ValidationType>
<ValidationTypeName>sample string 17</ValidationTypeName>
<ZipCode>sample string 8</ZipCode>
</Location>
<MemberId>15</MemberId>
<Mode>sample string 10</Mode>
<Points>4</Points>
<ProgramName>sample string 14</ProgramName>
<RedeemedOn>1</RedeemedOn>
<Thumb>sample string 7</Thumb>
<Title>sample string 3</Title>
<Title_Computed>sample string 13</Title_Computed>
<TotalPoints>1</TotalPoints>
</APILoyaltyEvent>
</ArrayOfAPILoyaltyEvent>