Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
titleOrderNoteId |
The role identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The role, if it exists.
Nano.TitleOrderNoteName | 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
Sample:
{ "actionRequired": true, "date": "2025-04-25T18:03:53.1164224Z", "isCreateTask": true, "note": "sample String 3", "noteId": "sample String 4", "notified": "2025-04-25T18:03:53.1164224Z", "source": "sample String 5", "titleOrder": "6", "id": "7" }
text/html
Sample:
{"actionRequired":true,"date":"2025-04-25T18:03:53.1164224Z","isCreateTask":true,"note":"sample String 3","noteId":"sample String 4","notified":"2025-04-25T18:03:53.1164224Z","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:03:53.1164224Z</Date> <IsCreateTask>true</IsCreateTask> <Note>sample String 3</Note> <NoteId>sample String 4</NoteId> <Notified>2025-04-25T18:03:53.1164224Z</Notified> <Source>sample String 5</Source> <TitleOrderId>6</TitleOrderId> <TitleOrderNoteId>7</TitleOrderNoteId> </TitleOrderNote>
application/vnd.api+json
Sample:
Sample not available.