Request Information

URI Parameters

None.

Body Parameters

The titleOrder.

Nano.TitleOrder
NameDescriptionTypeAdditional 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

Sample:
{
  "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-04-25T18:15:09.0181946Z",
  "isActive": true,
  "id": "9",
  "contact": "1",
  "provider": "1",
  "app": "10",
  "createdBy": "1",
  "titleOrderNotes": [
    "1",
    "2"
  ],
  "titleOrderDocuments": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"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-04-25T18:15:09.0181946Z","isActive":true,"id":"9","contact":"1","provider":"1","app":"10","createdBy":"1","titleOrderNotes":["1","2"],"titleOrderDocuments":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created titleOrderNote.

Nano.TitleOrder
NameDescriptionTypeAdditional 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

Sample:
{
  "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-04-25T18:15:09.0181946Z",
  "isActive": true,
  "id": "9",
  "contact": "1",
  "provider": "1",
  "app": "10",
  "createdBy": "1",
  "titleOrderNotes": [
    "1",
    "2"
  ],
  "titleOrderDocuments": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"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-04-25T18:15:09.0181946Z","isActive":true,"id":"9","contact":"1","provider":"1","app":"10","createdBy":"1","titleOrderNotes":["1","2"],"titleOrderDocuments":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.