Request Information

URI Parameters

None.

Body Parameters

The subject property detail.

Nano.SubjectPropertyDetail
NameDescriptionTypeAdditional information
projectDwellingUnitCount

Gets or sets the project dwelling unit count.

integer

None.

projectDwellingUnitsSoldCount

Gets or sets the project dwelling units sold count.

integer

None.

projectStatusType

Gets or sets the project status type.

string

None.

unit1Rent

Gets or sets the unit 1 rent.

decimal number

None.

unit2Rent

Gets or sets the unit 2 rent.

decimal number

None.

unit3Rent

Gets or sets the unit 3 rent.

decimal number

None.

unit4Rent

Gets or sets the unit 4 rent.

decimal number

None.

property

Gets or sets the property identifier.

integer

None.

id

Gets or sets the subject property detail identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "projectDwellingUnitCount": 1,
  "projectDwellingUnitsSoldCount": 1,
  "projectStatusType": "sample String 1",
  "unit1Rent": 1.0,
  "unit2Rent": 1.0,
  "unit3Rent": 1.0,
  "unit4Rent": 1.0,
  "property": "2",
  "id": "3"
}

text/html

Sample:
{"projectDwellingUnitCount":1,"projectDwellingUnitsSoldCount":1,"projectStatusType":"sample String 1","unit1Rent":1.0,"unit2Rent":1.0,"unit3Rent":1.0,"unit4Rent":1.0,"property":"2","id":"3"}

application/xml, text/xml

Sample:
<SubjectPropertyDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ProjectDwellingUnitCount>1</ProjectDwellingUnitCount>
  <ProjectDwellingUnitsSoldCount>1</ProjectDwellingUnitsSoldCount>
  <ProjectStatusType>sample String 1</ProjectStatusType>
  <Unit1Rent>1</Unit1Rent>
  <Unit2Rent>1</Unit2Rent>
  <Unit3Rent>1</Unit3Rent>
  <Unit4Rent>1</Unit4Rent>
  <PropertyId>2</PropertyId>
  <SubjectPropertyDetailId>3</SubjectPropertyDetailId>
</SubjectPropertyDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created subject property detail.

Nano.SubjectPropertyDetail
NameDescriptionTypeAdditional information
projectDwellingUnitCount

Gets or sets the project dwelling unit count.

integer

None.

projectDwellingUnitsSoldCount

Gets or sets the project dwelling units sold count.

integer

None.

projectStatusType

Gets or sets the project status type.

string

None.

unit1Rent

Gets or sets the unit 1 rent.

decimal number

None.

unit2Rent

Gets or sets the unit 2 rent.

decimal number

None.

unit3Rent

Gets or sets the unit 3 rent.

decimal number

None.

unit4Rent

Gets or sets the unit 4 rent.

decimal number

None.

property

Gets or sets the property identifier.

integer

None.

id

Gets or sets the subject property detail identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "projectDwellingUnitCount": 1,
  "projectDwellingUnitsSoldCount": 1,
  "projectStatusType": "sample String 1",
  "unit1Rent": 1.0,
  "unit2Rent": 1.0,
  "unit3Rent": 1.0,
  "unit4Rent": 1.0,
  "property": "2",
  "id": "3"
}

text/html

Sample:
{"projectDwellingUnitCount":1,"projectDwellingUnitsSoldCount":1,"projectStatusType":"sample String 1","unit1Rent":1.0,"unit2Rent":1.0,"unit3Rent":1.0,"unit4Rent":1.0,"property":"2","id":"3"}

application/xml, text/xml

Sample:
<SubjectPropertyDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ProjectDwellingUnitCount>1</ProjectDwellingUnitCount>
  <ProjectDwellingUnitsSoldCount>1</ProjectDwellingUnitsSoldCount>
  <ProjectStatusType>sample String 1</ProjectStatusType>
  <Unit1Rent>1</Unit1Rent>
  <Unit2Rent>1</Unit2Rent>
  <Unit3Rent>1</Unit3Rent>
  <Unit4Rent>1</Unit4Rent>
  <PropertyId>2</PropertyId>
  <SubjectPropertyDetailId>3</SubjectPropertyDetailId>
</SubjectPropertyDetail>

application/vnd.api+json

Sample:

Sample not available.