GET api/affiliatetracker

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AffiliateTracker
NameDescriptionTypeAdditional 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": "2024-10-05T16:21:36.3883862+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": "2024-10-05T16:21:36.3883862+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>2024-10-05T16:21:36.3883862+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>2024-10-05T16:21:36.3883862+01:00</UpdatedDt>
    <WelcomeBonusDesc>sample string 5</WelcomeBonusDesc>
    <WhiteLabelId>1</WhiteLabelId>
  </AffiliateTracker>
</ArrayOfAffiliateTracker>