Request Information
URI Parameters
None.
Body Parameters
The note.
Nano.Note| Name | Description | Type | Additional information |
|---|---|---|---|
| content |
Gets or sets the content. |
string |
None. |
| created |
Gets or sets the created. |
date |
None. |
| modified |
Gets or sets the modified. |
date |
None. |
| statusChange |
Gets or sets the status change. |
string |
None. |
| subject |
Gets or sets the subject. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| appCondition |
Gets or sets the application condition identifier. |
integer |
None. |
| appQueue |
Gets or sets the application queue identifier. |
string |
None. |
| appraisalTracking |
Gets or sets the appraisal tracking identifier. |
string |
None. |
| conditionId |
Gets or sets the condition identifier. |
integer |
None. |
| noteCategory |
Gets or sets the note category identifier. |
integer |
None. |
| id |
Gets or sets the note identifier. |
integer |
None. |
| underwritingDecision |
Gets or sets the underwriting decision identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"content": "sample String 1",
"created": "2025-11-09T05:55:35.7705081Z",
"modified": "2025-11-09T05:55:35.7705081Z",
"statusChange": "sample String 2",
"subject": "sample String 3",
"app": "4",
"appCondition": "1",
"appQueue": "sample String 5",
"appraisalTracking": "sample String 6",
"conditionId": 1,
"noteCategory": "1",
"id": "7",
"underwritingDecision": "1",
"user": "1"
}
text/html
{"content":"sample String 1","created":"2025-11-09T05:55:35.7705081Z","modified":"2025-11-09T05:55:35.7705081Z","statusChange":"sample String 2","subject":"sample String 3","app":"4","appCondition":"1","appQueue":"sample String 5","appraisalTracking":"sample String 6","conditionId":1,"noteCategory":"1","id":"7","underwritingDecision":"1","user":"1"}
application/xml, text/xml
<Note xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Content>sample String 1</Content> <Created>2025-11-09T05:55:35.7705081Z</Created> <Modified>2025-11-09T05:55:35.7705081Z</Modified> <StatusChange>sample String 2</StatusChange> <Subject>sample String 3</Subject> <AppId>4</AppId> <AppConditionId>1</AppConditionId> <AppQueueId>sample String 5</AppQueueId> <AppraisalTrackingId>sample String 6</AppraisalTrackingId> <ConditionId>1</ConditionId> <NoteCategoryId>1</NoteCategoryId> <NoteId>7</NoteId> <UnderwritingDecisionId>1</UnderwritingDecisionId> <UserId>1</UserId> </Note>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created note.
Nano.Note| Name | Description | Type | Additional information |
|---|---|---|---|
| content |
Gets or sets the content. |
string |
None. |
| created |
Gets or sets the created. |
date |
None. |
| modified |
Gets or sets the modified. |
date |
None. |
| statusChange |
Gets or sets the status change. |
string |
None. |
| subject |
Gets or sets the subject. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| appCondition |
Gets or sets the application condition identifier. |
integer |
None. |
| appQueue |
Gets or sets the application queue identifier. |
string |
None. |
| appraisalTracking |
Gets or sets the appraisal tracking identifier. |
string |
None. |
| conditionId |
Gets or sets the condition identifier. |
integer |
None. |
| noteCategory |
Gets or sets the note category identifier. |
integer |
None. |
| id |
Gets or sets the note identifier. |
integer |
None. |
| underwritingDecision |
Gets or sets the underwriting decision identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"content": "sample String 1",
"created": "2025-11-09T05:55:35.7705081Z",
"modified": "2025-11-09T05:55:35.7705081Z",
"statusChange": "sample String 2",
"subject": "sample String 3",
"app": "4",
"appCondition": "1",
"appQueue": "sample String 5",
"appraisalTracking": "sample String 6",
"conditionId": 1,
"noteCategory": "1",
"id": "7",
"underwritingDecision": "1",
"user": "1"
}
text/html
{"content":"sample String 1","created":"2025-11-09T05:55:35.7705081Z","modified":"2025-11-09T05:55:35.7705081Z","statusChange":"sample String 2","subject":"sample String 3","app":"4","appCondition":"1","appQueue":"sample String 5","appraisalTracking":"sample String 6","conditionId":1,"noteCategory":"1","id":"7","underwritingDecision":"1","user":"1"}
application/xml, text/xml
<Note xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Content>sample String 1</Content> <Created>2025-11-09T05:55:35.7705081Z</Created> <Modified>2025-11-09T05:55:35.7705081Z</Modified> <StatusChange>sample String 2</StatusChange> <Subject>sample String 3</Subject> <AppId>4</AppId> <AppConditionId>1</AppConditionId> <AppQueueId>sample String 5</AppQueueId> <AppraisalTrackingId>sample String 6</AppraisalTrackingId> <ConditionId>1</ConditionId> <NoteCategoryId>1</NoteCategoryId> <NoteId>7</NoteId> <UnderwritingDecisionId>1</UnderwritingDecisionId> <UserId>1</UserId> </Note>
application/vnd.api+json
Sample not available.