POST api/InternalNote/InsertOrUpdateInternalNote
Request Information
URI Parameters
None.
Body Parameters
InternalNoteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| bits_revision | string |
None. |
|
| InternalNote | TInternalNote |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"bits_revision": "sample string 2",
"InternalNote": {
"QuickQuoteId": "82bd0b0e-95a1-4b14-b022-faf3a7ac39b5",
"NoteID": "f8089338-243d-4ed4-b8ad-968aa533add8",
"Note": "sample string 3",
"Link": "sample string 4",
"Sender": "sample string 5",
"Receiver": "sample string 6",
"From": "sample string 7",
"To": "sample string 8",
"Attachments": "sample string 9",
"CreateOn": "2025-11-05T00:44:47.783142+00:00"
}
}
application/xml, text/xml
Sample:
<InternalNoteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microservices.Application.QuickQuote.Entities.Request">
<InternalNote xmlns:d2p1="http://schemas.datacontract.org/2004/07/Microservices.Application.QuickQuote.Entities.PetaPocoModel">
<d2p1:Attachments>sample string 9</d2p1:Attachments>
<d2p1:CreateOn>2025-11-05T00:44:47.783142+00:00</d2p1:CreateOn>
<d2p1:From>sample string 7</d2p1:From>
<d2p1:Link>sample string 4</d2p1:Link>
<d2p1:Note>sample string 3</d2p1:Note>
<d2p1:NoteID>f8089338-243d-4ed4-b8ad-968aa533add8</d2p1:NoteID>
<d2p1:QuickQuoteId>82bd0b0e-95a1-4b14-b022-faf3a7ac39b5</d2p1:QuickQuoteId>
<d2p1:Receiver>sample string 6</d2p1:Receiver>
<d2p1:Sender>sample string 5</d2p1:Sender>
<d2p1:To>sample string 8</d2p1:To>
</InternalNote>
<bits_revision>sample string 2</bits_revision>
<name>sample string 1</name>
</InternalNoteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |