POST {version}/SaveSystemNote
Save System Note
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Note| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| typeId | globally unique identifier |
None. |
|
| text | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "d636c301-d2de-43c7-acb8-553f99ec5474",
"typeId": "4aa491f6-af71-48a9-bbc3-c1d31b1e56a8",
"text": "sample string 3"
}
application/xml, text/xml
Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <id>d636c301-d2de-43c7-acb8-553f99ec5474</id> <text>sample string 3</text> <typeId>4aa491f6-af71-48a9-bbc3-c1d31b1e56a8</typeId> </Note>
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. |