GET api/CustomerRewardPoints/GetAllCustomerRewardPoints

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerRewardPoints
NameDescriptionTypeAdditional information
Customer_Id

integer

None.

Customer

string

None.

Points

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Customer_Id": 1,
    "Customer": "sample string 2",
    "Points": 3
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Customer_Id":1,"Customer":"sample string 2","Points":3},{"$ref":"1"}]