GET api/RewardPointRule/GetRewardPointRuleById/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RewardPointRule| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Amount | string |
None. |
|
| Points | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Amount": "sample string 2",
"Points": 3
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"Amount":"sample string 2","Points":3}