NameDescriptionTypeAdditional information
VisitorRequestId

Conditional: Represents the PK of an existing Visitor Request in BluSKY if calling an Update method. Not used for Add methods

globally unique identifier

None.

GuestPersonId

Conditional: Represents the PK of an existing Visitor Request Guest in BluSKY if calling an Update method. Not used for Add methods

globally unique identifier

None.

GuestFirstName

Required: Represents the Guest's first/given name. Max Length = 60

string

Max length: 60

GuestLastName

Required: Represents the Guest's last name / surname. Max Length = 60

string

Max length: 60

GuestEmail

Optional: Represents the email address of the Guest

string

None.

GuestPhone

Optional: Represents the phone number of the Guest

string

None.

GuestCompanyName

Optional: Represents the name of the occupancy or vendor instance that the Guest belongs to

string

None.

GroupHashTag

Optional: Represents the group name that the Guest may belong to (if provided)

string

None.

VisitationPattern

Required: Represents the visitation pattern that has been requested for the Guest

string

None.

Message

Optional: Represents a supplemental message that will be viewable by Security/Reception when the Guest arrives

string

None.

VisitorTypeId

Required: Represents a supplemental message that will be viewable by Security/Reception when the Guest arrives. Retrieve possible values from /Visitor/GetAllVisitorTypes

globally unique identifier

None.

HostPersonId

Required: Represents the PK of an existing Visitor Request Host in BluSKY. Used for both Add and Update

globally unique identifier

None.

FacilityId

Required: Represents the PK of the facility that the Guest is expected at. Retrieve possible values from /Facility/GetAllFacilities

globally unique identifier

None.

ACSystemId

Required: Represents the PK of the Access Control System that the Host is located in. Retrieve possible values from /ACSystem/GetAllSystems

globally unique identifier

None.

Floors

Optional: Represents the list of floors that the Guest will be allowed to visit if Access Levels are not being used.

Collection of FloorsViewModel

None.

RequestedAccessLevelId

Optional: Represents an Access Level assignments requested by the Requestor for the Visitor. Retrieve possible values from /AccessLevel/GetAllAccessLevels

integer

None.

Deleted

Required: Represents whether the Visitor Request is deleted or not. Should be false for Add methods.

boolean

None.