Request Information

URI Parameters

None.

Body Parameters

The titleOrderNote.

Nano.TitleOrderNote
NameDescriptionTypeAdditional information
actionRequired

Gets or sets a value indicating whether gets or sets the actionRequired.

boolean

None.

date

Gets or sets the Date.

date

None.

isCreateTask

Gets or sets a value indicating whether gets or sets the IsCreateTask.

boolean

None.

note

Gets or sets the note.

string

None.

noteId

Gets or sets the noteId.

string

None.

notified

Gets or sets the notified.

date

None.

source

Gets or sets the Source.

string

None.

titleOrder

Gets or sets the TitleOrderId.

integer

None.

id

Gets or sets the title order note identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "actionRequired": true,
  "date": "2025-04-25T18:11:01.6803146Z",
  "isCreateTask": true,
  "note": "sample String 3",
  "noteId": "sample String 4",
  "notified": "2025-04-25T18:11:01.6803146Z",
  "source": "sample String 5",
  "titleOrder": "6",
  "id": "7"
}

text/html

Sample:
{"actionRequired":true,"date":"2025-04-25T18:11:01.6803146Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-04-25T18:11:01.6803146Z","source":"sample String 5","titleOrder":"6","id":"7"}

application/xml, text/xml

Sample:
<TitleOrderNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ActionRequired>true</ActionRequired>
  <Date>2025-04-25T18:11:01.6803146Z</Date>
  <IsCreateTask>true</IsCreateTask>
  <Note>sample String 3</Note>
  <NoteId>sample String 4</NoteId>
  <Notified>2025-04-25T18:11:01.6803146Z</Notified>
  <Source>sample String 5</Source>
  <TitleOrderId>6</TitleOrderId>
  <TitleOrderNoteId>7</TitleOrderNoteId>
</TitleOrderNote>

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.TitleOrderNote
NameDescriptionTypeAdditional information
actionRequired

Gets or sets a value indicating whether gets or sets the actionRequired.

boolean

None.

date

Gets or sets the Date.

date

None.

isCreateTask

Gets or sets a value indicating whether gets or sets the IsCreateTask.

boolean

None.

note

Gets or sets the note.

string

None.

noteId

Gets or sets the noteId.

string

None.

notified

Gets or sets the notified.

date

None.

source

Gets or sets the Source.

string

None.

titleOrder

Gets or sets the TitleOrderId.

integer

None.

id

Gets or sets the title order note identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "actionRequired": true,
  "date": "2025-04-25T18:11:01.6803146Z",
  "isCreateTask": true,
  "note": "sample String 3",
  "noteId": "sample String 4",
  "notified": "2025-04-25T18:11:01.6803146Z",
  "source": "sample String 5",
  "titleOrder": "6",
  "id": "7"
}

text/html

Sample:
{"actionRequired":true,"date":"2025-04-25T18:11:01.6803146Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-04-25T18:11:01.6803146Z","source":"sample String 5","titleOrder":"6","id":"7"}

application/xml, text/xml

Sample:
<TitleOrderNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ActionRequired>true</ActionRequired>
  <Date>2025-04-25T18:11:01.6803146Z</Date>
  <IsCreateTask>true</IsCreateTask>
  <Note>sample String 3</Note>
  <NoteId>sample String 4</NoteId>
  <Notified>2025-04-25T18:11:01.6803146Z</Notified>
  <Source>sample String 5</Source>
  <TitleOrderId>6</TitleOrderId>
  <TitleOrderNoteId>7</TitleOrderNoteId>
</TitleOrderNote>

application/vnd.api+json

Sample:

Sample not available.