POST api/guests/{GuestId}/Rewards
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GuestId | decimal number |
Required |
Body Parameters
RewardSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$ String length: inclusive between 0 and 10 |
|
| EndDate | string |
Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$ String length: inclusive between 0 and 10 |
|
| RewardType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "sample string 1",
"endDate": "sample string 2",
"rewardType": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.