GET api/Customers/RazaRewardPoints

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RazaReward
NameDescriptionTypeAdditional information
EarnedDate

date

None.

Point

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EarnedDate": "2024-11-28T05:39:31.7603474-05:00",
    "Point": 2
  },
  {
    "EarnedDate": "2024-11-28T05:39:31.7603474-05:00",
    "Point": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfRazaReward xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Objects.Business.Customers">
  <RazaReward>
    <EarnedDate>2024-11-28T05:39:31.7603474-05:00</EarnedDate>
    <Point>2</Point>
  </RazaReward>
  <RazaReward>
    <EarnedDate>2024-11-28T05:39:31.7603474-05:00</EarnedDate>
    <Point>2</Point>
  </RazaReward>
</ArrayOfRazaReward>