Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
manufacturedHomeId |
The manufactured home identifier. |
integer |
Required |
Body Parameters
The manufactured home.
Nano.ManufacturedHomeName | Description | Type | Additional information |
---|---|---|---|
hudLabel |
Gets or sets the HUD label. |
string |
None. |
isAnchored |
Gets or sets a value indicating whether manufactured home is anchored. |
boolean |
None. |
isNewHome |
Gets or sets a value indicating whether manufactured home is new. |
boolean |
None. |
length |
Gets or sets the length. |
integer |
None. |
make |
Gets or sets the make. |
string |
None. |
manufacturer |
Gets or sets the manufacturer. |
string |
None. |
model |
Gets or sets the model. |
string |
None. |
serialNumber |
Gets or sets the serial number. |
string |
None. |
titleCertificateNumber |
Gets or sets the title certificate number. |
string |
None. |
titleCertificateType |
Gets or sets the type of the title certificate. |
string |
None. |
width |
Gets or sets the width. |
integer |
None. |
widthType |
Gets or sets the type of the width. |
string |
None. |
yearConstructed |
Gets or sets the year constructed. |
integer |
None. |
id |
Gets or sets the manufactured home identifier. |
integer |
None. |
property |
Gets or sets the property identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "hudLabel": "sample String 1", "isAnchored": true, "isNewHome": true, "length": 1, "make": "sample String 3", "manufacturer": "sample String 4", "model": "sample String 5", "serialNumber": "sample String 6", "titleCertificateNumber": "sample String 7", "titleCertificateType": "sample String 8", "width": 1, "widthType": "sample String 9", "yearConstructed": 1, "id": "10", "property": "11" }
text/html
{"hudLabel":"sample String 1","isAnchored":true,"isNewHome":true,"length":1,"make":"sample String 3","manufacturer":"sample String 4","model":"sample String 5","serialNumber":"sample String 6","titleCertificateNumber":"sample String 7","titleCertificateType":"sample String 8","width":1,"widthType":"sample String 9","yearConstructed":1,"id":"10","property":"11"}
application/xml, text/xml
<ManufacturedHome xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HUDLabel>sample String 1</HUDLabel> <IsAnchored>true</IsAnchored> <IsNew>true</IsNew> <Length>1</Length> <Make>sample String 3</Make> <Manufacturer>sample String 4</Manufacturer> <Model>sample String 5</Model> <SerialNumber>sample String 6</SerialNumber> <TitleCertificateNumber>sample String 7</TitleCertificateNumber> <TitleCertificateType>sample String 8</TitleCertificateType> <Width>1</Width> <WidthType>sample String 9</WidthType> <YearConstructed>1</YearConstructed> <ManufacturedHomeId>10</ManufacturedHomeId> <PropertyId>11</PropertyId> </ManufacturedHome>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated manufactured home.
Nano.ManufacturedHomeName | Description | Type | Additional information |
---|---|---|---|
hudLabel |
Gets or sets the HUD label. |
string |
None. |
isAnchored |
Gets or sets a value indicating whether manufactured home is anchored. |
boolean |
None. |
isNewHome |
Gets or sets a value indicating whether manufactured home is new. |
boolean |
None. |
length |
Gets or sets the length. |
integer |
None. |
make |
Gets or sets the make. |
string |
None. |
manufacturer |
Gets or sets the manufacturer. |
string |
None. |
model |
Gets or sets the model. |
string |
None. |
serialNumber |
Gets or sets the serial number. |
string |
None. |
titleCertificateNumber |
Gets or sets the title certificate number. |
string |
None. |
titleCertificateType |
Gets or sets the type of the title certificate. |
string |
None. |
width |
Gets or sets the width. |
integer |
None. |
widthType |
Gets or sets the type of the width. |
string |
None. |
yearConstructed |
Gets or sets the year constructed. |
integer |
None. |
id |
Gets or sets the manufactured home identifier. |
integer |
None. |
property |
Gets or sets the property identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "hudLabel": "sample String 1", "isAnchored": true, "isNewHome": true, "length": 1, "make": "sample String 3", "manufacturer": "sample String 4", "model": "sample String 5", "serialNumber": "sample String 6", "titleCertificateNumber": "sample String 7", "titleCertificateType": "sample String 8", "width": 1, "widthType": "sample String 9", "yearConstructed": 1, "id": "10", "property": "11" }
text/html
{"hudLabel":"sample String 1","isAnchored":true,"isNewHome":true,"length":1,"make":"sample String 3","manufacturer":"sample String 4","model":"sample String 5","serialNumber":"sample String 6","titleCertificateNumber":"sample String 7","titleCertificateType":"sample String 8","width":1,"widthType":"sample String 9","yearConstructed":1,"id":"10","property":"11"}
application/xml, text/xml
<ManufacturedHome xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HUDLabel>sample String 1</HUDLabel> <IsAnchored>true</IsAnchored> <IsNew>true</IsNew> <Length>1</Length> <Make>sample String 3</Make> <Manufacturer>sample String 4</Manufacturer> <Model>sample String 5</Model> <SerialNumber>sample String 6</SerialNumber> <TitleCertificateNumber>sample String 7</TitleCertificateNumber> <TitleCertificateType>sample String 8</TitleCertificateType> <Width>1</Width> <WidthType>sample String 9</WidthType> <YearConstructed>1</YearConstructed> <ManufacturedHomeId>10</ManufacturedHomeId> <PropertyId>11</PropertyId> </ManufacturedHome>
application/vnd.api+json
Sample not available.