Request Information
URI Parameters
None.
Body Parameters
The FeeType.
Pico.FeeTypeName | Description | Type | Additional information |
---|---|---|---|
apr |
Gets or sets a value indicating whether fee type is an APR. |
boolean |
None. |
borrowerSummarySectionNumber |
Gets or sets the borrower summary section number. |
string |
None. |
canShopFor |
Gets or sets a value indicating whether fee type can be shopped for. |
boolean |
None. |
tridSection |
Gets or sets the section. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
defaultSummarySection |
Gets or sets the default summary section. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
endDate |
Gets or sets the display order. |
date |
None. |
gfeSection |
Gets or sets the gf e2010 section. |
string |
None. |
hasGeneratedAmount |
Gets or sets a value indicating whether fee type is hasGeneratedAmount. |
boolean |
None. |
includeInCreditsAudit |
Gets or sets a value indicating whether fee type is included in credit costs audit. |
boolean |
None. |
isActive |
Gets or sets a value indicating whether fee type is active. |
boolean |
None. |
isCollectedByLender |
Gets or sets a value indicating whether fee type is isCollectedByLender. |
boolean |
None. |
isDescriptionEditable |
Gets or sets a value indicating whether fee type is description editable. |
boolean |
None. |
isEditable |
Gets or sets a value indicating whether fee type is editable. |
boolean |
None. |
isIpc |
Gets or sets a value indicating whether this is IPC. |
boolean |
None. |
isProration |
Gets or sets a value indicating whether fee type is proration. |
boolean |
None. |
isRepeatable |
Gets or sets a value indicating whether a fee is repeatable or not. |
boolean |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
mismoCode |
Gets or sets the mismo code. |
string |
None. |
nickname |
Gets or sets the nickname. |
string |
None. |
poc |
Gets or sets a value indicating whether fee type is POC. |
boolean |
None. |
sellerSummarySectionNumber |
Gets or sets the seller summary section number. |
string |
None. |
startDate |
Gets or sets the display order. |
date |
None. |
state |
Gets or sets the state. |
string |
None. |
defaultPaidBy |
Gets or sets the default paid by identifier. |
integer |
None. |
defaultPaidTo |
Gets or sets the default paid to identifier. |
integer |
None. |
defaultResponsibleFor |
Gets or sets the default responsible for identifier. |
integer |
None. |
category |
Gets or sets the fee category identifier. |
integer |
None. |
id |
Gets or sets the fee type identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "apr": true, "borrowerSummarySectionNumber": "sample String 2", "canShopFor": true, "tridSection": "sample String 4", "code": "sample String 5", "defaultSummarySection": "sample String 6", "description": "sample String 7", "endDate": "2025-04-26T00:40:05.5062663Z", "gfeSection": "sample String 8", "hasGeneratedAmount": true, "includeInCreditsAudit": true, "isActive": true, "isCollectedByLender": true, "isDescriptionEditable": true, "isEditable": true, "isIpc": true, "isProration": true, "isRepeatable": true, "loanPurpose": "sample String 17", "mismoCode": "sample String 18", "nickname": "sample String 19", "poc": true, "sellerSummarySectionNumber": "sample String 21", "startDate": "2025-04-26T00:40:05.5062663Z", "state": "sample String 22", "defaultPaidBy": "1", "defaultPaidTo": "1", "defaultResponsibleFor": "23", "category": 24, "id": "25" }
text/html
{"apr":true,"borrowerSummarySectionNumber":"sample String 2","canShopFor":true,"tridSection":"sample String 4","code":"sample String 5","defaultSummarySection":"sample String 6","description":"sample String 7","endDate":"2025-04-26T00:40:05.5062663Z","gfeSection":"sample String 8","hasGeneratedAmount":true,"includeInCreditsAudit":true,"isActive":true,"isCollectedByLender":true,"isDescriptionEditable":true,"isEditable":true,"isIpc":true,"isProration":true,"isRepeatable":true,"loanPurpose":"sample String 17","mismoCode":"sample String 18","nickname":"sample String 19","poc":true,"sellerSummarySectionNumber":"sample String 21","startDate":"2025-04-26T00:40:05.5062663Z","state":"sample String 22","defaultPaidBy":"1","defaultPaidTo":"1","defaultResponsibleFor":"23","category":24,"id":"25"}
application/xml, text/xml
<FeeType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <APR>true</APR> <BorrowerSummarySectionNumber>sample String 2</BorrowerSummarySectionNumber> <CanShopFor>true</CanShopFor> <ClosingDisclosureSection>sample String 4</ClosingDisclosureSection> <Code>sample String 5</Code> <DefaultSummarySection>sample String 6</DefaultSummarySection> <Description>sample String 7</Description> <EndDate>2025-04-26T00:40:05.5062663Z</EndDate> <GFE2010Section>sample String 8</GFE2010Section> <HasGeneratedAmount>true</HasGeneratedAmount> <IncludeInCreditCostsAudit>true</IncludeInCreditCostsAudit> <IsActive>true</IsActive> <IsCollectedByLender>true</IsCollectedByLender> <IsDescriptionEditable>true</IsDescriptionEditable> <IsEditable>true</IsEditable> <IsIPC>true</IsIPC> <IsProration>true</IsProration> <IsRepeatable>true</IsRepeatable> <LoanPurpose>sample String 17</LoanPurpose> <MISMOCode>sample String 18</MISMOCode> <Nickname>sample String 19</Nickname> <POC>true</POC> <SellerSummarySectionNumber>sample String 21</SellerSummarySectionNumber> <StartDate>2025-04-26T00:40:05.5062663Z</StartDate> <State>sample String 22</State> <DefaultPaidById>1</DefaultPaidById> <DefaultPaidToId>1</DefaultPaidToId> <DefaultResponsibleForId>23</DefaultResponsibleForId> <FeeCategoryId>24</FeeCategoryId> <FeeTypeId>25</FeeTypeId> </FeeType>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The created FeeType.
Pico.FeeTypeName | Description | Type | Additional information |
---|---|---|---|
apr |
Gets or sets a value indicating whether fee type is an APR. |
boolean |
None. |
borrowerSummarySectionNumber |
Gets or sets the borrower summary section number. |
string |
None. |
canShopFor |
Gets or sets a value indicating whether fee type can be shopped for. |
boolean |
None. |
tridSection |
Gets or sets the section. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
defaultSummarySection |
Gets or sets the default summary section. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
endDate |
Gets or sets the display order. |
date |
None. |
gfeSection |
Gets or sets the gf e2010 section. |
string |
None. |
hasGeneratedAmount |
Gets or sets a value indicating whether fee type is hasGeneratedAmount. |
boolean |
None. |
includeInCreditsAudit |
Gets or sets a value indicating whether fee type is included in credit costs audit. |
boolean |
None. |
isActive |
Gets or sets a value indicating whether fee type is active. |
boolean |
None. |
isCollectedByLender |
Gets or sets a value indicating whether fee type is isCollectedByLender. |
boolean |
None. |
isDescriptionEditable |
Gets or sets a value indicating whether fee type is description editable. |
boolean |
None. |
isEditable |
Gets or sets a value indicating whether fee type is editable. |
boolean |
None. |
isIpc |
Gets or sets a value indicating whether this is IPC. |
boolean |
None. |
isProration |
Gets or sets a value indicating whether fee type is proration. |
boolean |
None. |
isRepeatable |
Gets or sets a value indicating whether a fee is repeatable or not. |
boolean |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
mismoCode |
Gets or sets the mismo code. |
string |
None. |
nickname |
Gets or sets the nickname. |
string |
None. |
poc |
Gets or sets a value indicating whether fee type is POC. |
boolean |
None. |
sellerSummarySectionNumber |
Gets or sets the seller summary section number. |
string |
None. |
startDate |
Gets or sets the display order. |
date |
None. |
state |
Gets or sets the state. |
string |
None. |
defaultPaidBy |
Gets or sets the default paid by identifier. |
integer |
None. |
defaultPaidTo |
Gets or sets the default paid to identifier. |
integer |
None. |
defaultResponsibleFor |
Gets or sets the default responsible for identifier. |
integer |
None. |
category |
Gets or sets the fee category identifier. |
integer |
None. |
id |
Gets or sets the fee type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "apr": true, "borrowerSummarySectionNumber": "sample String 2", "canShopFor": true, "tridSection": "sample String 4", "code": "sample String 5", "defaultSummarySection": "sample String 6", "description": "sample String 7", "endDate": "2025-04-26T00:40:05.5218538Z", "gfeSection": "sample String 8", "hasGeneratedAmount": true, "includeInCreditsAudit": true, "isActive": true, "isCollectedByLender": true, "isDescriptionEditable": true, "isEditable": true, "isIpc": true, "isProration": true, "isRepeatable": true, "loanPurpose": "sample String 17", "mismoCode": "sample String 18", "nickname": "sample String 19", "poc": true, "sellerSummarySectionNumber": "sample String 21", "startDate": "2025-04-26T00:40:05.5218538Z", "state": "sample String 22", "defaultPaidBy": "1", "defaultPaidTo": "1", "defaultResponsibleFor": "23", "category": 24, "id": "25" }
text/html
{"apr":true,"borrowerSummarySectionNumber":"sample String 2","canShopFor":true,"tridSection":"sample String 4","code":"sample String 5","defaultSummarySection":"sample String 6","description":"sample String 7","endDate":"2025-04-26T00:40:05.5218538Z","gfeSection":"sample String 8","hasGeneratedAmount":true,"includeInCreditsAudit":true,"isActive":true,"isCollectedByLender":true,"isDescriptionEditable":true,"isEditable":true,"isIpc":true,"isProration":true,"isRepeatable":true,"loanPurpose":"sample String 17","mismoCode":"sample String 18","nickname":"sample String 19","poc":true,"sellerSummarySectionNumber":"sample String 21","startDate":"2025-04-26T00:40:05.5218538Z","state":"sample String 22","defaultPaidBy":"1","defaultPaidTo":"1","defaultResponsibleFor":"23","category":24,"id":"25"}
application/xml, text/xml
<FeeType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <APR>true</APR> <BorrowerSummarySectionNumber>sample String 2</BorrowerSummarySectionNumber> <CanShopFor>true</CanShopFor> <ClosingDisclosureSection>sample String 4</ClosingDisclosureSection> <Code>sample String 5</Code> <DefaultSummarySection>sample String 6</DefaultSummarySection> <Description>sample String 7</Description> <EndDate>2025-04-26T00:40:05.5218538Z</EndDate> <GFE2010Section>sample String 8</GFE2010Section> <HasGeneratedAmount>true</HasGeneratedAmount> <IncludeInCreditCostsAudit>true</IncludeInCreditCostsAudit> <IsActive>true</IsActive> <IsCollectedByLender>true</IsCollectedByLender> <IsDescriptionEditable>true</IsDescriptionEditable> <IsEditable>true</IsEditable> <IsIPC>true</IsIPC> <IsProration>true</IsProration> <IsRepeatable>true</IsRepeatable> <LoanPurpose>sample String 17</LoanPurpose> <MISMOCode>sample String 18</MISMOCode> <Nickname>sample String 19</Nickname> <POC>true</POC> <SellerSummarySectionNumber>sample String 21</SellerSummarySectionNumber> <StartDate>2025-04-26T00:40:05.5218538Z</StartDate> <State>sample String 22</State> <DefaultPaidById>1</DefaultPaidById> <DefaultPaidToId>1</DefaultPaidToId> <DefaultResponsibleForId>23</DefaultResponsibleForId> <FeeCategoryId>24</FeeCategoryId> <FeeTypeId>25</FeeTypeId> </FeeType>