Fields documentation for KeyDeliveryLocationWeb
| Name | Type | Summery | Remarks |
|---|---|---|---|
| ContactPersonName | String | The name of the contact person. | |
| Coordinate | GpsCoordinateWeb | GPS coordinate of the key delivery location. | |
| Description | String | Description of the key location. | This property can be used if there are no "formal" key location or to list opening hours. The description could for instance read: "The key is under the doormat". |
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| Location | ContactWeb | The contact details where the key can be located. | |
| Type | String | Type of the key location. Possible values: (Agent; Office; Owner; ManualCodeLock; SmartCodeLock). | |
| ValidFrom | DateTime | Start date. | |
| ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |