| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
Required: Represents the PK of an existing User |
globally unique identifier |
None. |
| FloorId |
Required: Represents the PK of an existing Floor, all of whose Floor Stops across all elevators you wish to assign to the User |
globally unique identifier |
None. |
| ScheduleId |
Required: Represents the PK of an existing Schedule that will restrict access to this Floor's Floor Stops for this User |
integer |
None. |
| AccessRightsGrantedStart |
Optional: The DateTime when the User's Access Rights to these Floor Stops will become active. If null, access will be granted immediately. |
date |
None. |
| AccessRightsGrantedEnd |
Optional: The DateTime when the User's Access Rights to these Floor Stops will become inactive. If null, access will be granted indefinitely. |
date |
None. |