Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taxesAndInsuranceTypeId |
The taxes and insurance type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The taxes and insurance type, if it exists.
Nano.TaxesAndInsuranceType| Name | Description | Type | Additional information |
|---|---|---|---|
| category |
Gets or sets the category. |
string |
None. |
| closingDisclosureSection |
Gets or sets the closing disclosure section. |
string |
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. |
| endDate |
Gets or sets the end date. |
date |
None. |
| gfe2010Section |
Gets or sets the GFE 2010 section. |
string |
None. |
| isActive |
Gets or sets a value indicating whether it is active. |
boolean |
None. |
| isOther |
Gets or sets a value indicating whether it is other. |
boolean |
None. |
| loanEstimateSection |
Gets or sets the loan estimate section. |
string |
None. |
| mismoCode |
Gets or sets the MISMO code. |
string |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| feeTypeId |
Gets or sets the fee type identifier. |
integer |
None. |
| id |
Gets or sets the taxes and insurance type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"category": "sample String 1",
"closingDisclosureSection": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"displayOrder": 5,
"endDate": "2025-11-09T05:59:37.4049221Z",
"gfe2010Section": "sample String 6",
"isActive": true,
"isOther": true,
"loanEstimateSection": "sample String 9",
"mismoCode": "sample String 10",
"startDate": "2025-11-09T05:59:37.4049221Z",
"feeTypeId": "12",
"id": "13"
}
text/html
{"category":"sample String 1","closingDisclosureSection":"sample String 2","code":"sample String 3","description":"sample String 4","displayOrder":5,"endDate":"2025-11-09T05:59:37.4049221Z","gfe2010Section":"sample String 6","isActive":true,"isOther":true,"loanEstimateSection":"sample String 9","mismoCode":"sample String 10","startDate":"2025-11-09T05:59:37.4049221Z","feeTypeId":"12","id":"13"}
application/xml, text/xml
<TaxesAndInsuranceType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <ClosingDisclosureSection>sample String 2</ClosingDisclosureSection> <Code>sample String 3</Code> <Description>sample String 4</Description> <DisplayOrder>5</DisplayOrder> <EndDate>2025-11-09T05:59:37.4049221Z</EndDate> <GFE2010Section>sample String 6</GFE2010Section> <IsActive>true</IsActive> <IsOther>true</IsOther> <LoanEstimateSection>sample String 9</LoanEstimateSection> <MISMOCode>sample String 10</MISMOCode> <StartDate>2025-11-09T05:59:37.4049221Z</StartDate> <FeeTypeId>12</FeeTypeId> <TaxesAndInsuranceTypeId>13</TaxesAndInsuranceTypeId> </TaxesAndInsuranceType>
application/vnd.api+json
Sample not available.