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": "325de602-578d-48bd-a7b6-877258c790cb",
"typeId": "bfcf5128-867e-4815-9cab-25119dd17198",
"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>325de602-578d-48bd-a7b6-877258c790cb</id> <text>sample string 3</text> <typeId>bfcf5128-867e-4815-9cab-25119dd17198</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. |