Class AddPropertyImageRequest
Represents a request to add an image to a property.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyImage
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class AddPropertyImageRequest
Properties
View SourcePropertyId
Gets or sets the ID of the property.
Declaration
public int PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Url
Gets or sets the URL of the image. This must be a valid public URL.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |