POST api/InternalNote/InsertOrUpdateInternalNote
Request Information
URI Parameters
None.
Body Parameters
InternalNoteRequestName | 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": "d6388012-83f1-4e77-8ea4-2387f2ff55b0", "NoteID": "85ca57b3-9654-4bc5-b19e-2df2f7ce9e4f", "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-04-04T05:30:34.3760065+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-04-04T05:30:34.3760065+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>85ca57b3-9654-4bc5-b19e-2df2f7ce9e4f</d2p1:NoteID> <d2p1:QuickQuoteId>d6388012-83f1-4e77-8ea4-2387f2ff55b0</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
HttpResponseMessageName | 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. |