Class RescheduleViewingRequest
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Viewing
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class RescheduleViewingRequest
Properties
View SourceDate
The date of the viewing - we will only use the date part
Declaration
public DateTime Date { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
From
The time the viewing is from
Declaration
public TimeSpan From { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Id
The id of the viewing to reschedule
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Reason
The reason for the reschedule (optional)
Declaration
public string? Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
To
The time the viewing is to
Declaration
public TimeSpan To { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |