POST api/me/userproperties/{userPropertyId}/cases/{caseId}/documents/custom-analysis

This method will generate custom analysis report for a specific property if user has already purchased case for that property

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userPropertyId

User property record id

integer

Required

caseId

integer

Required

Body Parameters

Instance of

CustomAssessmentAnalysisReportRequestModel
NameDescriptionTypeAdditional information
PropertyBundleId

integer

None.

PropertyAddressId

integer

None.

Comparables

Collection of ComparablePropertyModel

None.

Request Formats

application/json, text/json

Sample:
{
  "propertyBundleId": 1,
  "propertyAddressId": 2,
  "comparables": [
    {
      "propertyAddressId": 1,
      "asOfDate": "sample string 2",
      "marketValue": "sample string 3",
      "isForeclosure": true
    },
    {
      "propertyAddressId": 1,
      "asOfDate": "sample string 2",
      "marketValue": "sample string 3",
      "isForeclosure": true
    }
  ]
}

text/html

Sample:
{"propertyBundleId":1,"propertyAddressId":2,"comparables":[{"propertyAddressId":1,"asOfDate":"sample string 2","marketValue":"sample string 3","isForeclosure":true},{"propertyAddressId":1,"asOfDate":"sample string 2","marketValue":"sample string 3","isForeclosure":true}]}

application/xml, text/xml

Sample:
<CustomAssessmentAnalysisReportRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.DocumentGeneration">
  <Comparables>
    <ComparablePropertyModel>
      <AsOfDate>sample string 2</AsOfDate>
      <IsForeclosure>true</IsForeclosure>
      <MarketValue>sample string 3</MarketValue>
      <PropertyAddressId>1</PropertyAddressId>
    </ComparablePropertyModel>
    <ComparablePropertyModel>
      <AsOfDate>sample string 2</AsOfDate>
      <IsForeclosure>true</IsForeclosure>
      <MarketValue>sample string 3</MarketValue>
      <PropertyAddressId>1</PropertyAddressId>
    </ComparablePropertyModel>
  </Comparables>
  <PropertyAddressId>2</PropertyAddressId>
  <PropertyBundleId>1</PropertyBundleId>
</CustomAssessmentAnalysisReportRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomAssessmentAnalysisReportRequestModel'.

Response Information

Resource Description

Collection of

OrderDocumentModel
NameDescriptionTypeAdditional information
Id

integer

None.

AgencyCaseId

integer

None.

OrderId

integer

None.

OrderNumber

string

None.

UserId

integer

None.

UserName

string

None.

ProductBundleId

integer

None.

BundleName

string

None.

ProductId

integer

None.

ProductName

string

None.

DocumentId

integer

None.

DocumentName

string

None.

Description

string

None.

AppealYear

integer

None.

DocumentTemplateUri

string

None.

DocumentUri

string

None.

IsReport

boolean

None.

PreviewImageUrl

string

None.

CountyId

integer

None.

CountyName

string

None.

AgencyId

integer

None.

AgencyName

string

None.

AddedDate

date

None.

OrderDate

date

None.

ImprovementId

integer

None.

UserPropertyCaseId

integer

None.

ClientCanView

boolean

None.

IsSignatureRequired

boolean

None.

RegenerationAllowed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "agencyCaseId": 1,
  "orderId": 2,
  "orderNumber": "sample string 3",
  "userId": 4,
  "userName": "sample string 5",
  "productBundleId": 6,
  "bundleName": "sample string 7",
  "productId": 8,
  "productName": "sample string 9",
  "documentId": 10,
  "documentName": "sample string 11",
  "description": "sample string 12",
  "appealYear": 13,
  "documentTemplateUri": "sample string 14",
  "documentUri": "sample string 15",
  "isReport": true,
  "previewImageUrl": "sample string 17",
  "countyId": 18,
  "countyName": "sample string 19",
  "agencyId": 20,
  "agencyName": "sample string 21",
  "addedDate": "2025-05-20T14:35:10.1140731-05:00",
  "orderDate": "2025-05-20T14:35:10.1140731-05:00",
  "improvementId": 1,
  "userPropertyCaseId": 24,
  "clientCanView": true,
  "isSignatureRequired": true,
  "regenerationAllowed": true
}

text/html

Sample:
{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T14:35:10.1140731-05:00","orderDate":"2025-05-20T14:35:10.1140731-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true}

application/xml, text/xml

Sample:
<OrderDocumentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.DocGen">
  <AddedDate>2025-05-20T14:35:10.1140731-05:00</AddedDate>
  <AgencyCaseId>1</AgencyCaseId>
  <AgencyId>20</AgencyId>
  <AgencyName>sample string 21</AgencyName>
  <AppealYear>13</AppealYear>
  <BundleName>sample string 7</BundleName>
  <ClientCanView>true</ClientCanView>
  <CountyId>18</CountyId>
  <CountyName>sample string 19</CountyName>
  <Description>sample string 12</Description>
  <DocumentId>10</DocumentId>
  <DocumentName>sample string 11</DocumentName>
  <DocumentTemplateUri>sample string 14</DocumentTemplateUri>
  <DocumentUri>sample string 15</DocumentUri>
  <Id>1</Id>
  <ImprovementId>1</ImprovementId>
  <IsReport>true</IsReport>
  <IsSignatureRequired>true</IsSignatureRequired>
  <OrderDate>2025-05-20T14:35:10.1140731-05:00</OrderDate>
  <OrderId>2</OrderId>
  <OrderNumber>sample string 3</OrderNumber>
  <PreviewImageUrl>sample string 17</PreviewImageUrl>
  <ProductBundleId>6</ProductBundleId>
  <ProductId>8</ProductId>
  <ProductName>sample string 9</ProductName>
  <RegenerationAllowed>true</RegenerationAllowed>
  <UserId>4</UserId>
  <UserName>sample string 5</UserName>
  <UserPropertyCaseId>24</UserPropertyCaseId>
</OrderDocumentModel>