Property V4:LookupDeeds: Difference between revisions
No edit summary |
No edit summary |
||
Line 562: | Line 562: | ||
<h3 style="background-color:rgb(240,240,240);">NumberLegacy</h3> | <h3 style="background-color:rgb(240,240,240);">NumberLegacy</h3> | ||
:The document number from a previous platform, if different than [[#NumberFormatted]]. | :The document number from a previous platform, if different than [[#NumberFormatted|NumberFormatted]]. | ||
:{| class="alternate01" | :{| class="alternate01" |
Revision as of 22:14, 12 December 2017
Property Navigation | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
| |||||||||||||
| |||||||||||||
| |||||||||||||
Sample Code |
The LookupDeeds endpoint returns an array of deeds and/or transactions from the recorder table when given either a deed transaction ID or the FIPs and APN.
Request
A request consists of a protocol to make a call to the service, detailing desired elements. Your License Key is required.
Property V4 supports the REST protocol to access the service.
Field Names
This is a list of the request field names and their protocol naming conventions.
Field Name | Level | REST |
---|---|---|
Transmission Reference | Request | t |
License Key | id | |
Columns | cols | |
Format | format | |
Property MAK | Record | mak |
FreeForm | ff | |
FIPS | fips | |
APN | apn | |
Transaction ID | txid |
Minimum Inputs
The following are the possible minimum input requirements.
- FIPS & APN
- Property MAK
- Transaction ID
- FreeForm
Request Elements
The following elements set the basic options for each request. These apply to the entire request, not the individual records.
Transmission Reference
- Optional.
- This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
Protocol Syntax REST ?t = string
License Key
- Required.
- This is a string value containing the License Key issued to the customer by Melissa for Property V4.
- If this element is absent, the Web Service will return an error. To receive a License Key, please contact your Melissa sales representative at 1-800-MELISSA.
Protocol Syntax REST &id = string
Columns
- Optional.
- This string value specifies which column(s) to be output as a comma delimited string.
Protocol Syntax REST &cols = string
- Entering the column name will return the column. Specifying a group name will return all columns in the group.
- List multiple columns in the following format, with multiple options delimited with a ",".
Syntax ColumnName,ColumnName,ColumnName
Format
- Optional.
- The desired format of the response. Possible values are json or xml.
Protocol Syntax REST &format = string
Request Record Elements
REST will only contain the Records element.
Protocol | Definition |
---|---|
REST | The REST interface only allows a single record per request. |
Property MAK
- Optional.
- A propietary unique key identifier for an address. This is derived from Address Checking.
Protocol Syntax REST &mak = string
Free Form
- Optional.
- The free form address.
Protocol Syntax REST &ff = string
FIPS
- Optional.
- Federal Information Processing Standard (FIPS) code for the property.
Protocol Syntax REST &fips = string
APN
- Optional.
- Assessor's Parcel Number for the property.
Protocol Syntax REST &apn = string
Transaction ID
- Optional.
- Specific transaction ID to specify one deed or transaction.
Protocol Syntax REST &txid = string
Response
A response is the result of a request. This consists of returned results codes, deed, and transaction information.
Field Names
This is a list of the response field names and their grouping.
Field Name Group Version [DEFAULT] Always return in the output structure.
TransmissionReference Results TotalRecords Records TypeCode GrpDocInfo NumberFormatted NumberLegacy InstrumentNumber Book Page InstrumentDate RecordingDate TransactionType GrpTxDefInfo TransferInfoPurchaseTypeCode ForeclosureAuctionSale TransferInfoDistressCircumstanceCode QuitclaimFlag TransferInfoMultiParcelFlag ArmsLengthFlag PartialInterest TransferAmount GrpTxAmtInfo TransferAmountInfoAccuracy TransferTaxTotal TransferTaxCounty Name1Full GrpPrimaryGrantor Name1First Name1Middle Name1Last Name1Suffix Name1ClassType Name1LegalType Name2Full Name2First Name2Middle Name2Last Name2Suffix Name2ClassType Name2LegalType Name3Full GrpSecondaryGrantor Name3First Name3Middle Name3Last Name3Suffix Name3ClassType Name4Full Name4First Name4Middle Name4Last Name4Suffix Name4ClassType Name1Full GrpPrimaryGrantee Name1First Name1Middle Name1Last Name1Suffix Name1ClassType Name1LegalType Name2Full Name2First Name2Middle Name2Last Name2Suffix Name2ClassType Name3Full GrpSecondaryGrantee Name3First Name3Middle Name3Last Name3Suffix Name3ClassType Name4Full Name4First Name4Middle Name4Last Name4Suffix Name4ClassType StandardizedCode GrpTitleCompInfo StandardizedName TitleCompanyRaw DocNumberFormatted GrpMortgage1 DocNumberLegacy InstrumentNumber Book Page RecordingDate Type Amount LenderCode LenderFullName LenderFirstName LenderLastName LenderAddress LenderCity LenderState LenderZip LenderType IsLenderSeller Term TermType TermDate PrepaymentPenaltyFlag PrepaymentTerm InterestRateType InterestRate InterestTypeInitial FixedStepConvRate InterestMargin InterestIndex InterestRateMax AdjustableRateIndex InterestOnlyFlag InterestOnlyPeriod DocNumberFormatted GrpMortgage2 DocNumberLegacy InstrumentNumber Book Page RecordingDate Type Amount LenderCode LenderFullName LenderFirstName LenderLastName LenderAddress LenderCity LenderState LenderZip LenderType IsLenderSeller Term TermType TermDate PrepaymentPenaltyFlag PrepaymentTerm InterestRateType InterestRate InterestTypeInitial FixedStepConvRate InterestMargin InterestIndex InterestRateMax AdjustableRateIndex InterestOnlyFlag InterestOnlyPeriod EstDownPayment GrpValuation EstLTV
[DEFAULT]
Version
- The current web service version.
Protocol Syntax JSON "Version":"string"
TransmissionReference
- A pass-through of the input Transmission Reference.
Protocol Syntax JSON "TransmissionReference":"string"
Results
- Returns the result/error codes. For more information, see Property V4 Result Codes.
Protocol Syntax JSON "TransmissionResults":"string"
TotalRecords
- The total number of records returned in the records array.
Protocol Syntax JSON "TotalRecords":"string"
Records
- This is the returned array of records.
Protocol Syntax JSON "Records":"string"
GrpDocInfo
TypeCode
- The type of document. E.g. grand deed, quit claim, etc.
Protocol Syntax JSON "TypeCode":"string"
NumberFormatted
- The document number based on the document book, page, or instrument number.
Protocol Syntax JSON "NumberFormatted":"string"
NumberLegacy
- The document number from a previous platform, if different than NumberFormatted.
Protocol Syntax JSON "NumberLegacy":"string"
InstrumentNumber
- If the document is indexed by a recorder's reference number, this will contain that number. Usually the year will not be added to this field unless there is a regional requirement.
Protocol Syntax JSON "InstrumentNumber":"string"
Book
Protocol Syntax JSON "Book":"string"
Page
Protocol Syntax JSON "Page":"string"
InstrumentDate
Protocol Syntax JSON "InstrumentDate":"string"
RecordingDate
Protocol Syntax JSON "RecordingDate":"string"
GrpTxDefInfo
TransactionType
Protocol Syntax JSON "TransactionType":"string"
TransferInfoPurchaseTypeCode
Protocol Syntax JSON "TransferInfoPurchaseTypeCode":"string"
ForeclosureAuctionSale
Protocol Syntax JSON "ForeclosureAuctionSale":"string"
TransferInfoDistressCircumstanceCode
Protocol Syntax JSON "TransferInfoDistressCircumstanceCode":"string"
QuitclaimFlag
Protocol Syntax JSON "QuitclaimFlag":"string"
TransferInfoMultiParcelFlag
Protocol Syntax JSON "TransferInfoMultiParcelFlag":"string"
ArmsLengthFlag
Protocol Syntax JSON "ArmsLengthFlag":"string"
PartialInterest
Protocol Syntax JSON "PartialInterest":"string"
GrpTxAmtInfo
TransferAmount
Protocol Syntax JSON "TransferAmount":"string"
TransferAmountInfoAccuracy
Protocol Syntax JSON "TransferAmountInfoAccuracy":"string"
TransferTaxTotal
Protocol Syntax JSON "TransferTaxTotal":"string"
TransferTaxCounty
Protocol Syntax JSON "TransferTaxCounty":"string"
GrpPrimaryGrantor
Name1Full
Protocol Syntax JSON "Name1Full":"string"
Name1First
Protocol Syntax JSON "Name1First":"string"
Name1Middle
Protocol Syntax JSON "Name1Middle":"string"
Name1Last
Protocol Syntax JSON "Name1Last":"string"
Name1Suffix
Protocol Syntax JSON "Name1Suffix":"string"
Name1ClassType
Protocol Syntax JSON "Name1ClassType":"string"
Name1LegalType
Protocol Syntax JSON "Name1LegalType":"string"
Name2Full
Protocol Syntax JSON "Name2Full":"string"
Name2First
Protocol Syntax JSON "Name2First":"string"
Name2Middle
Protocol Syntax JSON "Name2Middle":"string"
Name2Last
Protocol Syntax JSON "Name2Last":"string"
Name2Suffix
Protocol Syntax JSON "Name2Suffix":"string"
Name2ClassType
Protocol Syntax JSON "Name2ClassType":"string"
Name2LegalType
Protocol Syntax JSON "Name2LegalType":"string"
GrpSecondaryGrantor
Name3Full
Protocol Syntax JSON "Name3Full":"string"
Name3First
Protocol Syntax JSON "Name3First":"string"
Name3Middle
Protocol Syntax JSON "Name3Middle":"string"
Name3Last
Protocol Syntax JSON "Name3Last":"string"
Name3Suffix
Protocol Syntax JSON "Name3Suffix":"string"
Name3ClassType
Protocol Syntax JSON "Name3ClassType":"string"
Name4Full
Protocol Syntax JSON "Name4Full":"string"
Name4First
Protocol Syntax JSON "Name4First":"string"
Name4Middle
Protocol Syntax JSON "Name4Middle":"string"
Name4Last
Protocol Syntax JSON "Name4Last":"string"
Name4Suffix
Protocol Syntax JSON "Name4Suffix":"string"
Name4ClassType
Protocol Syntax JSON "Name4ClassType":"string"
GrpPrimaryGrantee
Name1Full
Protocol Syntax JSON "Name1Full":"string"
Name1First
Protocol Syntax JSON "Name1First":"string"
Name1Middle
Protocol Syntax JSON "Name1Middle":"string"
Name1Last
Protocol Syntax JSON "Name1Last":"string"
Name1Suffix
Protocol Syntax JSON "Name1Suffix":"string"
Name1ClassType
Protocol Syntax JSON "Name1ClassType":"string"
Name1LegalType
Protocol Syntax JSON "Name1LegalType":"string"
Name2Full
Protocol Syntax JSON "Name2Full":"string"
Name2First
Protocol Syntax JSON "Name2First":"string"
Name2Middle
Protocol Syntax JSON "Name2Middle":"string"
Name2Last
Protocol Syntax JSON "Name2Last":"string"
Name2Suffix
Protocol Syntax JSON "Name2Suffix":"string"
Name2ClassType
Protocol Syntax JSON "Name2ClassType":"string"
GrpSecondaryGrantee
Name3Full
Protocol Syntax JSON "Name3Full":"string"
Name3First
Protocol Syntax JSON "Name3First":"string"
Name3Middle
Protocol Syntax JSON "Name3Middle":"string"
Name3Last
Protocol Syntax JSON "Name3Last":"string"
Name3Suffix
Protocol Syntax JSON "Name3Suffix":"string"
Name3ClassType
Protocol Syntax JSON "Name3ClassType":"string"
Name4Full
Protocol Syntax JSON "Name4Full":"string"
Name4First
Protocol Syntax JSON "Name4First":"string"
Name4Middle
Protocol Syntax JSON "Name4Middle":"string"
Name4Last
Protocol Syntax JSON "Name4Last":"string"
Name4Suffix
Protocol Syntax JSON "Name4Suffix":"string"
Name4ClassType
Protocol Syntax JSON "Name4ClassType":"string"
GrpTitleCompInfo
StandardizedCode
Protocol Syntax JSON "StandardizedCode":"string"
StandardizedName
Protocol Syntax JSON "StandardizedName":"string"
TitleCompanyRaw
Protocol Syntax JSON "TitleCompanyRaw":"string"
GrpMortgage1
DocNumberFormatted
Protocol Syntax JSON "DocNumberFormatted":"string"
DocNumberLegacy
Protocol Syntax JSON "DocNumberLegacy":"string"
InstrumentNumber
Protocol Syntax JSON "InstrumentNumber":"string"
Book
Protocol Syntax JSON "Book":"string"
Page
Protocol Syntax JSON "Page":"string"
RecordingDate
Protocol Syntax JSON "RecordingDate":"string"
Type
Protocol Syntax JSON "Type":"string"
Amount
Protocol Syntax JSON "Amount":"string"
LenderCode
Protocol Syntax JSON "LenderCode":"string"
LenderFullName
Protocol Syntax JSON "LenderFullName":"string"
LenderFirstName
Protocol Syntax JSON "LenderFirstName":"string"
LenderLastName
Protocol Syntax JSON "LenderLastName":"string"
LenderAddress
Protocol Syntax JSON "LenderAddress":"string"
LenderCity
Protocol Syntax JSON "LenderCity":"string"
LenderState
Protocol Syntax JSON "LenderState":"string"
LenderZip
Protocol Syntax JSON "LenderZip":"string"
LenderType
Protocol Syntax JSON "LenderType":"string"
IsLenderSeller
Protocol Syntax JSON "IsLenderSeller":"string"
Term
Protocol Syntax JSON "Term":"string"
TermType
Protocol Syntax JSON "TermType":"string"
TermDate
Protocol Syntax JSON "TermDate":"string"
PrepaymentPenaltyFlag
Protocol Syntax JSON "PrepaymentPenaltyFlag":"string"
PrepaymentTerm
Protocol Syntax JSON "PrepaymentTerm":"string"
InterestRateType
Protocol Syntax JSON "InterestRateType":"string"
InterestRate
Protocol Syntax JSON "InterestRate":"string"
InterestTypeInitial
Protocol Syntax JSON "InterestTypeInitial":"string"
FixedStepConvRate
Protocol Syntax JSON "FixedStepConvRate":"string"
InterestMargin
Protocol Syntax JSON "InterestMargin":"string"
InterestIndex
Protocol Syntax JSON "InterestIndex":"string"
InterestRateMax
Protocol Syntax JSON "InterestRateMax":"string"
AdjustableRateIndex
Protocol Syntax JSON "AdjustableRateIndex":"string"
InterestOnlyFlag
Protocol Syntax JSON "InterestOnlyFlag":"string"
InterestOnlyPeriod
Protocol Syntax JSON "InterestOnlyPeriod":"string"
GrpMortgage2
DocNumberFormatted
Protocol Syntax JSON "DocNumberFormatted":"string"
DocNumberLegacy
Protocol Syntax JSON "DocNumberLegacy":"string"
InstrumentNumber
Protocol Syntax JSON "InstrumentNumber":"string"
Book
Protocol Syntax JSON "Book":"string"
Page
Protocol Syntax JSON "Page":"string"
RecordingDate
Protocol Syntax JSON "RecordingDate":"string"
Type
Protocol Syntax JSON "Type":"string"
Amount
Protocol Syntax JSON "Amount":"string"
LenderCode
Protocol Syntax JSON "LenderCode":"string"
LenderFullName
Protocol Syntax JSON "LenderFullName":"string"
LenderFirstName
Protocol Syntax JSON "LenderFirstName":"string"
LenderLastName
Protocol Syntax JSON "LenderLastName":"string"
LenderAddress
Protocol Syntax JSON "LenderAddress":"string"
LenderCity
Protocol Syntax JSON "LenderCity":"string"
LenderState
Protocol Syntax JSON "LenderState":"string"
LenderZip
Protocol Syntax JSON "LenderZip":"string"
LenderType
Protocol Syntax JSON "LenderType":"string"
IsLenderSeller
Protocol Syntax JSON "IsLenderSeller":"string"
Term
Protocol Syntax JSON "Term":"string"
TermType
Protocol Syntax JSON "TermType":"string"
TermDate
Protocol Syntax JSON "TermDate":"string"
PrepaymentPenaltyFlag
Protocol Syntax JSON "PrepaymentPenaltyFlag":"string"
PrepaymentTerm
Protocol Syntax JSON "PrepaymentTerm":"string"
InterestRateType
Protocol Syntax JSON "InterestRateType":"string"
InterestRate
Protocol Syntax JSON "InterestRate":"string"
InterestTypeInitial
Protocol Syntax JSON "InterestTypeInitial":"string"
FixedStepConvRate
Protocol Syntax JSON "FixedStepConvRate":"string"
InterestMargin
Protocol Syntax JSON "InterestMargin":"string"
InterestIndex
Protocol Syntax JSON "InterestIndex":"string"
InterestRateMax
Protocol Syntax JSON "InterestRateMax":"string"
AdjustableRateIndex
Protocol Syntax JSON "AdjustableRateIndex":"string"
InterestOnlyFlag
Protocol Syntax JSON "InterestOnlyFlag":"string"
InterestOnlyPeriod
Protocol Syntax JSON "InterestOnlyPeriod":"string"
GrpValuation
EstDownPayment
Protocol Syntax JSON "EstDownPayment":"string"
EstLTV
Protocol Syntax JSON "EstLTV":"string"