GET api/Customers/RazaRewardPoints
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RazaReward| Name | Description | Type | Additional information |
|---|---|---|---|
| EarnedDate | date |
None. |
|
| Point | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EarnedDate": "2026-06-25T22:11:06.6017433-04:00",
"Point": 2
},
{
"EarnedDate": "2026-06-25T22:11:06.6017433-04: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>2026-06-25T22:11:06.6017433-04:00</EarnedDate>
<Point>2</Point>
</RazaReward>
<RazaReward>
<EarnedDate>2026-06-25T22:11:06.6017433-04:00</EarnedDate>
<Point>2</Point>
</RazaReward>
</ArrayOfRazaReward>