GET api/CustomerRewardPoints/GetCustomerRewardPointsByCustomerId?CustomerId={CustomerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerRewardPoints| Name | Description | Type | Additional information |
|---|---|---|---|
| Customer_Id | integer |
None. |
|
| Customer | string |
None. |
|
| Points | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Customer_Id": 1,
"Customer": "sample string 2",
"Points": 3
}
application/octet-stream
Sample:
{"$id":"1","Customer_Id":1,"Customer":"sample string 2","Points":3}