Request Information

URI Parameters

NameDescriptionTypeAdditional information
rateTrackerId

The rate tracker identifier.

integer

Required

Body Parameters

The rate tracker.

Nano.RateTracker
NameDescriptionTypeAdditional information
appraisedValue

Gets or sets the appraised value.

decimal number

None.

baseLoanAmount

Gets or sets the base loan amount.

decimal number

None.

created

Gets or sets the created.

date

None.

creditScore

Gets or sets the credit score.

integer

None.

email

Gets or sets the email.

string

None.

emailVerified

Gets or sets a value indicating whether email is verified.

boolean

None.

endDate

Gets or sets the end date.

date

None.

escrowsWaived

Gets or sets a value indicating whether escrows waived.

boolean

None.

firstName

Gets or sets the first name.

string

None.

lastModified

Gets or sets the last modified.

date

None.

lastName

Gets or sets the last name.

string

None.

loanPurpose

Gets or sets the loan purpose.

string

None.

mobilePhone

Gets or sets the mobile phone.

string

None.

occupancyType

Gets or sets the type of the occupancy.

string

None.

salesPrice

Gets or sets the sales price.

decimal number

None.

state

Gets or sets the state.

string

None.

targetLenderFees

Gets or sets the target lender fees.

decimal number

None.

targetPoints

Gets or sets the target points.

decimal number

None.

targetRate

Gets or sets the target rate.

decimal number

None.

targetTotalCosts

Gets or sets the target total costs.

decimal number

None.

verificationGuid

Gets or sets the verification unique identifier.

globally unique identifier

None.

verificationSent

Gets or sets the verification sent.

date

None.

app

Gets or sets the application identifier.

integer

None.

corporatePartner

Gets or sets the corporate partner identifier.

integer

None.

county

Gets or sets the county identifier.

integer

None.

createdBy

Gets or sets the create by identifier.

integer

None.

lastModifiedBy

Gets or sets the last modified by identifier.

integer

None.

loanOfficer

Gets or sets the loan officer identifier.

integer

None.

loanProduct

Gets or sets the loan product identifier.

integer

None.

organization

Gets or sets the organization identifier.

string

None.

propertyType

Gets or sets the property type identifier.

integer

None.

id

Gets or sets the rate tracker identifier.

integer

None.

rateTrackerType

Gets or sets the rate tracker type identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "appraisedValue": 1.0,
  "baseLoanAmount": 1.0,
  "created": "2025-04-25T18:15:10.3298255Z",
  "creditScore": 1,
  "email": "sample String 1",
  "emailVerified": true,
  "endDate": "2025-04-25T18:15:10.3298255Z",
  "escrowsWaived": true,
  "firstName": "sample String 4",
  "lastModified": "2025-04-25T18:15:10.3298255Z",
  "lastName": "sample String 5",
  "loanPurpose": "sample String 6",
  "mobilePhone": "sample String 7",
  "occupancyType": "sample String 8",
  "salesPrice": 1.0,
  "state": "sample String 9",
  "targetLenderFees": 1.0,
  "targetPoints": 1.0,
  "targetRate": 1.0,
  "targetTotalCosts": 1.0,
  "verificationGuid": "55d77a8b-784d-491b-851e-26dcea6e6d9c",
  "verificationSent": "2025-04-25T18:15:10.3298255Z",
  "app": "1",
  "corporatePartner": "1",
  "county": "1",
  "createdBy": "1",
  "lastModifiedBy": "1",
  "loanOfficer": "1",
  "loanProduct": "1",
  "organization": "sample String 10",
  "propertyType": "1",
  "id": "11",
  "rateTrackerType": "12"
}

text/html

Sample:
{"appraisedValue":1.0,"baseLoanAmount":1.0,"created":"2025-04-25T18:15:10.3298255Z","creditScore":1,"email":"sample String 1","emailVerified":true,"endDate":"2025-04-25T18:15:10.3298255Z","escrowsWaived":true,"firstName":"sample String 4","lastModified":"2025-04-25T18:15:10.3298255Z","lastName":"sample String 5","loanPurpose":"sample String 6","mobilePhone":"sample String 7","occupancyType":"sample String 8","salesPrice":1.0,"state":"sample String 9","targetLenderFees":1.0,"targetPoints":1.0,"targetRate":1.0,"targetTotalCosts":1.0,"verificationGuid":"55d77a8b-784d-491b-851e-26dcea6e6d9c","verificationSent":"2025-04-25T18:15:10.3298255Z","app":"1","corporatePartner":"1","county":"1","createdBy":"1","lastModifiedBy":"1","loanOfficer":"1","loanProduct":"1","organization":"sample String 10","propertyType":"1","id":"11","rateTrackerType":"12"}

application/xml, text/xml

Sample:
<RateTracker xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppraisedValue>1</AppraisedValue>
  <BaseLoanAmount>1</BaseLoanAmount>
  <Created>2025-04-25T18:15:10.3298255Z</Created>
  <CreditScore>1</CreditScore>
  <Email>sample String 1</Email>
  <EmailVerified>true</EmailVerified>
  <EndDate>2025-04-25T18:15:10.3298255Z</EndDate>
  <EscrowsWaived>true</EscrowsWaived>
  <FirstName>sample String 4</FirstName>
  <LastModified>2025-04-25T18:15:10.3298255Z</LastModified>
  <LastName>sample String 5</LastName>
  <LoanPurpose>sample String 6</LoanPurpose>
  <MobilePhone>sample String 7</MobilePhone>
  <OccupancyType>sample String 8</OccupancyType>
  <SalesPrice>1</SalesPrice>
  <State>sample String 9</State>
  <TargetLenderFees>1</TargetLenderFees>
  <TargetPoints>1</TargetPoints>
  <TargetRate>1</TargetRate>
  <TargetTotalCosts>1</TargetTotalCosts>
  <VerificationGuid>55d77a8b-784d-491b-851e-26dcea6e6d9c</VerificationGuid>
  <VerificationSent>2025-04-25T18:15:10.3298255Z</VerificationSent>
  <AppId>1</AppId>
  <CorporatePartnerId>1</CorporatePartnerId>
  <CountyId>1</CountyId>
  <CreatedById>1</CreatedById>
  <LastModifiedById>1</LastModifiedById>
  <LoanOfficerId>1</LoanOfficerId>
  <LoanProductId>1</LoanProductId>
  <OrganizationId>sample String 10</OrganizationId>
  <PropertyTypeId>1</PropertyTypeId>
  <RateTrackerId>11</RateTrackerId>
  <RateTrackerTypeId>12</RateTrackerTypeId>
</RateTracker>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated rate tracker.

Nano.RateTracker
NameDescriptionTypeAdditional information
appraisedValue

Gets or sets the appraised value.

decimal number

None.

baseLoanAmount

Gets or sets the base loan amount.

decimal number

None.

created

Gets or sets the created.

date

None.

creditScore

Gets or sets the credit score.

integer

None.

email

Gets or sets the email.

string

None.

emailVerified

Gets or sets a value indicating whether email is verified.

boolean

None.

endDate

Gets or sets the end date.

date

None.

escrowsWaived

Gets or sets a value indicating whether escrows waived.

boolean

None.

firstName

Gets or sets the first name.

string

None.

lastModified

Gets or sets the last modified.

date

None.

lastName

Gets or sets the last name.

string

None.

loanPurpose

Gets or sets the loan purpose.

string

None.

mobilePhone

Gets or sets the mobile phone.

string

None.

occupancyType

Gets or sets the type of the occupancy.

string

None.

salesPrice

Gets or sets the sales price.

decimal number

None.

state

Gets or sets the state.

string

None.

targetLenderFees

Gets or sets the target lender fees.

decimal number

None.

targetPoints

Gets or sets the target points.

decimal number

None.

targetRate

Gets or sets the target rate.

decimal number

None.

targetTotalCosts

Gets or sets the target total costs.

decimal number

None.

verificationGuid

Gets or sets the verification unique identifier.

globally unique identifier

None.

verificationSent

Gets or sets the verification sent.

date

None.

app

Gets or sets the application identifier.

integer

None.

corporatePartner

Gets or sets the corporate partner identifier.

integer

None.

county

Gets or sets the county identifier.

integer

None.

createdBy

Gets or sets the create by identifier.

integer

None.

lastModifiedBy

Gets or sets the last modified by identifier.

integer

None.

loanOfficer

Gets or sets the loan officer identifier.

integer

None.

loanProduct

Gets or sets the loan product identifier.

integer

None.

organization

Gets or sets the organization identifier.

string

None.

propertyType

Gets or sets the property type identifier.

integer

None.

id

Gets or sets the rate tracker identifier.

integer

None.

rateTrackerType

Gets or sets the rate tracker type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "appraisedValue": 1.0,
  "baseLoanAmount": 1.0,
  "created": "2025-04-25T18:15:10.3298255Z",
  "creditScore": 1,
  "email": "sample String 1",
  "emailVerified": true,
  "endDate": "2025-04-25T18:15:10.3298255Z",
  "escrowsWaived": true,
  "firstName": "sample String 4",
  "lastModified": "2025-04-25T18:15:10.3298255Z",
  "lastName": "sample String 5",
  "loanPurpose": "sample String 6",
  "mobilePhone": "sample String 7",
  "occupancyType": "sample String 8",
  "salesPrice": 1.0,
  "state": "sample String 9",
  "targetLenderFees": 1.0,
  "targetPoints": 1.0,
  "targetRate": 1.0,
  "targetTotalCosts": 1.0,
  "verificationGuid": "e977396d-9522-4874-bd94-49bb31e3711e",
  "verificationSent": "2025-04-25T18:15:10.3298255Z",
  "app": "1",
  "corporatePartner": "1",
  "county": "1",
  "createdBy": "1",
  "lastModifiedBy": "1",
  "loanOfficer": "1",
  "loanProduct": "1",
  "organization": "sample String 10",
  "propertyType": "1",
  "id": "11",
  "rateTrackerType": "12"
}

text/html

Sample:
{"appraisedValue":1.0,"baseLoanAmount":1.0,"created":"2025-04-25T18:15:10.3298255Z","creditScore":1,"email":"sample String 1","emailVerified":true,"endDate":"2025-04-25T18:15:10.3298255Z","escrowsWaived":true,"firstName":"sample String 4","lastModified":"2025-04-25T18:15:10.3298255Z","lastName":"sample String 5","loanPurpose":"sample String 6","mobilePhone":"sample String 7","occupancyType":"sample String 8","salesPrice":1.0,"state":"sample String 9","targetLenderFees":1.0,"targetPoints":1.0,"targetRate":1.0,"targetTotalCosts":1.0,"verificationGuid":"e977396d-9522-4874-bd94-49bb31e3711e","verificationSent":"2025-04-25T18:15:10.3298255Z","app":"1","corporatePartner":"1","county":"1","createdBy":"1","lastModifiedBy":"1","loanOfficer":"1","loanProduct":"1","organization":"sample String 10","propertyType":"1","id":"11","rateTrackerType":"12"}

application/xml, text/xml

Sample:
<RateTracker xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppraisedValue>1</AppraisedValue>
  <BaseLoanAmount>1</BaseLoanAmount>
  <Created>2025-04-25T18:15:10.3298255Z</Created>
  <CreditScore>1</CreditScore>
  <Email>sample String 1</Email>
  <EmailVerified>true</EmailVerified>
  <EndDate>2025-04-25T18:15:10.3298255Z</EndDate>
  <EscrowsWaived>true</EscrowsWaived>
  <FirstName>sample String 4</FirstName>
  <LastModified>2025-04-25T18:15:10.3298255Z</LastModified>
  <LastName>sample String 5</LastName>
  <LoanPurpose>sample String 6</LoanPurpose>
  <MobilePhone>sample String 7</MobilePhone>
  <OccupancyType>sample String 8</OccupancyType>
  <SalesPrice>1</SalesPrice>
  <State>sample String 9</State>
  <TargetLenderFees>1</TargetLenderFees>
  <TargetPoints>1</TargetPoints>
  <TargetRate>1</TargetRate>
  <TargetTotalCosts>1</TargetTotalCosts>
  <VerificationGuid>e977396d-9522-4874-bd94-49bb31e3711e</VerificationGuid>
  <VerificationSent>2025-04-25T18:15:10.3298255Z</VerificationSent>
  <AppId>1</AppId>
  <CorporatePartnerId>1</CorporatePartnerId>
  <CountyId>1</CountyId>
  <CreatedById>1</CreatedById>
  <LastModifiedById>1</LastModifiedById>
  <LoanOfficerId>1</LoanOfficerId>
  <LoanProductId>1</LoanProductId>
  <OrganizationId>sample String 10</OrganizationId>
  <PropertyTypeId>1</PropertyTypeId>
  <RateTrackerId>11</RateTrackerId>
  <RateTrackerTypeId>12</RateTrackerTypeId>
</RateTracker>

application/vnd.api+json

Sample:

Sample not available.