admin/contact/SaveCheckIn

Request Information

Body Parameters

Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.

NameDescriptionTypeAdditional information
CheckInType

string

None.

ScheduleId

integer

None.

AttendeeIds

Collection of integer

None.

TotalCheckIn

integer

None.

TotalGuest

integer

None.

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

{
  "CheckInType": "String Parameter 1",
  "ScheduleId": 2,
  "AttendeeIds": [
    1,
    2
  ],
  "TotalCheckIn": 3,
  "TotalGuest": 4
}

Response Information

Resource Description

ITypedResponseOfEventCheckIn
NameDescriptionTypeAdditional information
Result

EventCheckIn

None.

Category

string

None.

Response Formats

Sample not available.