RamQuest Actions (Preview)
This connector streamlines your RamQuest title production software solution processes, whether CCE or Horizon, by offering a suite of actions which can be performed from order retrieval and creation to document and task management.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | AE&I Support |
URL | https://www.ramquest.com/support |
AEI@ortitletech.com |
Connector Metadata | |
---|---|
Publisher | RamQuest Software, Inc |
Website | https://www.oldrepublictitle.com/ |
Privacy policy | https://www.oldrepublictitle.com/privacy-policy/ |
Categories | Productivity |
RamQuest Actions Connector
This connector streamlines your RamQuest title production software solution processes in the RamQuest environments (Production and UAT), whether CCE or Horizon, by offering a suite of actions which can be performed from order retrieval and creation to document and task management.
Publisher: RamQuest, Inc.
Prerequisites
You will need the following to proceed:
- A Microsoft Power Apps or Power Automate account
- A Production or UAT environment which has been configured by RamQuest to work with this connector
- A RamQuest registered user (CCE or Horizon)
Obtaining Credentials
For authentication, you need to use your registered Horizon or CCE user credentials, to setup contact your RamQuest support representative or use ( https://www.ramquest.com/support/).
Known Issues and Limitations
N/A
Deployment instructions
N/A
Supported Operations
The connector supports the following operations:
Retrieve Order (v1)
: Retrieve basic details of an existing RamQuest order V1 contractRetrieve Order (v2)
: Retrieve basic details of an existing RamQuest order V2 contractAdd Note
: Add a note to an existing RamQuest orderAdd Document
: Add a document to an existing RamQuest orderRetrieve Document
: Retrieve an existing document on an existing RamQuest orderRetrieve Task
: Retrieve existing task(s) on an existing RamQuest orderAdd Task
: Add a task to an existing RamQuest orderUpdate Task
: Update an existing task on an existing RamQuest order
Creating a connection
The connector supports the following authentication types:
Connect to a Production tenant | Log in using Production account credentials | All regions | Not shareable |
Connect to a Staging tenant | Log in using Staging account credentials | All regions | Not shareable |
Default [DEPRECATED] | This option is only for older connections without an explicit authentication type, and is only provided for backward compatibility. | All regions | Not shareable |
Connect to a Production tenant
Auth ID: production
Applicable: All regions
Log in using Production account credentials
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Connect to a Staging tenant
Auth ID: staging
Applicable: All regions
Log in using Staging account credentials
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Default [DEPRECATED]
Applicable: All regions
This option is only for older connections without an explicit authentication type, and is only provided for backward compatibility.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add Document |
Add a document to an existing RamQuest order |
Add Note |
Add a note to an existing RamQuest order |
Add Task |
Add a task to an existing RamQuest order |
Get Document |
Retrieve an existing document on an existing RamQuest order |
Get Order (v1) |
Retrieve an existing RamQuest order V1 |
Get Order (v2) |
Retrieve an existing RamQuest order V2 |
Get Task |
Retrieve existing task(s) on an existing RamQuest order |
Update Task |
Update an existing task on an existing RamQuest order |
Add Document
Add a document to an existing RamQuest order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to which to add the document |
Document Name
|
fileName | True | string |
Specify a name for the document including its file extension e.g. document_name.pdf |
Document Category
|
documentCategory | string |
Specify a category to assign to the document. If not provided, the category will be unassigned |
|
Document Content
|
fileContent | True | binary |
Document content from cloud storage connector (Microsoft OneDrive, Dropbox, etc.) |
Add Note
Add a note to an existing RamQuest order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to which to add the note |
Note
|
note | True | string |
Note content |
Add Task
Add a task to an existing RamQuest order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to which to add the task |
Task ID
|
workflowTaskId | True | integer |
Specify which Workflow Task ID to add or update |
Task Note
|
taskNote | True | string |
The note to be included with the task |
Status
|
targetStatus | string |
The status for the task |
Get Document
Retrieve an existing document on an existing RamQuest order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to retrieve document from |
Document #
|
documentId | True | string |
Specify the Document # to retrieve |
Returns
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer |
Gets or Sets Document Id |
key
|
key | string |
Unique document Id Key |
format
|
format | string |
Gets or Sets Format |
fileName
|
fileName | string |
Gets or Sets FileName |
description
|
description | string |
Gets or Sets Description |
date
|
date | PubCS.TitleOrder.Api.Models.Date |
Gets or Sets Date |
publisher
|
publisher | string |
The publishing author of the document |
documentBase64
|
documentBase64 | string |
Gets or Sets Document in Base64 encoding |
Get Order (v1)
Retrieve an existing RamQuest order V1
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to be retrieved |
Returns
Gets or Sets Title-Order
Get Order (v2)
Retrieve an existing RamQuest order V2
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to be retrieved |
Returns
Gets or Sets Body
- Body
- TitleOrder-v5
Get Task
Retrieve existing task(s) on an existing RamQuest order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # for which to retrieve the tasks |
Task ID
|
taskId | string |
Leave empty to retrieve all tasks for an order or specify a task that exists on the order |
Returns
- response
- array of OrderWorkflowTask
Update Task
Update an existing task on an existing RamQuest order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
File #
|
orderId | True | string |
Specify the File # to which to update the task |
Task ID
|
workflowTaskId | True | integer |
Specify which Workflow Task ID to add or update |
Task Note
|
taskNote | True | string |
The note to be included with the task |
Status
|
targetStatus | string |
The status for the task |
Definitions
PubCS.TitleOrder.Api.Models.DateType
PubCS.TitleOrder.Api.Models.Date
Gets or Sets Date
Name | Path | Type | Description |
---|---|---|---|
type
|
type | PubCS.TitleOrder.Api.Models.DateType |
Gets or Sets DateType |
value
|
value | date-time |
Gets or Sets Value |
PubCS.TitleOrder.Api.Models.PartyReference
Gets or Sets Party Reference
Name | Path | Type | Description |
---|---|---|---|
partyIdReference
|
partyIdReference | integer |
Gets or Sets PartyIdReference |
nickName
|
nickName | string |
Gets or Sets NickName |
PubCS.TitleOrder.Api.Models.TitleOrderDetail
Gets or Sets Title-Order Detail
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
status
|
status | string | |
fileNumber
|
fileNumber | string |
Gets or Sets FileNumber |
transactionId
|
transactionId | integer |
Gets or Sets TransactionId |
referenceKey
|
referenceKey | string |
Gets or Sets ReferenceKey |
otherEnterpriseFileNumber
|
otherEnterpriseFileNumber | string |
Gets or Sets OtherEnterpriseFileNumber |
association
|
association | string | |
service
|
service | string | |
type
|
type | string |
Gets or Sets Type |
category
|
category | string |
Gets or Sets Category |
template
|
template | string |
Gets or Sets Template |
dates
|
dates | array of PubCS.TitleOrder.Api.Models.Date |
Gets or Sets Dates |
titleCompany
|
titleCompany | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
region
|
region | string |
Gets or Sets Region |
branch
|
branch | string |
Gets or Sets Branch |
agents
|
agents | object |
Gets or Sets Agents |
underwriter
|
underwriter | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
escrowBank
|
escrowBank | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
sourceOfBusiness
|
sourceOfBusiness | string |
Gets or Sets SourceOfBusiness |
PubCS.TitleOrder.Api.Models.ProductDetail
Gets or Sets SourceOfBusiness
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
dates
|
dates | array of date-time |
Gets or Sets Dates |
productReferenceKey
|
productReferenceKey | uuid |
Gets or Sets ProductReferenceKey |
submissionReference
|
submissionReference | string |
Gets or Sets SubmissionReference |
code
|
code | string |
Gets or Sets Code |
description
|
description | string |
Gets or Sets Description |
PubCS.TitleOrder.Api.Models.TitleOrderAddressType
PubCS.TitleOrder.Api.Models.County
Gets or Sets County
Name | Path | Type | Description |
---|---|---|---|
name
|
name | string |
Gets or Sets Name |
fips
|
fips | string |
Gets or Sets Fips |
statecode
|
statecode | integer |
Gets or Sets Statecode |
countycode
|
countycode | integer |
Gets or Sets Countycode |
PubCS.TitleOrder.Api.Models.TitleOrderAddress
Gets or Sets Title-Order Address
Name | Path | Type | Description |
---|---|---|---|
full
|
full | string |
Gets or Sets Full |
type
|
type | PubCS.TitleOrder.Api.Models.TitleOrderAddressType |
Gets or Sets TitleOrderAddressType |
line1
|
line1 | string |
Gets or Sets Line1 |
line2
|
line2 | string |
Gets or Sets Line2 |
city
|
city | string |
Gets or Sets City |
state
|
state | string |
Gets or Sets State |
zip
|
zip | string |
Gets or Sets Zip |
county
|
county | PubCS.TitleOrder.Api.Models.County |
Gets or Sets County |
country
|
country | string |
Gets or Sets Country |
PubCS.TitleOrder.Api.Models.CommunicationType
PubCS.TitleOrder.Api.Models.Communication
Gets or Sets Communication
Name | Path | Type | Description |
---|---|---|---|
type
|
type | PubCS.TitleOrder.Api.Models.CommunicationType |
Gets or Sets CommunicationType |
value
|
value | string |
Gets or Sets Value |
primary
|
primary | boolean |
Gets or Sets Primary |
foreign
|
foreign | boolean |
Gets or Sets Foreign |
PubCS.TitleOrder.Api.Models.Irs1099
Gets or Sets Irs 1099
Name | Path | Type | Description |
---|---|---|---|
id
|
id | double |
Gets or Sets Id |
propertyOrServicesReceived
|
propertyOrServicesReceived | string |
Gets or Sets PropertyOrServicesReceived |
overrideAutoProceedDistribution
|
overrideAutoProceedDistribution | boolean |
Gets or Sets OverrideAutoProceedDistribution |
generate1099
|
generate1099 | boolean |
Gets or Sets Generate1099 |
allocationPercent
|
allocationPercent | double |
Gets or Sets AllocationPercent |
allocationAmount
|
allocationAmount | double |
Gets or Sets AllocationAmount |
PubCS.TitleOrder.Api.Models.Seller
Gets or Sets Allocation Amount
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
sequence
|
sequence | integer |
Gets or Sets Sequence |
businessName
|
businessName | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
primaryName
|
primaryName | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
secondaryName
|
secondaryName | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
relationship
|
relationship | string |
Gets or Sets Relationship |
currentAddress
|
currentAddress | PubCS.TitleOrder.Api.Models.TitleOrderAddress |
Gets or Sets Title-Order Address |
forwardingAddress
|
forwardingAddress | PubCS.TitleOrder.Api.Models.TitleOrderAddress |
Gets or Sets Title-Order Address |
communications
|
communications | array of PubCS.TitleOrder.Api.Models.Communication |
Gets or Sets Communications |
realtor
|
realtor | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
attorney
|
attorney | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
tax1099
|
tax1099 | PubCS.TitleOrder.Api.Models.Irs1099 |
Gets or Sets Irs 1099 |
PubCS.TitleOrder.Api.Models.Buyer
Gets or Sets Buyer
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
sequence
|
sequence | integer |
Gets or Sets Sequence |
businessName
|
businessName | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
primaryName
|
primaryName | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
secondaryName
|
secondaryName | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
relationship
|
relationship | string |
Gets or Sets Relationship |
currentAddress
|
currentAddress | PubCS.TitleOrder.Api.Models.TitleOrderAddress |
Gets or Sets Title-Order Address |
forwardingAddress
|
forwardingAddress | PubCS.TitleOrder.Api.Models.TitleOrderAddress |
Gets or Sets Title-Order Address |
communications
|
communications | array of PubCS.TitleOrder.Api.Models.Communication |
Gets or Sets Communications |
realtor
|
realtor | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
attorney
|
attorney | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
tax1099
|
tax1099 | PubCS.TitleOrder.Api.Models.Irs1099 |
Gets or Sets Irs 1099 |
PubCS.TitleOrder.Api.Models.TransactionParties
Gets or Sets Transaction Parties
Name | Path | Type | Description |
---|---|---|---|
sellers
|
sellers | array of PubCS.TitleOrder.Api.Models.Seller |
Gets or Sets Sellers |
buyers
|
buyers | array of PubCS.TitleOrder.Api.Models.Buyer |
Gets or Sets Buyers |
PubCS.TitleOrder.Api.Models.TransactionType
PubCS.TitleOrder.Api.Models.LoanPayment
Gets or Sets Loan Payment
Name | Path | Type | Description |
---|---|---|---|
principal
|
principal | double |
Gets or Sets Principal |
interest
|
interest | double |
Gets or Sets Interest |
mortgageInsurance
|
mortgageInsurance | double |
Gets or Sets MortgageInsurance |
taxes
|
taxes | double |
Gets or Sets Taxes |
hoa
|
hoa | double |
Gets or Sets Hoa |
totalMonthly
|
totalMonthly | double |
Gets or Sets TotalMonthly |
PubCS.TitleOrder.Api.Models.LoanDetail
Gets or Sets Loan Detail
Name | Path | Type | Description |
---|---|---|---|
rate
|
rate | double |
Gets or Sets Rate |
apr
|
apr | double |
Gets or Sets Apr |
term
|
term | integer |
Gets or Sets Term |
payment
|
payment | PubCS.TitleOrder.Api.Models.LoanPayment |
Gets or Sets Loan Payment |
PubCS.TitleOrder.Api.Models.Loan1
Gets or Sets Loan1
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
sequence
|
sequence | integer |
Gets or Sets Sequence |
id
|
id | integer |
Gets or Sets Id |
loanNumber
|
loanNumber | string |
Gets or Sets LoanNumber |
amount
|
amount | double |
Gets or Sets Amount |
loanPolicyLiability
|
loanPolicyLiability | double |
Gets or Sets LoanPolicyLiability |
lender
|
lender | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
mortgageBroker
|
mortgageBroker | PubCS.TitleOrder.Api.Models.PartyReference |
Gets or Sets Party Reference |
mortgageInsuranceCase
|
mortgageInsuranceCase | string |
Gets or Sets MortgageInsuranceCase |
loanDetail
|
loanDetail | PubCS.TitleOrder.Api.Models.LoanDetail |
Gets or Sets Loan Detail |
PubCS.TitleOrder.Api.Models.Financial
Gets or Sets Financial
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
purpose
|
purpose | string |
Gets or Sets Purpose |
transactionType
|
transactionType | PubCS.TitleOrder.Api.Models.TransactionType |
Gets or Sets TransactionType |
purchasePrice
|
purchasePrice | double |
Gets or Sets PurchasePrice |
earnestMoney
|
earnestMoney | double |
Gets or Sets EarnestMoney |
downPayment
|
downPayment | double |
Gets or Sets DownPayment |
ownerPolicyLiabilityOverride
|
ownerPolicyLiabilityOverride | double |
Gets or Sets OwnerPolicyLiabilityOverride |
loanPolicyLiabilityOverride
|
loanPolicyLiabilityOverride | double |
Gets or Sets LoanPolicyLiabilityOverride |
cashOutAmount
|
cashOutAmount | double |
Gets or Sets CashOutAmount |
loans
|
loans | array of PubCS.TitleOrder.Api.Models.Loan1 |
Gets or Sets Loans |
PubCS.TitleOrder.Api.Models.PropertyType
PubCS.TitleOrder.Api.Models.AddressType
PubCS.TitleOrder.Api.Models.Address
Gets or Sets Address
Name | Path | Type | Description |
---|---|---|---|
type
|
type | PubCS.TitleOrder.Api.Models.AddressType | |
line1
|
line1 | string |
Gets or Sets Line1 |
line2
|
line2 | string |
Gets or Sets Line2 |
city
|
city | string |
Gets or Sets City |
state
|
state | string |
Gets or Sets State |
zip
|
zip | string |
Gets or Sets Zip |
county
|
county | PubCS.TitleOrder.Api.Models.County |
Gets or Sets County |
country
|
country | string |
Gets or Sets Country |
PubCS.TitleOrder.Api.Models.Tax
Gets or Sets Tax
Name | Path | Type | Description |
---|---|---|---|
category
|
category | string |
Gets or Sets Category |
payee
|
payee | string |
Gets or Sets Payee |
amount
|
amount | double |
Gets or Sets Amount |
PubCS.TitleOrder.Api.Models.Property
Gets or Sets Property
Name | Path | Type | Description |
---|---|---|---|
propertyType
|
propertyType | PubCS.TitleOrder.Api.Models.PropertyType |
Gets or Sets PropertyType |
attributes
|
attributes | object |
Gets or Sets Attributes |
sequence
|
sequence | integer |
Gets or Sets Sequence |
taxIdentifier
|
taxIdentifier | string |
Gets or Sets TaxIdentifier |
address
|
address | PubCS.TitleOrder.Api.Models.Address |
Gets or Sets Address |
parcel
|
parcel | array of string |
Gets or Sets Parcel |
taxes
|
taxes | array of PubCS.TitleOrder.Api.Models.Tax |
Gets or Sets Taxes |
legalDescription
|
legalDescription | string |
Gets or Sets LegalDescription |
PubCS.TitleOrder.Api.Models.TitleOrderCommitmentSchedA
Gets or Sets Title-Order Commitment SchedA
Name | Path | Type | Description |
---|---|---|---|
sequence
|
sequence | integer |
Gets or Sets Sequence |
commitmentNumber
|
commitmentNumber | string |
Gets or Sets CommitmentNumber |
binderNumber
|
binderNumber | string |
Gets or Sets BinderNumber |
ownerInsured
|
ownerInsured | string |
Gets or Sets OwnerInsured |
currentHolders
|
currentHolders | string |
Gets or Sets CurrentHolders |
interestInLand
|
interestInLand | string |
Gets or Sets InterestInLand |
legalDescription
|
legalDescription | string |
Gets or Sets LegalDescription |
lienDescription
|
lienDescription | string |
Gets or Sets LienDescription |
dates
|
dates | array of date-time |
Gets or Sets Dates |
PubCS.TitleOrder.Api.Models.SurveyScheduleBItem2Type
PubCS.TitleOrder.Api.Models.StandardLanguageListType
PubCS.TitleOrder.Api.Models.AppliesToType
PubCS.TitleOrder.Api.Models.StandardLanguage
Gets or Sets Standard Language
Name | Path | Type | Description |
---|---|---|---|
sequence
|
sequence | integer |
Gets or Sets Sequence |
type
|
type | PubCS.TitleOrder.Api.Models.StandardLanguageListType |
Gets or Sets StandardLanguageListType |
appliesTo
|
appliesTo | PubCS.TitleOrder.Api.Models.AppliesToType |
Gets or Sets AppliesToType |
code
|
code | string |
Gets or Sets Code |
description
|
description | string |
Gets or Sets Description |
rtf
|
rtf | string |
Gets or Sets Rtf |
PubCS.TitleOrder.Api.Models.TitleOrderCommitmentSchedB
Gets or Sets Title-Order Commitment SchedB
Name | Path | Type | Description |
---|---|---|---|
sequence
|
sequence | integer |
Gets or Sets Sequence |
loanSequenceId
|
loanSequenceId | integer |
Gets or Sets LoanSequenceId |
survey
|
survey | PubCS.TitleOrder.Api.Models.SurveyScheduleBItem2Type |
Gets or Sets SurveyScheduleBItem2Type |
standbyYear
|
standbyYear | integer |
Gets or Sets StandbyYear |
signatory
|
signatory | string |
Gets or Sets Signatory |
state
|
state | string |
Gets or Sets State |
county
|
county | PubCS.TitleOrder.Api.Models.County |
Gets or Sets County |
propertyType
|
propertyType | string |
Gets or Sets PropertyType |
insured
|
insured | string |
Gets or Sets Insured |
borrower
|
borrower | string |
Gets or Sets Borrower |
titleVestedIn
|
titleVestedIn | string |
Gets or Sets TitleVestedIn |
assignedLanguage
|
assignedLanguage | array of PubCS.TitleOrder.Api.Models.StandardLanguage |
Gets or Sets AssignedLanguage |
PubCS.TitleOrder.Api.Models.TitleOrderCommitmentSchedCD
Gets or Sets Title-Order Commitment SchedCD
Name | Path | Type | Description |
---|---|---|---|
sequence
|
sequence | integer |
Gets or Sets Sequence |
loanSequenceId
|
loanSequenceId | integer |
Gets or Sets LoanSequenceId |
assignedLanguage
|
assignedLanguage | array of PubCS.TitleOrder.Api.Models.StandardLanguage |
Gets or Sets AssignedLanguage |
PubCS.TitleOrder.Api.Models.TitleOrderCommitment
Gets or Sets Title-Order Commitment
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
scheduleA
|
scheduleA | array of PubCS.TitleOrder.Api.Models.TitleOrderCommitmentSchedA |
Gets or Sets ScheduleA |
scheduleB
|
scheduleB | array of PubCS.TitleOrder.Api.Models.TitleOrderCommitmentSchedB |
Gets or Sets ScheduleB |
scheduleCD
|
scheduleCD | array of PubCS.TitleOrder.Api.Models.TitleOrderCommitmentSchedCD |
Gets or Sets ScheduleCD |
PubCS.TitleOrder.Api.Models.TitleOrderOwnerPolicyDetail
Gets or Sets Title-Order Owner Policy Detail
Name | Path | Type | Description |
---|---|---|---|
titleVestedIn
|
titleVestedIn | string |
Gets or Sets TitleVestedIn |
policyNumber
|
policyNumber | string |
Gets or Sets PolicyNumber |
dates
|
dates | array of date-time |
Gets or Sets Dates |
strikes
|
strikes | object |
Gets or Sets Strikes |
assignedLanguage
|
assignedLanguage | array of PubCS.TitleOrder.Api.Models.StandardLanguage |
Gets or Sets AssignedLanguage |
PubCS.TitleOrder.Api.Models.TitleOrderLoanPolicyDetail
Gets or Sets Title-Order Loan Policy Detail
Name | Path | Type | Description |
---|---|---|---|
sequence
|
sequence | integer |
Gets or Sets Sequence |
loanSequenceId
|
loanSequenceId | integer |
Gets or Sets LoanSequenceId |
policyNumber
|
policyNumber | string |
Gets or Sets PolicyNumber |
dates
|
dates | array of date-time |
Gets or Sets Dates |
strikes
|
strikes | object |
Gets or Sets Strikes |
assignedLanguage
|
assignedLanguage | array of PubCS.TitleOrder.Api.Models.StandardLanguage |
Gets or Sets AssignedLanguage |
PubCS.TitleOrder.Api.Models.TitleOrderPolicy
Gets or Sets Title-Order Policy
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
ownerPolicies
|
ownerPolicies | array of PubCS.TitleOrder.Api.Models.TitleOrderOwnerPolicyDetail |
Gets or Sets OwnerPolicies |
loanPolicies
|
loanPolicies | array of PubCS.TitleOrder.Api.Models.TitleOrderLoanPolicyDetail |
Gets or Sets LoanPolicies |
PubCS.TitleOrder.Api.Models.TitleOrderPartyRole
PubCS.TitleOrder.Api.Models.TitleOrderName
Gets or Sets Title-Order Name
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
gender
|
gender | string |
Gets or Sets Gender |
dob
|
dob | string |
Gets or Sets Dob |
taxId
|
taxId | string |
Gets or Sets TaxId |
foreignTaxId
|
foreignTaxId | boolean |
Gets or Sets ForeignTaxId |
business
|
business | string |
Gets or Sets Business |
title
|
title | string |
Gets or Sets Title |
first
|
first | string |
Gets or Sets First |
middle
|
middle | string |
Gets or Sets Middle |
last
|
last | string |
Gets or Sets Last |
suffix
|
suffix | string |
Gets or Sets Suffix |
full
|
full | string |
Gets or Sets Full |
formal
|
formal | string |
Gets or Sets Formal |
PubCS.TitleOrder.Api.Models.TitleOrderParty
Gets or Sets Title-Order Party
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
partyId
|
partyId | integer |
Gets or Sets PartyId |
id
|
id | integer |
Gets or Sets Id |
role
|
role | PubCS.TitleOrder.Api.Models.TitleOrderPartyRole |
Gets or Sets TitleOrderPartyRole |
roleType
|
roleType | string |
Gets or Sets RoleType |
name
|
name | PubCS.TitleOrder.Api.Models.TitleOrderName |
Gets or Sets Title-Order Name |
addresses
|
addresses | array of PubCS.TitleOrder.Api.Models.TitleOrderAddress |
Gets or Sets Addresses |
communications
|
communications | array of PubCS.TitleOrder.Api.Models.Communication |
Gets or Sets Communications |
PubCS.TitleOrder.Api.Models.TitleOrderNote
Gets or Sets Title-Order Note
Name | Path | Type | Description |
---|---|---|---|
date
|
date | object |
Gets or Sets Date |
publisher
|
publisher | string |
Gets or Sets Publisher |
message
|
message | string |
Gets or Sets Message |
title
|
title | string |
Gets or Sets Title |
PubCS.TitleOrder.Api.Models.Document
Gets or Sets Document
Name | Path | Type | Description |
---|---|---|---|
attributes
|
attributes | object |
Gets or Sets Attributes |
id
|
id | integer |
Gets or Sets Id |
key
|
key | string |
Unique document Id |
category
|
category | string |
Gets or Sets Category |
fileName
|
fileName | string |
Gets or Sets FileName |
description
|
description | string |
Gets or Sets Description |
date
|
date | PubCS.TitleOrder.Api.Models.Date |
Gets or Sets Date |
publisher
|
publisher | string |
The publishing author of the document |
submissionReference
|
submissionReference | string |
Sender's reference key for the document |
documentBase64
|
documentBase64 | string |
Gets or Sets DocumentBase64 |
PubCS.TitleOrder.Api.Models.TitleOrder
Gets or Sets Title-Order
Name | Path | Type | Description |
---|---|---|---|
version
|
version | string |
Gets or Sets Version |
key
|
key | uuid |
Gets or Sets Key |
detail
|
detail | PubCS.TitleOrder.Api.Models.TitleOrderDetail |
Gets or Sets Title-Order Detail |
products
|
products | array of PubCS.TitleOrder.Api.Models.ProductDetail |
Gets or Sets Products |
transactionParties
|
transactionParties | PubCS.TitleOrder.Api.Models.TransactionParties |
Gets or Sets Transaction Parties |
financial
|
financial | PubCS.TitleOrder.Api.Models.Financial |
Gets or Sets Financial |
properties
|
properties | array of PubCS.TitleOrder.Api.Models.Property |
Gets or Sets Properties |
commitment
|
commitment | PubCS.TitleOrder.Api.Models.TitleOrderCommitment |
Gets or Sets Title-Order Commitment |
policy
|
policy | PubCS.TitleOrder.Api.Models.TitleOrderPolicy |
Gets or Sets Title-Order Policy |
parties
|
parties | array of PubCS.TitleOrder.Api.Models.TitleOrderParty |
Gets or Sets Parties |
notes
|
notes | array of PubCS.TitleOrder.Api.Models.TitleOrderNote |
Gets or Sets Notes |
documents
|
documents | array of PubCS.TitleOrder.Api.Models.Document |
Gets or Sets Documents |
OrderWorkflowTask
Gets or Sets Order Workflow Task
Name | Path | Type | Description |
---|---|---|---|
File #
|
gfno | string |
The order file number |
Task Name
|
taskName | string |
The name of the task |
Task Id
|
taskId | integer |
The workflow task id |
Sub Item Id
|
subItemId | string |
The sub item id |
Notes
|
notes | string |
The notes for the task |
Due Date
|
dueDate | string |
The due date of the task |
Completed Date
|
completedDate | string |
The completed date of the task |
Completed By
|
completedBy | string |
Who completed the task |
Start Date
|
startDate | string |
The start date of the task |
Is Published
|
isPublished | boolean |
Is the task published |
Is Applicable
|
isApplicable | boolean |
Is the task applicable |
TitleOrder-v5
Gets or Sets Body
Name | Path | Type | Description |
---|---|---|---|
Attributes
|
commitment.attributes | object |
Body -> Commitment -> Attributes |
Schedule A
|
commitment.scheduleA | array of object |
Body -> Commitment -> Schedule A |
Binder Number
|
commitment.scheduleA.binderNumber | string |
Body -> Commitment -> Schedule A -> Binder Number |
Commitment Number
|
commitment.scheduleA.commitmentNumber | string |
Body -> Commitment -> Schedule A -> Commitment Number |
Current Holders
|
commitment.scheduleA.currentHolders | string |
Body -> Commitment -> Schedule A -> Current Holders |
Dates
|
commitment.scheduleA.dates | array of object |
Body -> Commitment -> Schedule A -> Dates |
Type
|
commitment.scheduleA.dates.Type | string |
Body -> Commitment -> Schedule A -> Dates -> Type |
Value
|
commitment.scheduleA.dates.Value | date-time |
Body -> Commitment -> Schedule A -> Dates -> Value |
Interest In Land
|
commitment.scheduleA.interestInLand | string |
Body -> Commitment -> Schedule A -> Interest In Land |
Legal Description
|
commitment.scheduleA.legalDescription | string |
Body -> Commitment -> Schedule A -> Legal Description |
Lien Description
|
commitment.scheduleA.lienDescription | string |
Body -> Commitment -> Schedule A -> Lien Description |
Owner Insured
|
commitment.scheduleA.ownerInsured | string |
Body -> Commitment -> Schedule A -> Owner Insured |
Sequence
|
commitment.scheduleA.sequence | string |
Body -> Commitment -> Schedule A -> Sequence |
Schedule B
|
commitment.scheduleB | array of object |
Body -> Commitment -> Schedule B |
Assigned Language
|
commitment.scheduleB.assignedLanguage | array of object |
Body -> Commitment -> Schedule B -> Assigned Language |
Applies To
|
commitment.scheduleB.assignedLanguage.appliesTo | string |
Body -> Commitment -> Schedule B -> Assigned Language -> Applies To |
Code
|
commitment.scheduleB.assignedLanguage.code | string |
Body -> Commitment -> Schedule B -> Assigned Language -> Code |
Description
|
commitment.scheduleB.assignedLanguage.description | string |
Body -> Commitment -> Schedule B -> Assigned Language -> Description |
Rtf
|
commitment.scheduleB.assignedLanguage.rtf | string |
Body -> Commitment -> Schedule B -> Assigned Language -> Rtf |
Sequence
|
commitment.scheduleB.assignedLanguage.sequence | integer |
Body -> Commitment -> Schedule B -> Assigned Language -> Sequence |
Type
|
commitment.scheduleB.assignedLanguage.type | string |
Body -> Commitment -> Schedule B -> Assigned Language -> Type |
Borrower
|
commitment.scheduleB.borrower | string |
Body -> Commitment -> Schedule B -> Borrower |
Name
|
commitment.scheduleB.county.name | string |
Body -> Commitment -> Schedule B -> County -> Name |
Fips
|
commitment.scheduleB.county.fips | string |
Body -> Commitment -> Schedule B -> County -> Fips |
Statecode
|
commitment.scheduleB.county.statecode | integer |
Body -> Commitment -> Schedule B -> County -> Statecode |
Countycode
|
commitment.scheduleB.county.countycode | integer |
Body -> Commitment -> Schedule B -> County -> Countycode |
Insured
|
commitment.scheduleB.insured | string |
Body -> Commitment -> Schedule B -> Insured |
Loan Sequence Id
|
commitment.scheduleB.loanSequenceId | integer |
Body -> Commitment -> Schedule B -> Loan Sequence Id |
Property Type
|
commitment.scheduleB.propertyType | string |
Body -> Commitment -> Schedule B -> Property Type |
Sequence
|
commitment.scheduleB.sequence | integer |
Body -> Commitment -> Schedule B -> Sequence |
Signatory
|
commitment.scheduleB.signatory | string |
Body -> Commitment -> Schedule B -> Signatory |
Standby Year
|
commitment.scheduleB.standbyYear | integer |
Body -> Commitment -> Schedule B -> Standby Year |
State
|
commitment.scheduleB.state | string |
Body -> Commitment -> Schedule B -> State |
Survey
|
commitment.scheduleB.survey | string |
Body -> Commitment -> Schedule B -> Survey |
Title Vested In
|
commitment.scheduleB.titleVestedIn | string |
Body -> Commitment -> Schedule B -> Title Vested In |
Schedule C D
|
commitment.scheduleCD | array of object |
Body -> Commitment -> Schedule C D |
Assigned Language
|
commitment.scheduleCD.assignedLanguage | array of object |
Body -> Commitment -> Schedule C D -> Assigned Language |
Applies To
|
commitment.scheduleCD.assignedLanguage.appliesTo | string |
Body -> Commitment -> Schedule C D -> Assigned Language -> Applies To |
Code
|
commitment.scheduleCD.assignedLanguage.code | string |
Body -> Commitment -> Schedule C D -> Assigned Language -> Code |
Description
|
commitment.scheduleCD.assignedLanguage.description | string |
Body -> Commitment -> Schedule C D -> Assigned Language -> Description |
Rtf
|
commitment.scheduleCD.assignedLanguage.rtf | string |
Body -> Commitment -> Schedule C D -> Assigned Language -> Rtf |
Sequence
|
commitment.scheduleCD.assignedLanguage.sequence | integer |
Body -> Commitment -> Schedule C D -> Assigned Language -> Sequence |
Type
|
commitment.scheduleCD.assignedLanguage.type | string |
Body -> Commitment -> Schedule C D -> Assigned Language -> Type |
Loan Sequence Id
|
commitment.scheduleCD.loanSequenceId | integer |
Body -> Commitment -> Schedule C D -> Loan Sequence Id |
Sequence
|
commitment.scheduleCD.sequence | integer |
Body -> Commitment -> Schedule C D -> Sequence |
Agents
|
detail.agents | object |
Body -> Detail -> Agents |
Association
|
detail.association | string |
Body -> Detail -> Association |
Attributes
|
detail.attributes | object |
Body -> Detail -> Attributes |
Branch
|
detail.branch | string |
Body -> Detail -> Branch |
Category
|
detail.category | string |
Body -> Detail -> Category |
Dates
|
detail.dates | array of object |
Body -> Detail -> Dates |
Type
|
detail.dates.Type | string |
Body -> Detail -> Dates -> Type |
Value
|
detail.dates.Value | date-time |
Body -> Detail -> Dates -> Value |
Nick Name
|
detail.escrowBank.NickName | string |
Body -> Detail -> Escrow Bank -> Nick Name |
Party Id Reference
|
detail.escrowBank.PartyIdReference | string |
Body -> Detail -> Escrow Bank -> Party Id Reference |
File Number
|
detail.fileNumber | string |
Body -> Detail -> File Number |
Other Enterprise File Number
|
detail.otherEnterpriseFileNumber | string |
Body -> Detail -> Other Enterprise File Number |
Reference Key
|
detail.referenceKey | string |
Body -> Detail -> Reference Key |
Region
|
detail.region | string |
Body -> Detail -> Region |
Service
|
detail.service | string |
Body -> Detail -> Service |
Source Of Business
|
detail.sourceOfBusiness | string |
Body -> Detail -> Source Of Business |
Status
|
detail.status | string |
Body -> Detail -> Status |
Template
|
detail.template | string |
Body -> Detail -> Template |
Nick Name
|
detail.titleCompany.NickName | string |
Body -> Detail -> Title Company -> Nick Name |
Party Id Reference
|
detail.titleCompany.PartyIdReference | string |
Body -> Detail -> Title Company -> Party Id Reference |
Transaction Id
|
detail.transactionId | string |
Body -> Detail -> Transaction Id |
Type
|
detail.type | string |
Body -> Detail -> Type |
Nick Name
|
detail.underwriter.NickName | string |
Body -> Detail -> Underwriter -> Nick Name |
Party Id Reference
|
detail.underwriter.PartyIdReference | string |
Body -> Detail -> Underwriter -> Party Id Reference |
Documents
|
documents | array of object |
Body -> Documents |
Attributes
|
documents.attributes | object |
Body -> Documents -> Attributes |
Category
|
documents.category | string |
Body -> Documents -> Category |
Type
|
documents.date.Type | string |
Body -> Documents -> Date -> Type |
Value
|
documents.date.Value | date-time |
Body -> Documents -> Date -> Value |
Description
|
documents.description | string |
Body -> Documents -> Description |
Document Base64
|
documents.documentBase64 | string |
Body -> Documents -> Document Base64 |
File Name
|
documents.fileName | string |
Body -> Documents -> File Name |
Format
|
documents.format | string |
Body -> Documents -> Format |
Id
|
documents.id | string |
Body -> Documents -> Id |
Key
|
documents.key | string |
Body -> Documents -> Key |
Publisher
|
documents.publisher | string |
Body -> Documents -> Publisher |
Submission Reference
|
documents.submissionReference | string |
Body -> Documents -> Submission Reference |
Attributes
|
financial.attributes | object |
Body -> Financial -> Attributes |
Cash Out Amount
|
financial.cashOutAmount | decimal |
Body -> Financial -> Cash Out Amount |
Down Payment
|
financial.downPayment | decimal |
Body -> Financial -> Down Payment |
Earnest Money
|
financial.earnestMoney | decimal |
Body -> Financial -> Earnest Money |
Loan Policy Liability Override
|
financial.loanPolicyLiabilityOverride | decimal |
Body -> Financial -> Loan Policy Liability Override |
Loans
|
financial.loans | array of object |
Body -> Financial -> Loans |
Amount
|
financial.loans.amount | decimal |
Body -> Financial -> Loans -> Amount |
Attributes
|
financial.loans.attributes | object |
Body -> Financial -> Loans -> Attributes |
Id
|
financial.loans.id | integer |
Body -> Financial -> Loans -> Id |
Nick Name
|
financial.loans.lender.NickName | string |
Body -> Financial -> Loans -> Lender -> Nick Name |
Party Id Reference
|
financial.loans.lender.PartyIdReference | string |
Body -> Financial -> Loans -> Lender -> Party Id Reference |
Apr
|
financial.loans.loanDetail.apr | decimal |
Body -> Financial -> Loans -> Loan Detail -> Apr |
Hoa
|
financial.loans.loanDetail.payment.hoa | decimal |
Body -> Financial -> Loans -> Loan Detail -> Payment -> Hoa |
Interest
|
financial.loans.loanDetail.payment.interest | decimal |
Body -> Financial -> Loans -> Loan Detail -> Payment -> Interest |
Mortgage Insurance
|
financial.loans.loanDetail.payment.mortgageInsurance | decimal |
Body -> Financial -> Loans -> Loan Detail -> Payment -> Mortgage Insurance |
Principal
|
financial.loans.loanDetail.payment.principal | decimal |
Body -> Financial -> Loans -> Loan Detail -> Payment -> Principal |
Taxes
|
financial.loans.loanDetail.payment.taxes | decimal |
Body -> Financial -> Loans -> Loan Detail -> Payment -> Taxes |
Total Monthly
|
financial.loans.loanDetail.payment.totalMonthly | decimal |
Body -> Financial -> Loans -> Loan Detail -> Payment -> Total Monthly |
Rate
|
financial.loans.loanDetail.rate | decimal |
Body -> Financial -> Loans -> Loan Detail -> Rate |
Term
|
financial.loans.loanDetail.term | integer |
Body -> Financial -> Loans -> Loan Detail -> Term |
Loan Number
|
financial.loans.loanNumber | string |
Body -> Financial -> Loans -> Loan Number |
Loan Policy Liability
|
financial.loans.loanPolicyLiability | decimal |
Body -> Financial -> Loans -> Loan Policy Liability |
Nick Name
|
financial.loans.mortgageBroker.NickName | string |
Body -> Financial -> Loans -> Mortgage Broker -> Nick Name |
Party Id Reference
|
financial.loans.mortgageBroker.PartyIdReference | string |
Body -> Financial -> Loans -> Mortgage Broker -> Party Id Reference |
Mortgage Insurance Case
|
financial.loans.mortgageInsuranceCase | string |
Body -> Financial -> Loans -> Mortgage Insurance Case |
Sequence
|
financial.loans.sequence | integer |
Body -> Financial -> Loans -> Sequence |
Owner Policy Liability Override
|
financial.ownerPolicyLiabilityOverride | decimal |
Body -> Financial -> Owner Policy Liability Override |
Purchase Price
|
financial.purchasePrice | decimal |
Body -> Financial -> Purchase Price |
Purpose
|
financial.purpose | string |
Body -> Financial -> Purpose |
Transaction Type
|
financial.transactionType | string |
Body -> Financial -> Transaction Type |
Key
|
key | uuid |
Body -> Key |
Notes
|
notes | array of object |
Body -> Notes |
Type
|
notes.date.Type | string |
Body -> Notes -> Date -> Type |
Value
|
notes.date.Value | date-time |
Body -> Notes -> Date -> Value |
Message
|
notes.message | string |
Body -> Notes -> Message |
Publisher
|
notes.publisher | string |
Body -> Notes -> Publisher |
Title
|
notes.title | string |
Body -> Notes -> Title |
Parties
|
parties | array of object |
Body -> Parties |
Addresses
|
parties.addresses | array of |
Body -> Parties -> Addresses |
Attributes
|
parties.attributes | object |
Body -> Parties -> Attributes |
Communications
|
parties.communications | array of object |
Body -> Parties -> Communications |
Foreign
|
parties.communications.foreign | boolean |
Body -> Parties -> Communications -> Foreign |
Primary
|
parties.communications.primary | boolean |
Body -> Parties -> Communications -> Primary |
Type
|
parties.communications.type | string |
Body -> Parties -> Communications -> Type |
Value
|
parties.communications.value | string |
Body -> Parties -> Communications -> Value |
Id
|
parties.id | integer |
Body -> Parties -> Id |
Name
|
parties.name |
Body -> Parties -> Name |
|
Party Id
|
parties.partyId | integer |
Body -> Parties -> Party Id |
Role
|
parties.role | string |
Body -> Parties -> Role |
Role Type
|
parties.roleType | string |
Body -> Parties -> Role Type |
Loan Policies
|
policy.LoanPolicies | array of object |
Body -> Policy -> Loan Policies |
Loan Sequence Id
|
policy.LoanPolicies.LoanSequenceId | integer |
Body -> Policy -> Loan Policies -> Loan Sequence Id |
Sequence
|
policy.LoanPolicies.Sequence | integer |
Body -> Policy -> Loan Policies -> Sequence |
Owner Policies
|
policy.OwnerPolicies | array of object |
Body -> Policy -> Owner Policies |
Title Vested In
|
policy.OwnerPolicies.TitleVestedIn | string |
Body -> Policy -> Owner Policies -> Title Vested In |
Attributes
|
policy.attributes | object |
Body -> Policy -> Attributes |
Products
|
products | array of object |
Body -> Products |
Attributes
|
products.attributes | object |
Body -> Products -> Attributes |
Code
|
products.code | string |
Body -> Products -> Code |
Dates
|
products.dates | array of object |
Body -> Products -> Dates |
Type
|
products.dates.Type | string |
Body -> Products -> Dates -> Type |
Value
|
products.dates.Value | date-time |
Body -> Products -> Dates -> Value |
Description
|
products.description | string |
Body -> Products -> Description |
Product Reference Key
|
products.productReferenceKey | uuid |
Body -> Products -> Product Reference Key |
Submission Reference
|
products.submissionReference | string |
Body -> Products -> Submission Reference |
Properties
|
properties | array of object |
Body -> Properties |
Property Type
|
properties.propertyType | string |
Body -> Properties -> Property Type |
Attributes
|
properties.attributes | object |
Body -> Properties -> Attributes |
Sequence
|
properties.sequence | integer |
Body -> Properties -> Sequence |
Tax Identifier
|
properties.taxIdentifier | string |
Body -> Properties -> Tax Identifier |
Type
|
properties.address.type | string |
Body -> Properties -> Address -> Type |
Line1
|
properties.address.line1 | string |
Body -> Properties -> Address -> Line1 |
Line2
|
properties.address.line2 | string |
Body -> Properties -> Address -> Line2 |
City
|
properties.address.city | string |
Body -> Properties -> Address -> City |
State
|
properties.address.state | string |
Body -> Properties -> Address -> State |
Zip
|
properties.address.zip | string |
Body -> Properties -> Address -> Zip |
Name
|
properties.address.county.name | string |
Body -> Properties -> Address -> County -> Name |
Fips
|
properties.address.county.fips | string |
Body -> Properties -> Address -> County -> Fips |
Statecode
|
properties.address.county.statecode | integer |
Body -> Properties -> Address -> County -> Statecode |
Countycode
|
properties.address.county.countycode | integer |
Body -> Properties -> Address -> County -> Countycode |
Country
|
properties.address.country | string |
Body -> Properties -> Address -> Country |
Parcel
|
properties.parcel | array of string |
Body -> Properties -> Parcel |
Taxes
|
properties.taxes | array of object |
Body -> Properties -> Taxes |
Category
|
properties.taxes.category | string |
Body -> Properties -> Taxes -> Category |
Payee
|
properties.taxes.payee | string |
Body -> Properties -> Taxes -> Payee |
Amount
|
properties.taxes.amount | number |
Body -> Properties -> Taxes -> Amount |
Legal Description
|
properties.legalDescription | string |
Body -> Properties -> Legal Description |
Buyers
|
transactionParties.buyers | array of object |
Body -> Transaction Parties -> Buyers |
Allocation Amount
|
transactionParties.buyers.Tax1099.allocationAmount | double |
Body -> Transaction Parties -> Buyers -> Tax1099 -> Allocation Amount |
Allocation Percent
|
transactionParties.buyers.Tax1099.allocationPercent | double |
Body -> Transaction Parties -> Buyers -> Tax1099 -> Allocation Percent |
Generate1099
|
transactionParties.buyers.Tax1099.generate1099 | boolean |
Body -> Transaction Parties -> Buyers -> Tax1099 -> Generate1099 |
Id
|
transactionParties.buyers.Tax1099.id | integer |
Body -> Transaction Parties -> Buyers -> Tax1099 -> Id |
Override Auto Proceed Distribution
|
transactionParties.buyers.Tax1099.overrideAutoProceedDistribution | boolean |
Body -> Transaction Parties -> Buyers -> Tax1099 -> Override Auto Proceed Distribution |
Property Or Services Received
|
transactionParties.buyers.Tax1099.propertyOrServicesReceived | string |
Body -> Transaction Parties -> Buyers -> Tax1099 -> Property Or Services Received |
Nick Name
|
transactionParties.buyers.attorney.NickName | string |
Body -> Transaction Parties -> Buyers -> Attorney -> Nick Name |
Party Id Reference
|
transactionParties.buyers.attorney.PartyIdReference | string |
Body -> Transaction Parties -> Buyers -> Attorney -> Party Id Reference |
Attributes
|
transactionParties.buyers.attributes | object |
Body -> Transaction Parties -> Buyers -> Attributes |
Nick Name
|
transactionParties.buyers.businessName.NickName | string |
Body -> Transaction Parties -> Buyers -> Business Name -> Nick Name |
Party Id Reference
|
transactionParties.buyers.businessName.PartyIdReference | string |
Body -> Transaction Parties -> Buyers -> Business Name -> Party Id Reference |
Communications
|
transactionParties.buyers.communications | array of object |
Body -> Transaction Parties -> Buyers -> Communications |
Foreign
|
transactionParties.buyers.communications.foreign | boolean |
Body -> Transaction Parties -> Buyers -> Communications -> Foreign |
Primary
|
transactionParties.buyers.communications.primary | boolean |
Body -> Transaction Parties -> Buyers -> Communications -> Primary |
Type
|
transactionParties.buyers.communications.type | string |
Body -> Transaction Parties -> Buyers -> Communications -> Type |
Value
|
transactionParties.buyers.communications.value | string |
Body -> Transaction Parties -> Buyers -> Communications -> Value |
Current Address
|
transactionParties.buyers.currentAddress |
Body -> Transaction Parties -> Buyers -> Current Address |
|
Forwarding Address
|
transactionParties.buyers.forwardingAddress |
Body -> Transaction Parties -> Buyers -> Forwarding Address |
|
Nick Name
|
transactionParties.buyers.primaryName.NickName | string |
Body -> Transaction Parties -> Buyers -> Primary Name -> Nick Name |
Party Id Reference
|
transactionParties.buyers.primaryName.PartyIdReference | string |
Body -> Transaction Parties -> Buyers -> Primary Name -> Party Id Reference |
Nick Name
|
transactionParties.buyers.realtor.NickName | string |
Body -> Transaction Parties -> Buyers -> Realtor -> Nick Name |
Party Id Reference
|
transactionParties.buyers.realtor.PartyIdReference | string |
Body -> Transaction Parties -> Buyers -> Realtor -> Party Id Reference |
Relationship
|
transactionParties.buyers.relationship | string |
Body -> Transaction Parties -> Buyers -> Relationship |
Nick Name
|
transactionParties.buyers.secondaryName.NickName | string |
Body -> Transaction Parties -> Buyers -> Secondary Name -> Nick Name |
Party Id Reference
|
transactionParties.buyers.secondaryName.PartyIdReference | string |
Body -> Transaction Parties -> Buyers -> Secondary Name -> Party Id Reference |
Sequence
|
transactionParties.buyers.sequence | integer |
Body -> Transaction Parties -> Buyers -> Sequence |
Sellers
|
transactionParties.sellers | array of object |
Body -> Transaction Parties -> Sellers |
Allocation Amount
|
transactionParties.sellers.Tax1099.allocationAmount | double |
Body -> Transaction Parties -> Sellers -> Tax1099 -> Allocation Amount |
Allocation Percent
|
transactionParties.sellers.Tax1099.allocationPercent | double |
Body -> Transaction Parties -> Sellers -> Tax1099 -> Allocation Percent |
Generate1099
|
transactionParties.sellers.Tax1099.generate1099 | boolean |
Body -> Transaction Parties -> Sellers -> Tax1099 -> Generate1099 |
Id
|
transactionParties.sellers.Tax1099.id | integer |
Body -> Transaction Parties -> Sellers -> Tax1099 -> Id |
Override Auto Proceed Distribution
|
transactionParties.sellers.Tax1099.overrideAutoProceedDistribution | boolean |
Body -> Transaction Parties -> Sellers -> Tax1099 -> Override Auto Proceed Distribution |
Property Or Services Received
|
transactionParties.sellers.Tax1099.propertyOrServicesReceived | string |
Body -> Transaction Parties -> Sellers -> Tax1099 -> Property Or Services Received |
Nick Name
|
transactionParties.sellers.attorney.NickName | string |
Body -> Transaction Parties -> Sellers -> Attorney -> Nick Name |
Party Id Reference
|
transactionParties.sellers.attorney.PartyIdReference | string |
Body -> Transaction Parties -> Sellers -> Attorney -> Party Id Reference |
Attributes
|
transactionParties.sellers.attributes | object |
Body -> Transaction Parties -> Sellers -> Attributes |
Nick Name
|
transactionParties.sellers.businessName.NickName | string |
Body -> Transaction Parties -> Sellers -> Business Name -> Nick Name |
Party Id Reference
|
transactionParties.sellers.businessName.PartyIdReference | string |
Body -> Transaction Parties -> Sellers -> Business Name -> Party Id Reference |
Communications
|
transactionParties.sellers.communications | array of object |
Body -> Transaction Parties -> Sellers -> Communications |
Foreign
|
transactionParties.sellers.communications.foreign | boolean |
Body -> Transaction Parties -> Sellers -> Communications -> Foreign |
Primary
|
transactionParties.sellers.communications.primary | boolean |
Body -> Transaction Parties -> Sellers -> Communications -> Primary |
Type
|
transactionParties.sellers.communications.type | string |
Body -> Transaction Parties -> Sellers -> Communications -> Type |
Value
|
transactionParties.sellers.communications.value | string |
Body -> Transaction Parties -> Sellers -> Communications -> Value |
Current Address
|
transactionParties.sellers.currentAddress |
Body -> Transaction Parties -> Sellers -> Current Address |
|
Forwarding Address
|
transactionParties.sellers.forwardingAddress |
Body -> Transaction Parties -> Sellers -> Forwarding Address |
|
Nick Name
|
transactionParties.sellers.primaryName.NickName | string |
Body -> Transaction Parties -> Sellers -> Primary Name -> Nick Name |
Party Id Reference
|
transactionParties.sellers.primaryName.PartyIdReference | string |
Body -> Transaction Parties -> Sellers -> Primary Name -> Party Id Reference |
Nick Name
|
transactionParties.sellers.realtor.NickName | string |
Body -> Transaction Parties -> Sellers -> Realtor -> Nick Name |
Party Id Reference
|
transactionParties.sellers.realtor.PartyIdReference | string |
Body -> Transaction Parties -> Sellers -> Realtor -> Party Id Reference |
Relationship
|
transactionParties.sellers.relationship | string |
Body -> Transaction Parties -> Sellers -> Relationship |
Nick Name
|
transactionParties.sellers.secondaryName.NickName | string |
Body -> Transaction Parties -> Sellers -> Secondary Name -> Nick Name |
Party Id Reference
|
transactionParties.sellers.secondaryName.PartyIdReference | string |
Body -> Transaction Parties -> Sellers -> Secondary Name -> Party Id Reference |
Sequence
|
transactionParties.sellers.sequence | integer |
Body -> Transaction Parties -> Sellers -> Sequence |
Version
|
version | string |
Body -> Version |