Title search, insurance ordering, underwriting normalisation, and transfer coordination.
The title question splits into an ordering step and a reading step. Ordering places the search and the insurance commitment with an underwriter; reading turns the returned commitment into structured requirements and exceptions the rest of the file can act on.
Field-level checking of the returned commitment is the dual-listed slot, Title under Validation.
The operations below come from a service that routes several closing-side products under one contract, which is why title search, title insurance and the document set sit next to each other in one namespace rather than in three.
Dual listing
Title is filed under two categories. The other listing is
Title under Validation, and neither listing carries a recorded specification.
{
"collection_id": "e4502ed2-8df8-4b8f-84bd-a1097e999a77",
"message": "When ready, data will be available under the following collection_id. Use this new collection_id to get the execution status."
}
{
"collection_id": "e4502ed2-8df8-4b8f-84bd-a1097e999a77",
"message": "When ready, data will be available under the following collection_id. Use this new collection_id to get the execution status."
}
Parameters
1
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Authorization key
Request bodyapplication/json
3 fields
Field
Type
Description
transaction_idrequired
string
Transaction ID
collection_idrequired
string
Collection ID
partner_namerequired
string
—
Response 200application/json
2 fields
Title Insurance request created successfully.
Field
Type
Description
collection_id
string
Collection ID
message
string
Message
GET/title-insurance/elements
Retrieve Elements
get-title-insurance-elements
Retrieve Elements provides a list of the elements needed to invoke a partner product.
Parameters
1
Parameter
Type
Example
Description
x-api-keyrequired
stringheader
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Authorization key
Response 200application/json
1 fields
Elements needed for request.
Field
Type
Description
elements
object
List of elements
POST/title-insurance/elements/complete
Validate Collection
post-title-insurance-collection-complete
Validate Collection validates that a collection contains all of the elements needed to invoke a partner product.
Create Transaction creates a transaction in Staircase.
A transaction in Staircase is an acknowledgement that you want to call a Staircase product. It's a container for everything associated with that product invocation, and is correlated with a collection related to the product (e.g. a document).
You need to create a new transaction every time you want to connect with a Staircase product. Staircase then associates everything, from a data and API execution standpoint, to that transaction.
Create Transaction creates a transaction in Staircase.
A transaction in Staircase is an acknowledgement that you want to call a Staircase product. It's a container for everything associated with that product invocation, and is correlated with a collection related to the product (e.g. a document).
You need to create a new transaction every time you want to connect with a Staircase product. Staircase then associates everything, from a data and API execution standpoint, to that transaction.