Flueid Orders API
The Orders API from Flueid — 10 operation(s) for orders.
The Orders API from Flueid — 10 operation(s) for orders.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/flueid-orders-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Flueid Pro Orders API
version: '1.0'
servers:
- url: https://api.pro.flueid.com
description: Flueid Pro production API
tags:
- name: Orders
paths:
/api/Orders/SearchOrders:
post:
tags:
- Orders
summary: Gets a list of orders that are viewable by the user.
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSearchRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSearchRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSearchRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSearchRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.SearchOrdersResult'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.SearchOrdersResult'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.SearchOrdersResult'
/api/Orders/OrderDetail:
get:
tags:
- Orders
summary: Gets the full detail of the order.
parameters:
- name: orderId
in: query
schema:
type: integer
format: int32
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderDetailResponse'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderDetailResponse'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderDetailResponse'
/api/Orders/RunFullUpdate:
post:
tags:
- Orders
summary: Performs a full update on the order.
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
/api/Orders/RunDateDownUpdate:
post:
tags:
- Orders
summary: Performs a datedown update on the order.
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderFullUpdateRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
/api/Orders/GetDocument:
post:
tags:
- Orders
summary: Gets the order document.
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentResponse'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentResponse'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.GetDocumentResponse'
/api/Orders/UpdateOrderStatus:
post:
tags:
- Orders
summary: Updates an existing orders status.
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
description: ''
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.UpdateOrderStatusRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.UpdateOrderStatusRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.UpdateOrderStatusRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.UpdateOrderStatusRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.Orders.Order'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.Orders.Order'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Data.Entities.Orders.Order'
/api/Orders/GetDecisionOrderData:
get:
tags:
- Orders
summary: Gets the decision order(needed in case of modifications)
parameters:
- name: orderId
in: query
required: true
schema:
type: integer
format: int32
- name: serviceType
in: query
required: true
schema:
$ref: '#/components/schemas/Flueid.Pro.Constants.OrderConstants.OrderServiceType'
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DecisionOrderDataResponse'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DecisionOrderDataResponse'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DecisionOrderDataResponse'
/api/Orders/ModifyDecisionOrderData:
post:
tags:
- Orders
summary: Gets the decision order(needed in case of modifications)
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
/api/Orders/DecisionReplaceBuyers:
post:
tags:
- Orders
summary: Gets the decision order(needed in case of modifications)
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ModifyDecisionOrderRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
/api/Orders/DownloadTrailingDocument:
post:
tags:
- Orders
summary: Download Order Trailing Document
parameters:
- name: api-version
in: query
description: The requested API version
schema:
type: string
default: '1.0'
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DownloadTrailingDocumentRequest'
application/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DownloadTrailingDocumentRequest'
text/json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DownloadTrailingDocumentRequest'
application/*+json:
schema:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.DownloadTrailingDocumentRequest'
required: true
responses:
'200':
description: Success
content:
text/plain:
schema:
type: string
format: binary
application/json:
schema:
type: string
format: binary
text/json:
schema:
type: string
format: binary
components:
schemas:
Titlefy.ExternalServices.Insurful.ProviderObjects.DecisionOrderUpdateNewConsumer:
type: object
properties:
firstName:
type:
- string
- 'null'
middleName:
type:
- string
- 'null'
lastName:
type:
- string
- 'null'
suffix:
type:
- string
- 'null'
currentAddress:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.Address'
mailingAddress:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.Address'
ssn:
type:
- string
- 'null'
consumerTypeId:
type: integer
format: int32
consumerRoleId:
type: integer
format: int32
clientConsumerReference:
type:
- string
- 'null'
classification:
$ref: '#/components/schemas/Titlefy.Core.Constants.DecisionConsumerClassification'
additionalProperties: false
Flueid.PropertyDb.Models.PropertyData.PropertyListingInfo:
type: object
properties:
isListed:
type: boolean
isPending:
type: boolean
isSold:
type: boolean
listingId:
type:
- string
- 'null'
mlsOrgId:
type:
- string
- 'null'
photoReferenceId:
type:
- integer
- 'null'
format: int64
listingDate:
type:
- string
- 'null'
format: date-time
pendingDate:
type:
- string
- 'null'
format: date-time
soldDate:
type:
- string
- 'null'
format: date-time
soldPrice:
type: integer
format: int32
listingPrice:
type: integer
format: int32
listingPriceRangeLow:
type: integer
format: int32
listingPriceRangeHigh:
type: integer
format: int32
agentInfo:
$ref: '#/components/schemas/Flueid.PropertyDb.Models.PropertyData.PropertyListingAgent'
publicListingComments:
type:
- string
- 'null'
additionalProperties: false
Titlefy.Core.Constants.Orders.OrderProductType:
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
type: integer
format: int32
Titlefy.Data.Entities.DTOs.Insurful.DecisionCreditAccountSubType:
enum:
- 0
- 1
- 2
- 3
- 4
type: integer
format: int32
Flueid.Pro.Constants.OrderConstants.OrderType:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
type: integer
format: int32
Titlefy.ExternalServices.Insurful.ProviderObjects.Address:
type: object
properties:
address1:
type:
- string
- 'null'
address2:
type:
- string
- 'null'
city:
type:
- string
- 'null'
state:
type:
- string
- 'null'
zipCode:
type:
- string
- 'null'
fullAddress:
type:
- string
- 'null'
streetAddress:
type:
- string
- 'null'
sourceCodes:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
Titlefy.ExternalServices.Insurful.ProviderObjects.DecisionOrderUpdateExistingConsumer:
type: object
properties:
consumerId:
type: integer
format: int32
nameVariations:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.ExternalServices.Insurful.ProviderObjects.ConsumerName'
ssn:
type:
- string
- 'null'
additionalProperties: false
Flueid.PropertyDb.Models.PropertyData.PropertyLien:
type: object
properties:
transactionId:
type: integer
format: int64
recordingDate:
type:
- string
- 'null'
format: date-time
datedDate:
type:
- string
- 'null'
format: date-time
documentNumber:
type:
- string
- 'null'
docProviderRef:
type:
- string
- 'null'
book:
type:
- string
- 'null'
page:
type:
- string
- 'null'
loanAmount:
type: integer
format: int32
lender:
type:
- string
- 'null'
lenderDbaName:
type:
- string
- 'null'
lenderAddress:
$ref: '#/components/schemas/Flueid.PropertyDb.Models.PropertyData.Address'
privateLender:
type: boolean
lenderType:
type:
- string
- 'null'
term:
type: integer
format: int32
termType:
type:
- string
- 'null'
loanDueDate:
type:
- string
- 'null'
format: date-time
rate:
type: number
format: double
rateMax:
type: number
format: double
rateMinOnChange:
type: number
format: double
rateMaxOnChange:
type: number
format: double
estimatedRate:
type: number
format: double
loanType:
type:
- string
- 'null'
loanPurpose:
type:
- string
- 'null'
financingType:
type:
- string
- 'null'
lienPosition:
type: integer
format: int32
estimatedBalance:
type:
- integer
- 'null'
format: int32
adjustableRateRider:
type: boolean
adjustableRateIndex:
type:
- string
- 'null'
changeIndex:
type: number
format: double
rateChangeFrequency:
type:
- string
- 'null'
interestOnlyPeriod:
type:
- string
- 'null'
fixedStepConversionRateRider:
type:
- string
- 'null'
rateConversionDate:
type:
- string
- 'null'
format: date-time
prepaymentRider:
type: boolean
prepaymentPenaltyTermInMonths:
type: integer
format: int32
borrowers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Flueid.PropertyDb.Models.PropertyData.PropertyTransactionConsumer'
estimatedMonthlyPI:
type: number
format: double
estimatedMonthlyPrincipal:
type: number
format: double
estimatedMonthlyInterest:
type: number
format: double
purchaseMortgage:
type: boolean
borrowersAsString:
type:
- string
- 'null'
readOnly: true
additionalProperties: false
Titlefy.Data.Entities.DTOs.Insurful.DecisionPaymentHistoryStatus:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
type: integer
format: int32
Titlefy.Data.Entities.DTOs.Insurful.DecisionSearchResultType:
enum:
- 0
- 1
- 2
- 5
type: integer
format: int32
Titlefy.Data.Entities.DTOs.GradesheetResultItem:
type: object
properties:
conditionId:
type: integer
format: int32
description:
type:
- string
- 'null'
hit:
type: boolean
hitRefCodes:
type:
- array
- 'null'
items:
type: string
result:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionOverallResult'
resultDescription:
type:
- string
- 'null'
additionalProperties: false
Titlefy.Data.Entities.Orders.OrderContact:
type: object
properties:
role:
$ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderRole'
contactType:
$ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderContactType'
isOpener:
type: boolean
isBusinessSource:
type: boolean
licenseNumber:
type:
- string
- 'null'
roleDescription:
type:
- string
- 'null'
userId:
type:
- integer
- 'null'
format: int32
username:
type:
- string
- 'null'
firstName:
type:
- string
- 'null'
middleName:
type:
- string
- 'null'
lastName:
type:
- string
- 'null'
suffix:
type:
- string
- 'null'
title:
type:
- string
- 'null'
publicRecordContactType:
$ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderContactType'
publicRecordFirstName:
type:
- string
- 'null'
publicRecordMiddleName:
type:
- string
- 'null'
publicRecordLastName:
type:
- string
- 'null'
publicRecordSuffix:
type:
- string
- 'null'
companyId:
type: integer
format: int32
companyName:
type:
- string
- 'null'
address:
$ref: '#/components/schemas/Titlefy.Data.Entities.Address'
forwardingAddress:
$ref: '#/components/schemas/Titlefy.Data.Entities.Address'
taxId:
type:
- string
- 'null'
phone:
type:
- string
- 'null'
email:
type:
- string
- 'null'
communicationPreference:
$ref: '#/components/schemas/Titlefy.Core.Constants.Orders.ContactCommunicationPref'
photoUrl:
type:
- string
- 'null'
fullName:
type:
- string
- 'null'
readOnly: true
jointGroup:
type: integer
format: int32
referenceNumber:
type:
- string
- 'null'
additionalProperties: false
Titlefy.Data.Entities.DTOs.Insurful.DecisionHistoryTransaction:
type: object
properties:
id:
type: integer
format: int32
propertyId:
type: integer
format: int32
transactionId:
type: integer
format: int64
recordingDate:
type:
- string
- 'null'
format: date-time
datedDate:
type:
- string
- 'null'
format: date-time
datedOrRecordingDate:
type:
- string
- 'null'
format: date-time
readOnly: true
fullValueDeed:
type: boolean
buyersBorrowers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionConsumerAttributeContainer'
sellers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionConsumerAttributeContainer'
documentNumber:
type:
- string
- 'null'
book:
type:
- string
- 'null'
page:
type:
- string
- 'null'
documentType:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionDocumentType'
subDocType:
type:
- string
- 'null'
docTypeDescription:
type:
- string
- 'null'
salePrice:
type: integer
format: int32
loanAmount:
type: integer
format: int32
loanType:
type:
- string
- 'null'
loanRateType:
type:
- string
- 'null'
loanRate:
type: number
format: double
loanTerm:
type: integer
format: int32
loanTermType:
type:
- string
- 'null'
estimatedBalance:
type:
- integer
- 'null'
format: int32
lender:
type:
- string
- 'null'
titleCompany:
type:
- string
- 'null'
privateLender:
type: boolean
priceCodeIndicatesSale:
type: boolean
docTypeIndicatesNonSale:
type: boolean
correctiveDeed:
type: boolean
originalDocumentNumber:
type:
- string
- 'null'
originalBook:
type:
- string
- 'null'
originalPage:
type:
- string
- 'null'
originalRecordingDate:
type:
- string
- 'null'
format: date-time
addToSearchPackage:
type: boolean
twentyFourMonthChainFlag:
type: boolean
thirtySixMonthChainFlag:
type: boolean
additionalProperties: false
Titlefy.ExternalServices.Insurful.ProviderObjects.DecisionOrderDataResponse:
type: object
properties:
consumers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionConsumerAttributeContainer'
propertyData:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionPropertyDetailAttributes'
additionalProperties: false
Flueid.PropertyDb.Models.PropertyData.PropertyListingAgent:
type: object
properties:
agentName:
type:
- string
- 'null'
companyName:
type:
- string
- 'null'
licenseNumber:
type:
- string
- 'null'
address:
type:
- string
- 'null'
phone:
type:
- string
- 'null'
email:
type:
- string
- 'null'
additionalProperties: false
Titlefy.Data.Entities.DTOs.Insurful.DecisionUnderwriterDecision:
enum:
- 0
- 1
- 2
- 3
- 4
- 5
type: integer
format: int32
Titlefy.Data.Entities.DTOs.OrderLite:
type: object
properties:
orderId:
type: integer
format: int32
insurfulOrderId:
type: integer
format: int32
partnerId:
type: integer
format: int32
orderType:
$ref: '#/components/schemas/Flueid.Pro.Constants.OrderConstants.OrderType'
orderTypeDescription:
type:
- string
- 'null'
readOnly: true
status:
$ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderStatus'
statusDescription:
type:
- string
- 'null'
readOnly: true
services:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderServiceLite'
latitude:
type: number
format: double
longitude:
type: number
format: double
propertyAddress:
$ref: '#/components/schemas/Titlefy.Data.Entities.Address'
ownerName:
type:
- string
- 'null'
estimatedCloseDate:
type:
- string
- 'null'
format: date-time
createdDate:
type: string
format: date-time
closedDate:
type:
- string
- 'null'
format: date-time
canceledDate:
type:
- string
- 'null'
format: date-time
openedBy:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactLite'
businessSource:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactLite'
borrowers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactLite'
buyers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactLite'
sellers:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactLite'
propertyPhotoUrl:
type:
- string
- 'null'
decisionOrderDetails:
$ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.Insurful.DecisionProcessingResult'
additionalProperties: false
Flueid.PropertyDb.Models.PropertyData.PropertyPreForeclosureContact:
type: object
properties:
careOfName:
type:
- string
- 'null'
firstName:
type:
- string
- 'null'
lastName:
type:
- string
- 'null'
attentionTo:
type:
- string
- 'null'
phone:
type:
- string
- 'null'
address:
$ref: '#/components/schemas/Flueid.PropertyDb.Models.PropertyData.Address'
trusteeSaleNumber:
type:
- string
- 'null'
additionalProperties: false
Flueid.Pro.Constants.PartnerOrderSettingsConstants.OrderProvider:
enum:
- 0
- 1
- 2
# --- truncated at 32 KB (177 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/flueid/refs/heads/main/openapi/flueid-orders-api-openapi.yml