Request Information
URI Parameters
None.
Body Parameters
The titleOrderNote.
Nano.TitleOrderNote| Name | Description | Type | Additional 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
{
"actionRequired": true,
"date": "2025-11-09T05:55:31.2122022Z",
"isCreateTask": true,
"note": "sample String 3",
"noteId": "sample String 4",
"notified": "2025-11-09T05:55:31.2122022Z",
"source": "sample String 5",
"titleOrder": "6",
"id": "7"
}
text/html
{"actionRequired":true,"date":"2025-11-09T05:55:31.2122022Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-11-09T05:55:31.2122022Z","source":"sample String 5","titleOrder":"6","id":"7"}
application/xml, text/xml
<TitleOrderNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ActionRequired>true</ActionRequired> <Date>2025-11-09T05:55:31.2122022Z</Date> <IsCreateTask>true</IsCreateTask> <Note>sample String 3</Note> <NoteId>sample String 4</NoteId> <Notified>2025-11-09T05:55:31.2122022Z</Notified> <Source>sample String 5</Source> <TitleOrderId>6</TitleOrderId> <TitleOrderNoteId>7</TitleOrderNoteId> </TitleOrderNote>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created titleOrderNote.
Nano.TitleOrderNote| Name | Description | Type | Additional 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
{
"actionRequired": true,
"date": "2025-11-09T05:55:31.2280349Z",
"isCreateTask": true,
"note": "sample String 3",
"noteId": "sample String 4",
"notified": "2025-11-09T05:55:31.2280349Z",
"source": "sample String 5",
"titleOrder": "6",
"id": "7"
}
text/html
{"actionRequired":true,"date":"2025-11-09T05:55:31.2280349Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-11-09T05:55:31.2280349Z","source":"sample String 5","titleOrder":"6","id":"7"}
application/xml, text/xml
<TitleOrderNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ActionRequired>true</ActionRequired> <Date>2025-11-09T05:55:31.2280349Z</Date> <IsCreateTask>true</IsCreateTask> <Note>sample String 3</Note> <NoteId>sample String 4</NoteId> <Notified>2025-11-09T05:55:31.2280349Z</Notified> <Source>sample String 5</Source> <TitleOrderId>6</TitleOrderId> <TitleOrderNoteId>7</TitleOrderNoteId> </TitleOrderNote>
application/vnd.api+json
Sample not available.