PUT api/TT/ClaimReward?userId={userId}&customerId={customerId}&rewardId={rewardId}&points={points}&claimedBy={claimedBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| customerId | integer |
Required |
|
| rewardId | integer |
Required |
|
| points | integer |
Required |
|
| claimedBy | string |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>