GET api/RewardPointRule/GetRewardPointByUserId?userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RewardPoint| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User_Id | integer |
None. |
|
| PointBalance | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"User_Id": 2,
"PointBalance": 3
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"User_Id":2,"PointBalance":3}