TpsService
Click here for a complete list of operations.
GetOrderSummary
This method returns an order summary, which includes the service collection on the order.
Documentation
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/GetOrderSummary"
<?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>
<GetOrderSummary xmlns="http://www.TitlePoint.com">
<userID>string</userID>
<password>string</password>
<company>string</company>
<department>string</department>
<titleOfficer>string</titleOfficer>
<customerRef>string</customerRef>
</GetOrderSummary>
</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>
<GetOrderSummaryResponse xmlns="http://www.TitlePoint.com">
<GetOrderSummaryResult>
<ID>long</ID>
<TitleUnitId>int</TitleUnitId>
<CustomerReference>string</CustomerReference>
<TitleOfficer>string</TitleOfficer>
<DateTimeCreated>dateTime</DateTimeCreated>
<OrderState>int</OrderState>
<Comment>string</Comment>
<Requests>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
</Requests>
<Services>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters xsi:nil="true" />
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails xsi:nil="true" />
<RelatedServices xsi:nil="true" />
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices xsi:nil="true" />
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters xsi:nil="true" />
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails xsi:nil="true" />
<RelatedServices xsi:nil="true" />
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices xsi:nil="true" />
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
</Services>
</GetOrderSummaryResult>
</GetOrderSummaryResponse>
</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>
<GetOrderSummary xmlns="http://www.TitlePoint.com">
<userID>string</userID>
<password>string</password>
<company>string</company>
<department>string</department>
<titleOfficer>string</titleOfficer>
<customerRef>string</customerRef>
</GetOrderSummary>
</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>
<GetOrderSummaryResponse xmlns="http://www.TitlePoint.com">
<GetOrderSummaryResult>
<ID>long</ID>
<TitleUnitId>int</TitleUnitId>
<CustomerReference>string</CustomerReference>
<TitleOfficer>string</TitleOfficer>
<DateTimeCreated>dateTime</DateTimeCreated>
<OrderState>int</OrderState>
<Comment>string</Comment>
<Requests>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
</Requests>
<Services>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters xsi:nil="true" />
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails xsi:nil="true" />
<RelatedServices xsi:nil="true" />
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices xsi:nil="true" />
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters xsi:nil="true" />
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails xsi:nil="true" />
<RelatedServices xsi:nil="true" />
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices xsi:nil="true" />
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
</Services>
</GetOrderSummaryResult>
</GetOrderSummaryResponse>
</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/GetOrderSummary?userID=string&password=string&company=string&department=string&titleOfficer=string&customerRef=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"?>
<ExternalSummarizedOrder xmlns="http://www.TitlePoint.com">
<ID>long</ID>
<TitleUnitId>int</TitleUnitId>
<CustomerReference>string</CustomerReference>
<TitleOfficer>string</TitleOfficer>
<DateTimeCreated>dateTime</DateTimeCreated>
<OrderState>int</OrderState>
<Comment>string</Comment>
<Requests>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
</Requests>
<Services>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters>
<ServiceParameters d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Parameters>
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails>
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ThumbNails>
<RelatedServices>
<ServiceId>long</ServiceId>
<ServiceId>long</ServiceId>
</RelatedServices>
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices>
<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" />
</ChildServices>
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters>
<ServiceParameters d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Parameters>
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails>
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ThumbNails>
<RelatedServices>
<ServiceId>long</ServiceId>
<ServiceId>long</ServiceId>
</RelatedServices>
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices>
<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" />
</ChildServices>
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
</Services>
</ExternalSummarizedOrder>
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/GetOrderSummary HTTP/1.1 Host: www.titlepoint.com Content-Type: application/x-www-form-urlencoded Content-Length: length userID=string&password=string&company=string&department=string&titleOfficer=string&customerRef=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ExternalSummarizedOrder xmlns="http://www.TitlePoint.com">
<ID>long</ID>
<TitleUnitId>int</TitleUnitId>
<CustomerReference>string</CustomerReference>
<TitleOfficer>string</TitleOfficer>
<DateTimeCreated>dateTime</DateTimeCreated>
<OrderState>int</OrderState>
<Comment>string</Comment>
<Requests>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
<AsynchronousRequest>
<CorrelationId>guid</CorrelationId>
<RequestId>long</RequestId>
<Status>Cancelled or New or Processing or Complete or Failed or FailedComplete or TimedOut or ProcessingConcurrent or Aborted</Status>
<TimeOrdered>dateTime</TimeOrdered>
<OrderId>long</OrderId>
<AdditionalInformation0>long</AdditionalInformation0>
<AdditionalInformation1>string</AdditionalInformation1>
<Reason>string</Reason>
</AsynchronousRequest>
</Requests>
<Services>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters>
<ServiceParameters d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Parameters>
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails>
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ThumbNails>
<RelatedServices>
<ServiceId>long</ServiceId>
<ServiceId>long</ServiceId>
</RelatedServices>
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices>
<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" />
</ChildServices>
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
<Service>
<ID>long</ID>
<Name>string</Name>
<TypeID>string</TypeID>
<UserId>int</UserId>
<UserName>string</UserName>
<TitleUnitId>int</TitleUnitId>
<ProcessingMode>Unknown or Interactive or Batch</ProcessingMode>
<Parameters>
<ServiceParameters d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Parameters>
<Status>Unknown or New or QueuedForOcr or Processing or QueuedForAnalysis or Analyzing or Cancelling or Cancelled or Complete or Error or Passivated or Deleted or PartiallyComplete or Hidden or Purged or Delayed or Incomplete</Status>
<CompletionStatus>int</CompletionStatus>
<TimeOrdered>dateTime</TimeOrdered>
<StatusDescription>string</StatusDescription>
<InfoOnly>boolean</InfoOnly>
<ConcurrencyToken>base64Binary</ConcurrencyToken>
<RequestId>long</RequestId>
<ThumbNails>
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ResultThumbNail d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ThumbNails>
<RelatedServices>
<ServiceId>long</ServiceId>
<ServiceId>long</ServiceId>
</RelatedServices>
<ParentServiceId>long</ParentServiceId>
<Category>string</Category>
<ExtendedInfo>string</ExtendedInfo>
<IsActive>boolean</IsActive>
<Comment>string</Comment>
<Narrative>string</Narrative>
<ChildServices>
<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" />
</ChildServices>
<LinkedServiceStatus>Unknown or Active or Inactive</LinkedServiceStatus>
</Service>
</Services>
</ExternalSummarizedOrder>