GET api/affiliatetracker
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AffiliateTracker| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerId | integer |
None. |
|
| PromotionCode | string |
None. |
|
| GroupNumber | integer |
None. |
|
| GroupNumberNew | integer |
None. |
|
| Description | string |
None. |
|
| StatusId | integer |
None. |
|
| UpdatedDt | date |
None. |
|
| WhiteLabelId | integer |
None. |
|
| WelcomeBonusDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TrackerId": 1,
"PromotionCode": "sample string 2",
"GroupNumber": 1,
"GroupNumberNew": 1,
"Description": "sample string 3",
"StatusId": 4,
"UpdatedDt": "2025-12-06T05:38:22.6385706+00:00",
"WhiteLabelId": 1,
"WelcomeBonusDesc": "sample string 5"
},
{
"TrackerId": 1,
"PromotionCode": "sample string 2",
"GroupNumber": 1,
"GroupNumberNew": 1,
"Description": "sample string 3",
"StatusId": 4,
"UpdatedDt": "2025-12-06T05:38:22.6385706+00:00",
"WhiteLabelId": 1,
"WelcomeBonusDesc": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfAffiliateTracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlayCode.Entities.Common">
<AffiliateTracker>
<Description>sample string 3</Description>
<GroupNumber>1</GroupNumber>
<GroupNumberNew>1</GroupNumberNew>
<PromotionCode>sample string 2</PromotionCode>
<StatusId>4</StatusId>
<TrackerId>1</TrackerId>
<UpdatedDt>2025-12-06T05:38:22.6385706+00:00</UpdatedDt>
<WelcomeBonusDesc>sample string 5</WelcomeBonusDesc>
<WhiteLabelId>1</WhiteLabelId>
</AffiliateTracker>
<AffiliateTracker>
<Description>sample string 3</Description>
<GroupNumber>1</GroupNumber>
<GroupNumberNew>1</GroupNumberNew>
<PromotionCode>sample string 2</PromotionCode>
<StatusId>4</StatusId>
<TrackerId>1</TrackerId>
<UpdatedDt>2025-12-06T05:38:22.6385706+00:00</UpdatedDt>
<WelcomeBonusDesc>sample string 5</WelcomeBonusDesc>
<WhiteLabelId>1</WhiteLabelId>
</AffiliateTracker>
</ArrayOfAffiliateTracker>