GET api/CurrentMoneyChallenges?CustomerID={CustomerID}&MerchantID={MerchantID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

integer

Required

MerchantID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AvailableChallengeOffers
NameDescriptionTypeAdditional information
OffersID

string

None.

Target

decimal number

None.

Title

string

None.

DeadLine

date

None.

Prize

decimal number

None.

MarchantFullName

string

None.

InsertTime

date

None.

ItemsCount

integer

None.

Progress

decimal number

None.

BarValue

decimal number

None.

GetIsFailedTheChallenge

boolean

None.

PrizeType

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OffersID": "sample string 1",
    "Target": 2.0,
    "Title": "sample string 3",
    "DeadLine": "2025-12-21T23:21:19.020354+00:00",
    "Prize": 5.0,
    "MarchantFullName": "sample string 6",
    "InsertTime": "2025-12-21T23:21:19.020354+00:00",
    "ItemsCount": 8,
    "Progress": 9.0,
    "BarValue": 10.0,
    "GetIsFailedTheChallenge": true,
    "PrizeType": 12
  },
  {
    "OffersID": "sample string 1",
    "Target": 2.0,
    "Title": "sample string 3",
    "DeadLine": "2025-12-21T23:21:19.020354+00:00",
    "Prize": 5.0,
    "MarchantFullName": "sample string 6",
    "InsertTime": "2025-12-21T23:21:19.020354+00:00",
    "ItemsCount": 8,
    "Progress": 9.0,
    "BarValue": 10.0,
    "GetIsFailedTheChallenge": true,
    "PrizeType": 12
  }
]

application/xml, text/xml

Sample:
<ArrayOfAvailableChallengeOffers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication_POS">
  <AvailableChallengeOffers>
    <BarValue>10</BarValue>
    <DeadLine>2025-12-21T23:21:19.020354+00:00</DeadLine>
    <GetIsFailedTheChallenge>true</GetIsFailedTheChallenge>
    <InsertTime>2025-12-21T23:21:19.020354+00:00</InsertTime>
    <ItemsCount>8</ItemsCount>
    <MarchantFullName>sample string 6</MarchantFullName>
    <OffersID>sample string 1</OffersID>
    <Prize>5</Prize>
    <PrizeType>12</PrizeType>
    <Progress>9</Progress>
    <Target>2</Target>
    <Title>sample string 3</Title>
  </AvailableChallengeOffers>
  <AvailableChallengeOffers>
    <BarValue>10</BarValue>
    <DeadLine>2025-12-21T23:21:19.020354+00:00</DeadLine>
    <GetIsFailedTheChallenge>true</GetIsFailedTheChallenge>
    <InsertTime>2025-12-21T23:21:19.020354+00:00</InsertTime>
    <ItemsCount>8</ItemsCount>
    <MarchantFullName>sample string 6</MarchantFullName>
    <OffersID>sample string 1</OffersID>
    <Prize>5</Prize>
    <PrizeType>12</PrizeType>
    <Progress>9</Progress>
    <Target>2</Target>
    <Title>sample string 3</Title>
  </AvailableChallengeOffers>
</ArrayOfAvailableChallengeOffers>