Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of taxes and insurance types.
Collection of 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
Sample:
[
{
"category": "sample String 1",
"closingDisclosureSection": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"displayOrder": 5,
"endDate": "2025-11-09T05:59:42.9583559Z",
"gfe2010Section": "sample String 6",
"isActive": true,
"isOther": true,
"loanEstimateSection": "sample String 9",
"mismoCode": "sample String 10",
"startDate": "2025-11-09T05:59:42.9583559Z",
"feeTypeId": "12",
"id": "13"
},
{
"category": "sample String 1",
"closingDisclosureSection": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"displayOrder": 5,
"endDate": "2025-11-09T05:59:42.9583559Z",
"gfe2010Section": "sample String 6",
"isActive": true,
"isOther": true,
"loanEstimateSection": "sample String 9",
"mismoCode": "sample String 10",
"startDate": "2025-11-09T05:59:42.9583559Z",
"feeTypeId": "12",
"id": "13"
}
]
text/html
Sample:
[{"category":"sample String 1","closingDisclosureSection":"sample String 2","code":"sample String 3","description":"sample String 4","displayOrder":5,"endDate":"2025-11-09T05:59:42.9583559Z","gfe2010Section":"sample String 6","isActive":true,"isOther":true,"loanEstimateSection":"sample String 9","mismoCode":"sample String 10","startDate":"2025-11-09T05:59:42.9583559Z","feeTypeId":"12","id":"13"},{"category":"sample String 1","closingDisclosureSection":"sample String 2","code":"sample String 3","description":"sample String 4","displayOrder":5,"endDate":"2025-11-09T05:59:42.9583559Z","gfe2010Section":"sample String 6","isActive":true,"isOther":true,"loanEstimateSection":"sample String 9","mismoCode":"sample String 10","startDate":"2025-11-09T05:59:42.9583559Z","feeTypeId":"12","id":"13"}]
application/xml, text/xml
Sample:
<ArrayOfTaxesAndInsuranceType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TaxesAndInsuranceType>
<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:42.9583559Z</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:42.9583559Z</StartDate>
<FeeTypeId>12</FeeTypeId>
<TaxesAndInsuranceTypeId>13</TaxesAndInsuranceTypeId>
</TaxesAndInsuranceType>
<TaxesAndInsuranceType>
<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:42.9583559Z</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:42.9583559Z</StartDate>
<FeeTypeId>12</FeeTypeId>
<TaxesAndInsuranceTypeId>13</TaxesAndInsuranceTypeId>
</TaxesAndInsuranceType>
</ArrayOfTaxesAndInsuranceType>
application/vnd.api+json
Sample:
Sample not available.