Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetTypeId |
The asset type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The asset type, if it exists.
Nano.AssetType| Name | Description | Type | Additional information |
|---|---|---|---|
| availableFundsFactor |
Gets or sets the available funds factor. |
decimal number |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| displayOrder |
Gets or sets the display order. |
integer |
None. |
| fannieMaeCode |
Gets or sets the Fannie Mae code. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
| isGift |
Gets or sets a value indicating whether this is a gift. |
boolean |
None. |
| isPublic |
Gets or sets a value indicating whether this is public. |
boolean |
None. |
| mismoCode |
Gets or sets the MISMO code. |
string |
None. |
| requiresLiquidation |
Gets or sets a value indicating whether the asset type requires liquidation. |
boolean |
None. |
| scrutinize |
Gets or sets a value indicating whether or not to scrutinize. |
boolean |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| id |
Gets or sets the asset type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"availableFundsFactor": 1.0,
"code": "sample String 1",
"description": "sample String 2",
"displayOrder": 3,
"fannieMaeCode": "sample String 4",
"isActive": true,
"isGift": true,
"isPublic": true,
"mismoCode": "sample String 8",
"requiresLiquidation": true,
"scrutinize": true,
"startDate": "2025-11-09T05:56:24.8125297Z",
"id": "11"
}
text/html
{"availableFundsFactor":1.0,"code":"sample String 1","description":"sample String 2","displayOrder":3,"fannieMaeCode":"sample String 4","isActive":true,"isGift":true,"isPublic":true,"mismoCode":"sample String 8","requiresLiquidation":true,"scrutinize":true,"startDate":"2025-11-09T05:56:24.8125297Z","id":"11"}
application/xml, text/xml
<AssetType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AvailableFundsFactor>1</AvailableFundsFactor> <Code>sample String 1</Code> <Description>sample String 2</Description> <DisplayOrder>3</DisplayOrder> <FannieMaeCode>sample String 4</FannieMaeCode> <IsActive>true</IsActive> <IsGift>true</IsGift> <IsPublic>true</IsPublic> <MISMOCode>sample String 8</MISMOCode> <RequiresLiquidation>true</RequiresLiquidation> <Scrutinize>true</Scrutinize> <StartDate>2025-11-09T05:56:24.8125297Z</StartDate> <AssetTypeId>11</AssetTypeId> </AssetType>
application/vnd.api+json
Sample not available.