Class CreateViewingRequest
Represents a request to create a viewing.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Viewing
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CreateViewingRequest
Properties
View SourceCustomerId
Gets or sets the customer ID of the customer viewing the property.
Declaration
public int CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Date
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 |
Notes
Notes to attach to the viewing
Declaration
public string? Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyId
The id of the property to view
Declaration
public int PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReferrerUserId
Gets or sets the user ID of the referrer.
Declaration
public int ReferrerUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
To
The time the viewing is to
Declaration
public TimeSpan To { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |