TpsService


Click here for a complete list of operations.

GetOrderMonitorReportResultsRange

This method returns an array of order monitoring results. Since the results can be verbose, it is recommended that you pull 100 at a time after using the GetOrderMonitoringResultsCount method to know the total number of results.
Documentation

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
userId:
password:
reportDate:
startIndex:
endIndex:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /TitlePointServices/TpsService.asmx HTTP/1.1
Host: www.titlepoint.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.TitlePoint.com/GetOrderMonitorReportResultsRange"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetOrderMonitorReportResultsRange xmlns="http://www.TitlePoint.com">
      <userId>string</userId>
      <password>string</password>
      <reportDate>dateTime</reportDate>
      <startIndex>int</startIndex>
      <endIndex>int</endIndex>
    </GetOrderMonitorReportResultsRange>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetOrderMonitorReportResultsRangeResponse xmlns="http://www.TitlePoint.com">
      <GetOrderMonitorReportResultsRangeResult>
        <FalloutOrderDetail>
          <OrderId>long</OrderId>
          <Order>
            <Services xsi:nil="true" />
          </Order>
          <FalloutServiceDetails>
            <FalloutServiceDetail xsi:nil="true" />
            <FalloutServiceDetail xsi:nil="true" />
          </FalloutServiceDetails>
          <CompanyName>string</CompanyName>
          <CustomerReference>string</CustomerReference>
          <LastStateChange>dateTime</LastStateChange>
          <OrderStatus>int</OrderStatus>
          <DepartmentName>string</DepartmentName>
          <TitleUnitName>string</TitleUnitName>
        </FalloutOrderDetail>
        <FalloutOrderDetail>
          <OrderId>long</OrderId>
          <Order>
            <Services xsi:nil="true" />
          </Order>
          <FalloutServiceDetails>
            <FalloutServiceDetail xsi:nil="true" />
            <FalloutServiceDetail xsi:nil="true" />
          </FalloutServiceDetails>
          <CompanyName>string</CompanyName>
          <CustomerReference>string</CustomerReference>
          <LastStateChange>dateTime</LastStateChange>
          <OrderStatus>int</OrderStatus>
          <DepartmentName>string</DepartmentName>
          <TitleUnitName>string</TitleUnitName>
        </FalloutOrderDetail>
      </GetOrderMonitorReportResultsRangeResult>
    </GetOrderMonitorReportResultsRangeResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /TitlePointServices/TpsService.asmx HTTP/1.1
Host: www.titlepoint.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetOrderMonitorReportResultsRange xmlns="http://www.TitlePoint.com">
      <userId>string</userId>
      <password>string</password>
      <reportDate>dateTime</reportDate>
      <startIndex>int</startIndex>
      <endIndex>int</endIndex>
    </GetOrderMonitorReportResultsRange>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetOrderMonitorReportResultsRangeResponse xmlns="http://www.TitlePoint.com">
      <GetOrderMonitorReportResultsRangeResult>
        <FalloutOrderDetail>
          <OrderId>long</OrderId>
          <Order>
            <Services xsi:nil="true" />
          </Order>
          <FalloutServiceDetails>
            <FalloutServiceDetail xsi:nil="true" />
            <FalloutServiceDetail xsi:nil="true" />
          </FalloutServiceDetails>
          <CompanyName>string</CompanyName>
          <CustomerReference>string</CustomerReference>
          <LastStateChange>dateTime</LastStateChange>
          <OrderStatus>int</OrderStatus>
          <DepartmentName>string</DepartmentName>
          <TitleUnitName>string</TitleUnitName>
        </FalloutOrderDetail>
        <FalloutOrderDetail>
          <OrderId>long</OrderId>
          <Order>
            <Services xsi:nil="true" />
          </Order>
          <FalloutServiceDetails>
            <FalloutServiceDetail xsi:nil="true" />
            <FalloutServiceDetail xsi:nil="true" />
          </FalloutServiceDetails>
          <CompanyName>string</CompanyName>
          <CustomerReference>string</CustomerReference>
          <LastStateChange>dateTime</LastStateChange>
          <OrderStatus>int</OrderStatus>
          <DepartmentName>string</DepartmentName>
          <TitleUnitName>string</TitleUnitName>
        </FalloutOrderDetail>
      </GetOrderMonitorReportResultsRangeResult>
    </GetOrderMonitorReportResultsRangeResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /TitlePointServices/TpsService.asmx/GetOrderMonitorReportResultsRange?userId=string&password=string&reportDate=string&startIndex=string&endIndex=string HTTP/1.1
Host: www.titlepoint.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFalloutOrderDetail xmlns="http://www.TitlePoint.com">
  <FalloutOrderDetail>
    <OrderId>long</OrderId>
    <Order>
      <Services>
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Services>
    </Order>
    <FalloutServiceDetails>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
    </FalloutServiceDetails>
    <CompanyName>string</CompanyName>
    <CustomerReference>string</CustomerReference>
    <LastStateChange>dateTime</LastStateChange>
    <OrderStatus>int</OrderStatus>
    <DepartmentName>string</DepartmentName>
    <TitleUnitName>string</TitleUnitName>
  </FalloutOrderDetail>
  <FalloutOrderDetail>
    <OrderId>long</OrderId>
    <Order>
      <Services>
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Services>
    </Order>
    <FalloutServiceDetails>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
    </FalloutServiceDetails>
    <CompanyName>string</CompanyName>
    <CustomerReference>string</CustomerReference>
    <LastStateChange>dateTime</LastStateChange>
    <OrderStatus>int</OrderStatus>
    <DepartmentName>string</DepartmentName>
    <TitleUnitName>string</TitleUnitName>
  </FalloutOrderDetail>
</ArrayOfFalloutOrderDetail>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /TitlePointServices/TpsService.asmx/GetOrderMonitorReportResultsRange HTTP/1.1
Host: www.titlepoint.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

userId=string&password=string&reportDate=string&startIndex=string&endIndex=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFalloutOrderDetail xmlns="http://www.TitlePoint.com">
  <FalloutOrderDetail>
    <OrderId>long</OrderId>
    <Order>
      <Services>
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Services>
    </Order>
    <FalloutServiceDetails>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
    </FalloutServiceDetails>
    <CompanyName>string</CompanyName>
    <CustomerReference>string</CustomerReference>
    <LastStateChange>dateTime</LastStateChange>
    <OrderStatus>int</OrderStatus>
    <DepartmentName>string</DepartmentName>
    <TitleUnitName>string</TitleUnitName>
  </FalloutOrderDetail>
  <FalloutOrderDetail>
    <OrderId>long</OrderId>
    <Order>
      <Services>
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Service d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Services>
    </Order>
    <FalloutServiceDetails>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
      <FalloutServiceDetail>
        <ServiceId>long</ServiceId>
        <ServiceDescription>string</ServiceDescription>
        <FalloutResults d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FipsCode>string</FipsCode>
        <State>string</State>
        <County>string</County>
        <SearchDate>dateTime</SearchDate>
        <SearchType>string</SearchType>
      </FalloutServiceDetail>
    </FalloutServiceDetails>
    <CompanyName>string</CompanyName>
    <CustomerReference>string</CustomerReference>
    <LastStateChange>dateTime</LastStateChange>
    <OrderStatus>int</OrderStatus>
    <DepartmentName>string</DepartmentName>
    <TitleUnitName>string</TitleUnitName>
  </FalloutOrderDetail>
</ArrayOfFalloutOrderDetail>