GET api/affiliatetracker
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AffiliateTrackerName | 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-04-04T05:39:21.9994816+01: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-04-04T05:39:21.9994816+01: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-04-04T05:39:21.9994816+01: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-04-04T05:39:21.9994816+01:00</UpdatedDt> <WelcomeBonusDesc>sample string 5</WelcomeBonusDesc> <WhiteLabelId>1</WhiteLabelId> </AffiliateTracker> </ArrayOfAffiliateTracker>