Flueid New Orders API

The NewOrders API from Flueid — 15 operation(s) for neworders.

Operations 15

POST /api/NewOrders/CreateOrder Creates a new order for closing services.
GET /api/NewOrders/RetrieveOrderSubmission Creates a new order based on the previous order settings
POST /api/NewOrders/CheckDuplicateOrder Checks if the property is already involved in a current in-process order.
GET /api/NewOrders/SearchRelatedBizSrcUsers Searches for related business source users.
GET /api/NewOrders/SearchOrderContact Searches for order contact based on role.
POST /api/NewOrders/DefaultOrderContacts Gets the default order contacts for this business source user.
GET /api/NewOrders/BusinessSourceRoles Gets the roles that this business source can play on an order.
GET /api/NewOrders/RelatedAssistants Gets related assistant users.
POST /api/NewOrders/RelatedOfficers Gets related officer users.
POST /api/NewOrders/CompanyAccountManagers Gets related Account Manager users.
POST /api/NewOrders/OrderTypeOptions Gets the order type options for the new order.
POST /api/NewOrders/OrderContactOptions Gets the order contact options for the new order.
POST /api/NewOrders/OrderDetailsOptions Gets the settings to indicate which sections of data should be collected for an order.
POST /api/NewOrders/CalculateCloseDate Gets a default estimated closing date.
POST /api/NewOrders/CompanyTitleOfficers Get all active Title Officers in the company.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/flueid-neworders-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

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 Specification

flueid-neworders-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Flueid Pro New Orders API
  version: '1.0'
servers:
- url: https://api.pro.flueid.com
  description: Flueid Pro production API
tags:
- name: NewOrders
paths:
  /api/NewOrders/CreateOrder:
    post:
      tags:
      - NewOrders
      summary: Creates a new order for closing services.
      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.Data.Entities.DTOs.EnhancedOrderSubmission'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.EnhancedOrderSubmission'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.EnhancedOrderSubmission'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.EnhancedOrderSubmission'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.OrderSubmissionResult'
            application/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.OrderSubmissionResult'
            text/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.OrderSubmissionResult'
  /api/NewOrders/RetrieveOrderSubmission:
    get:
      tags:
      - NewOrders
      summary: Creates a new order based on the previous order settings
      parameters:
      - name: orderId
        in: query
        description: ''
        required: true
        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.OrderSubmission'
            application/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSubmission'
            text/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSubmission'
  /api/NewOrders/CheckDuplicateOrder:
    post:
      tags:
      - NewOrders
      summary: Checks if the property is already involved in a current in-process order.
      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.CheckDuplicateOrderRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CheckDuplicateOrderRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CheckDuplicateOrderRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CheckDuplicateOrderRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.CheckDuplicateOrderResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.CheckDuplicateOrderResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.CheckDuplicateOrderResponse'
  /api/NewOrders/SearchRelatedBizSrcUsers:
    get:
      tags:
      - NewOrders
      summary: Searches for related business source users.
      parameters:
      - name: searchString
        in: query
        description: ''
        required: true
        schema:
          type: string
      - name: api-version
        in: query
        description: The requested API version
        schema:
          type: string
          default: '1.0'
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
  /api/NewOrders/SearchOrderContact:
    get:
      tags:
      - NewOrders
      summary: Searches for order contact based on role.
      parameters:
      - name: searchString
        in: query
        description: ''
        required: true
        schema:
          type: string
      - name: role
        in: query
        description: ''
        required: true
        schema:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderRole'
      - name: api-version
        in: query
        description: The requested API version
        schema:
          type: string
          default: '1.0'
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
  /api/NewOrders/DefaultOrderContacts:
    post:
      tags:
      - NewOrders
      summary: Gets the default order contacts for this business source user.
      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.DefaultOrderContactsRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.DefaultOrderContactsRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.DefaultOrderContactsRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.DefaultOrderContactsRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
  /api/NewOrders/BusinessSourceRoles:
    get:
      tags:
      - NewOrders
      summary: Gets the roles that this business source can play on an order.
      parameters:
      - name: userId
        in: query
        description: ''
        required: true
        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:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Models.DropdownOption'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Models.DropdownOption'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Models.DropdownOption'
  /api/NewOrders/RelatedAssistants:
    get:
      tags:
      - NewOrders
      summary: Gets related assistant users.
      parameters:
      - name: subjectUserId
        in: query
        description: ''
        required: true
        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:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
  /api/NewOrders/RelatedOfficers:
    post:
      tags:
      - NewOrders
      summary: Gets related officer users.
      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.RelatedOfficersRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.RelatedOfficersRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.RelatedOfficersRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.RelatedOfficersRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
  /api/NewOrders/CompanyAccountManagers:
    post:
      tags:
      - NewOrders
      summary: Gets related Account Manager users.
      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.CompanyAccountManagersRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CompanyAccountManagersRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CompanyAccountManagersRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CompanyAccountManagersRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
  /api/NewOrders/OrderTypeOptions:
    post:
      tags:
      - NewOrders
      summary: Gets the order type options for the new order.
      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.OrderTypeOptionsRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.OrderTypeOptionsRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.OrderTypeOptionsRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.OrderTypeOptionsRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderTypeOption'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderTypeOption'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderTypeOption'
  /api/NewOrders/OrderContactOptions:
    post:
      tags:
      - NewOrders
      summary: Gets the order contact options for the new order.
      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.Data.Entities.DTOs.OrderContactOptionsRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactOptionsRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactOptionsRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactOptionsRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactOption'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactOption'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderContactOption'
  /api/NewOrders/OrderDetailsOptions:
    post:
      tags:
      - NewOrders
      summary: Gets the settings to indicate which sections of data should be collected for an order.
      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.Data.Entities.DTOs.OrderDetailsOptionsRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderDetailsOptionsRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderDetailsOptionsRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderDetailsOptionsRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.OrderDetailsOptions'
            application/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.OrderDetailsOptions'
            text/json:
              schema:
                $ref: '#/components/schemas/Titlefy.Models.Orders.OrderDetailsOptions'
  /api/NewOrders/CalculateCloseDate:
    post:
      tags:
      - NewOrders
      summary: Gets a default estimated closing date.
      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.CalculateCloseDateRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CalculateCloseDateRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CalculateCloseDateRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CalculateCloseDateRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: string
                format: date-time
            application/json:
              schema:
                type: string
                format: date-time
            text/json:
              schema:
                type: string
                format: date-time
  /api/NewOrders/CompanyTitleOfficers:
    post:
      tags:
      - NewOrders
      summary: Get all active Title Officers in the company.
      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.CompanyTitleOfficersRequest'
          application/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CompanyTitleOfficersRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CompanyTitleOfficersRequest'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Titlefy.Models.Orders.CompanyTitleOfficersRequest'
        required: true
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.UserLite'
components:
  schemas:
    Titlefy.Core.Constants.Orders.OrderProductType:
      enum:
      - 1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      - 10
      - 11
      - 12
      - 13
      type: integer
      format: int32
    Flueid.Pro.Constants.OrderConstants.OrderType:
      enum:
      - 0
      - 1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      type: integer
      format: int32
    Titlefy.Data.Entities.DTOs.EnhancedOrderSubmission:
      type: object
      properties:
        orderType:
          $ref: '#/components/schemas/Flueid.Pro.Constants.OrderConstants.OrderType'
        orderSubType:
          $ref: '#/components/schemas/Flueid.Pro.Constants.OrderConstants.OrderSubType'
        services:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSubmissionService'
        commercial:
          type: boolean
        construction:
          type: boolean
        insurfulOrderId:
          type:
          - integer
          - 'null'
          format: int32
        languagePreference:
          type:
          - string
          - 'null'
        amsRealty:
          type: boolean
        contacts:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSubmissionContact'
        orderDetails:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.OrderDetails'
        properties:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSubmissionProperty'
        loans:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.Loan'
        payoffs:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.Payoff'
        insuranceInfo:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.InsuranceInfo'
        homeWarrantyInfo:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.HomeWarrantyInfo'
        propertyDisclosureInfo:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.PropertyDisclosureInfo'
        pestControlInfo:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.PestControlInfo'
        homeOwnersAssociationInfo:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.HomeOwnersAssociationInfo'
        specialInstructions:
          type:
          - string
          - 'null'
        additionalOrderOptions:
          type:
          - array
          - 'null'
          items:
            type: integer
            format: int32
        tempDocIds:
          type:
          - array
          - 'null'
          items:
            type: integer
            format: int32
        documents:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Data.Entities.DTOs.OrderSubmissionDocument'
        fldCompleteDetails:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.FldCompleteDetails'
        orderId:
          type: integer
          format: int32
      additionalProperties: false
    Flueid.Pro.Constants.PartnerOrderSettingsConstants.OrderProvider:
      enum:
      - 0
      - 1
      - 2
      - 3
      - 4
      - 5
      type: integer
      format: int32
    Titlefy.Data.Entities.DTOs.OrderSubmissionDocument:
      type: object
      properties:
        documentTypeId:
          type: integer
          format: int32
        fileName:
          type:
          - string
          - 'null'
        base64Content:
          type:
          - string
          - 'null'
        fileUrl:
          type:
          - string
          - 'null'
      additionalProperties: false
    Titlefy.Data.Entities.Orders.TemporaryDocument:
      type: object
      properties:
        id:
          $ref: '#/components/schemas/MongoDB.Bson.ObjectId'
        createdDate:
          type: string
          format: date-time
        createdByUser:
          type:
          - string
          - 'null'
        lastUpdatedDate:
          type: string
          format: date-time
        lastUpdatedByUser:
          type:
          - string
          - 'null'
        tempDocId:
          type: integer
          format: int32
        documentType:
          type: integer
          format: int32
        documentTypeDescription:
          type:
          - string
          - 'null'
          readOnly: true
        filename:
          type:
          - string
          - 'null'
        fileExtension:
          type:
          - string
          - 'null'
        documentId:
          type:
          - string
          - 'null'
        documentUrl:
          type:
          - string
          - 'null'
        transmissionError:
          type:
          - string
          - 'null'
        docBytes:
          type:
          - string
          - 'null'
          format: byte
      additionalProperties: false
    Titlefy.Core.Constants.Orders.LoanType:
      enum:
      - 0
      - 1
      - 2
      - 3
      type: integer
      format: int32
    Titlefy.Core.Constants.Orders.OrderingParty:
      enum:
      - 1
      - 2
      - 3
      - 4
      type: integer
      format: int32
    Titlefy.Models.Orders.CheckDuplicateOrderRequest:
      type: object
      properties:
        propertyId:
          type: integer
          format: int32
        partnerId:
          type: integer
          format: int32
        externalReferenceId:
          type: integer
          format: int32
      additionalProperties: false
    MongoDB.Bson.ObjectId:
      type: object
      properties:
        timestamp:
          type: integer
          format: int32
          readOnly: true
        machine:
          type: integer
          format: int32
          readOnly: true
          deprecated: true
        pid:
          type: integer
          format: int32
          readOnly: true
          deprecated: true
        increment:
          type: integer
          format: int32
          readOnly: true
          deprecated: true
        creationTime:
          type: string
          format: date-time
          readOnly: true
      additionalProperties: false
    Titlefy.Core.Constants.IndustryType:
      enum:
      - 1
      - 2
      - 3
      type: integer
      format: int32
    Titlefy.Data.Entities.Orders.FldCurativeItem:
      type: object
      properties:
        curativeName:
          type:
          - string
          - 'null'
        grade:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderCurativeGrade'
      additionalProperties: false
    Titlefy.Data.Entities.Orders.Loan:
      type: object
      properties:
        lenderName:
          type:
          - string
          - 'null'
        loanNumber:
          type:
          - string
          - 'null'
        loanNumberHash:
          type:
          - string
          - 'null'
          format: byte
        loanAmount:
          type: number
          format: double
        loanType:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.LoanType'
        loanTypeDescription:
          type:
          - string
          - 'null'
        lienPosition:
          type: integer
          format: int32
        loanApplicationDate:
          type:
          - string
          - 'null'
          format: date-time
        loanApprovalDate:
          type:
          - string
          - 'null'
          format: date-time
        rate:
          type: number
          format: double
        term:
          type: integer
          format: int32
        termType:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.TermType'
        unpaidPrincipalBalance:
          type: number
          format: double
        originalLoanAmount:
          type: number
          format: double
        cashOutAmount:
          type: number
          format: double
        contactEmail:
          type:
          - string
          - 'null'
        contactFirstName:
          type:
          - string
          - 'null'
        contactLastName:
          type:
          - string
          - 'null'
        company:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Orders.LoanCompany'
      additionalProperties: false
    Flueid.Pro.Constants.OrderConstants.OrderSubType:
      enum:
      - 0
      - 100
      - 101
      - 102
      - 104
      - 105
      - 106
      - 107
      - 200
      - 201
      - 202
      - 203
      - 205
      - 206
      - 207
      - 300
      - 400
      - 401
      - 402
      - 403
      - 404
      - 407
      - 408
      - 409
      - 410
      - 411
      - 412
      - 413
      - 500
      - 501
      - 502
      - 503
      - 504
      - 505
      - 506
      - 507
      - 508
      - 509
      - 510
      - 600
      - 700
      - 800
      type: integer
      format: int32
    Titlefy.Data.Entities.Orders.DeedOfTrustDetails:
      type: object
      properties:
        instrumentDate:
          type:
          - string
          - 'null'
          format: date-time
        recordedDate:
          type:
          - string
          - 'null'
          format: date-time
        dotAmount:
          type:
          - number
          - 'null'
          format: double
        recordingCounty:
          type:
          - string
          - 'null'
        book:
          type:
          - string
          - 'null'
        page:
          type:
          - string
          - 'null'
        instrumentNumber:
          type:
          - string
          - 'null'
        considerationAmount:
          type:
          - number
          - 'null'
          format: double
      additionalProperties: false
    Titlefy.Data.Entities.Orders.HomeOwnersAssociationInfo:
      type: object
      properties:
        serviceProviderType:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderServiceProviderType'
        orderingParty:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.OrderingParty'
        orderingPartyDescription:
          type:
          - string
          - 'null'
        companyName:
          type:
          - string
          - 'null'
        phone:
          type:
          - string
          - 'null'
        email:
          type:
          - string
          - 'null'
        contactFirstName:
          type:
          - string
          - 'null'
        contactLastName:
          type:
          - string
          - 'null'
        address:
          $ref: '#/components/schemas/Titlefy.Data.Entities.Address'
        hoaName:
          type:
          - string
          - 'null'
        dues:
          type: number
          format: double
        paymentFrequency:
          $ref: '#/components/schemas/Titlefy.Core.Constants.Orders.PaymentFrequency'
      additionalProperties: false
    Titlefy.Models.Orders.OrderSubmissionResult:
      type: object
      properties:
        orderId:
          type: integer
          format: int32
        serviceSubmissionResults:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/Titlefy.Models.Orders.OrderServiceSubmissionResult'
      additionalProperties: false
    Titlefy.Data.Entities.Orders.DefaultDetails:
      type: object
      properties:
        mersRegistrationNumber:
          type:
          - string
          - 'null'
        custom

# --- truncated at 32 KB (71 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/flueid/refs/heads/main/openapi/flueid-neworders-api-openapi.yml