POST api/documentgeneration/recreatepropertymarketreport/{propertyId}

Creates a new Property Market Report document.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContract
NameDescriptionTypeAdditional information
SupportsCancellation

boolean

None.

ReportsProgress

boolean

None.

InitialStatusText

string

None.

JobReference

globally unique identifier

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SupportsCancellation": true,
  "ReportsProgress": true,
  "InitialStatusText": "sample string 3",
  "JobReference": "33fcae7f-bf7a-4d1b-b0aa-d0a4edf6821e",
  "Success": true
}