GET api/getrewardsbyamount/{amount}/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| amount | decimal number |
Required |
|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RewardDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Price | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| StoreId | integer |
None. |
|
| Store | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Price": 4.0,
"Amount": 5.0,
"StoreId": 6,
"Store": "sample string 7"
}