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": "9ab5ebf4-fc05-468b-a944-bc7c897df870", "NoteID": "624f493f-35e1-490f-b369-b55645ef32c9", "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": "2024-11-02T00:44:47.1859211+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>2024-11-02T00:44:47.1859211+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>624f493f-35e1-490f-b369-b55645ef32c9</d2p1:NoteID> <d2p1:QuickQuoteId>9ab5ebf4-fc05-468b-a944-bc7c897df870</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. |