RamQuest Integration
This README file describes several API endpoints for integrating with RamQuest, a real estate and title insurance software company. The document provides detailed information on the required fields for each endpoint, including validation rules.
Stage Order
Endpoint
POST https://app.gridbase.io/v1/orders/stage
Required fields and validation
Field Name | Field Description | Data Type | Validation |
---|---|---|---|
orderDetails.ProductTypeDesc | Products Available to order | string | Max 100 characters |
orderDetails.transactionTypeDesc | Transaction Type | string | Max 100 characters |
orderDetails.NewLoanType | Type of new loan | string | Max 50 characters |
orderDetails.NewLoanNumber | New loan number | string | Max 30 characters |
parties.buyers.lastName | Buyers Last Name | string | Max 50 characters, required |
parties.buyers.firstName | Buyers First Name | string | Max 30 characters, required |
parties.lender.companyName | Lender Company Name | string | Max 250 characters, required |
property.address.street | Property Address 1 | string | Max 100 characters, required |
property.address.cityDesc | Property City Description | string | Max 30 characters, required |
property.address.stateId | Property State | string | Max 2 characters, required |
property.address.zip | Property Zip | string | Max 10 characters, required |
integrationId | Integration ID (use the ID of the partner/title agent to send the order to) | string | Required |
System | System integration type | enum | Required, must be "RamQuest" |