Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The title order identifier. |
integer |
Required |
Body Parameters
The title order.
Nano.TitleOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| fileNumber |
Gets or sets the file number. |
string |
None. |
| partnerFileNumber |
Gets or sets the partner file number. |
string |
None. |
| cplEffectiveDate |
Gets or sets the CplEffectiveDate. |
string |
None. |
| effectiveDate |
Gets or sets the EffectiveDate. |
string |
None. |
| isSilkCompany |
Gets or sets a value indicating whether gets or sets the is silk company. |
boolean |
None. |
| note |
Gets or sets the note. |
string |
None. |
| name |
Gets or sets the note. |
string |
None. |
| orderDate |
Gets or sets the OrderDate. |
date |
None. |
| isActive |
Gets or sets a value indicating whether gets or sets the is active. |
boolean |
None. |
| id |
Gets or sets the title order identifier. |
integer |
None. |
| contact |
Gets or sets the contact. |
integer |
None. |
| provider |
Gets or sets the provider. |
integer |
None. |
| app |
Gets or sets the app. |
integer |
None. |
| createdBy |
Gets or sets the createdBy. |
integer |
None. |
| titleOrderNotes |
Gets or sets the title order note identifiers. |
Collection of integer |
None. |
| titleOrderDocuments |
Gets or sets the title order document identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{
"fileNumber": "sample String 1",
"partnerFileNumber": "sample String 2",
"cplEffectiveDate": "sample String 3",
"effectiveDate": "sample String 4",
"isSilkCompany": true,
"note": "sample String 6",
"name": "sample String 7",
"orderDate": "2025-11-09T05:57:33.1097572Z",
"isActive": true,
"id": "9",
"contact": "1",
"provider": "1",
"app": "10",
"createdBy": "1",
"titleOrderNotes": [
"1",
"2"
],
"titleOrderDocuments": [
"1",
"2"
]
}
text/html
{"fileNumber":"sample String 1","partnerFileNumber":"sample String 2","cplEffectiveDate":"sample String 3","effectiveDate":"sample String 4","isSilkCompany":true,"note":"sample String 6","name":"sample String 7","orderDate":"2025-11-09T05:57:33.1097572Z","isActive":true,"id":"9","contact":"1","provider":"1","app":"10","createdBy":"1","titleOrderNotes":["1","2"],"titleOrderDocuments":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated title order.
Nano.TitleOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| fileNumber |
Gets or sets the file number. |
string |
None. |
| partnerFileNumber |
Gets or sets the partner file number. |
string |
None. |
| cplEffectiveDate |
Gets or sets the CplEffectiveDate. |
string |
None. |
| effectiveDate |
Gets or sets the EffectiveDate. |
string |
None. |
| isSilkCompany |
Gets or sets a value indicating whether gets or sets the is silk company. |
boolean |
None. |
| note |
Gets or sets the note. |
string |
None. |
| name |
Gets or sets the note. |
string |
None. |
| orderDate |
Gets or sets the OrderDate. |
date |
None. |
| isActive |
Gets or sets a value indicating whether gets or sets the is active. |
boolean |
None. |
| id |
Gets or sets the title order identifier. |
integer |
None. |
| contact |
Gets or sets the contact. |
integer |
None. |
| provider |
Gets or sets the provider. |
integer |
None. |
| app |
Gets or sets the app. |
integer |
None. |
| createdBy |
Gets or sets the createdBy. |
integer |
None. |
| titleOrderNotes |
Gets or sets the title order note identifiers. |
Collection of integer |
None. |
| titleOrderDocuments |
Gets or sets the title order document identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"fileNumber": "sample String 1",
"partnerFileNumber": "sample String 2",
"cplEffectiveDate": "sample String 3",
"effectiveDate": "sample String 4",
"isSilkCompany": true,
"note": "sample String 6",
"name": "sample String 7",
"orderDate": "2025-11-09T05:57:33.1097572Z",
"isActive": true,
"id": "9",
"contact": "1",
"provider": "1",
"app": "10",
"createdBy": "1",
"titleOrderNotes": [
"1",
"2"
],
"titleOrderDocuments": [
"1",
"2"
]
}
text/html
{"fileNumber":"sample String 1","partnerFileNumber":"sample String 2","cplEffectiveDate":"sample String 3","effectiveDate":"sample String 4","isSilkCompany":true,"note":"sample String 6","name":"sample String 7","orderDate":"2025-11-09T05:57:33.1097572Z","isActive":true,"id":"9","contact":"1","provider":"1","app":"10","createdBy":"1","titleOrderNotes":["1","2"],"titleOrderDocuments":["1","2"]}
application/vnd.api+json
Sample not available.