POST api/guests/{GuestId}/CheckIn
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GuestId | decimal number |
Required |
Body Parameters
CheckIns| Name | Description | Type | Additional information |
|---|---|---|---|
| Members | Collection of Member |
None. |
|
| CheckInType | string |
String length: inclusive between 1 and 1 |
|
| AllowEntry | boolean |
None. |
|
| Barcode | string |
None. |
|
| BackDateVisit | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"members": [
{
"clubId": "sample string 1",
"membNum": "sample string 2",
"status": "sample string 3",
"stopLight": "sample string 4"
},
{
"clubId": "sample string 1",
"membNum": "sample string 2",
"status": "sample string 3",
"stopLight": "sample string 4"
}
],
"checkInType": "sample string 1",
"allowEntry": true,
"barcode": "sample string 3",
"backDateVisit": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.