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