POST api/guests/{guestId}/Services/{clubServiceRowId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guestId | decimal number |
Required |
|
| clubServiceRowId | decimal number |
Required |
Body Parameters
ClubService| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
Required 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 |
Required 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 |
|
| CutoffDate | 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 |
|
| Sessions | integer |
None. |
|
| SessionAddOns | integer |
None. |
|
| SessionRate | decimal number |
None. |
|
| BedLevel | integer |
None. |
|
| AssignedTrainerID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "sample string 1",
"endDate": "sample string 2",
"cutoffDate": "sample string 3",
"sessions": 4,
"sessionAddOns": 5,
"sessionRate": 6.0,
"bedLevel": 7,
"assignedTrainerID": "sample string 8"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.