POST api/v1/CheckinRequests/UpdateCheckinRequest

Request Information

URI Parameters

None.

Body Parameters

CheckinRequest
NameDescriptionTypeAdditional information
_CheckinRequestId

integer

None.

_FirstName

string

None.

_LastName

string

None.

_Email

string

None.

_CardTechnology

string

None.

_SerialNumber

string

None.

_RoomNames

string

None.

_Services

string

None.

_TimeZones

string

None.

_EnableAda

byte

None.

_EnableOverPriv

byte

None.

_EnableOvrBlock

byte

None.

_EnableFreePassage

byte

None.

_IntialDate

date

None.

_ExpirationDate

date

None.

_OperationStatus

integer

None.

_EncoderID

integer

None.

_CheckInOperation

boolean

None.

_IsCardValid

byte

None.

_UserID

string

None.

_BookingNumber

string

None.

_Token

string

None.

_NbOfCopy

integer

None.

_Cards

integer

None.

_PersonID

integer

None.

_IsPinEnabled

byte

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_CheckinRequestId": 1,
  "_FirstName": "sample string 2",
  "_LastName": "sample string 3",
  "_Email": "sample string 4",
  "_CardTechnology": "sample string 5",
  "_SerialNumber": "sample string 6",
  "_RoomNames": "sample string 7",
  "_Services": "sample string 8",
  "_TimeZones": "sample string 9",
  "_EnableAda": 64,
  "_EnableOverPriv": 64,
  "_EnableOvrBlock": 64,
  "_EnableFreePassage": 64,
  "_IntialDate": "2026-01-20T20:25:05.6915064+00:00",
  "_ExpirationDate": "2026-01-20T20:25:05.6915064+00:00",
  "_OperationStatus": 16,
  "_EncoderID": 17,
  "_CheckInOperation": true,
  "_IsCardValid": 64,
  "_UserID": "sample string 20",
  "_BookingNumber": "sample string 21",
  "_Token": "sample string 22",
  "_NbOfCopy": 23,
  "_Cards": 24,
  "_PersonID": 25,
  "_IsPinEnabled": 64,
  "_CreationDate": "2026-01-20T20:25:05.6915064+00:00",
  "_UpdatedDate": "2026-01-20T20:25:05.6915064+00:00",
  "_SysNumber": 27
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.