POST {version}/SaveSystemNote
Save System Note
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
NoteName | 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": "ee83f70a-ce5e-463c-8a69-324c92493777", "typeId": "f424d3a7-88fb-448f-a9d5-7ef937786ca5", "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>ee83f70a-ce5e-463c-8a69-324c92493777</id> <text>sample string 3</text> <typeId>f424d3a7-88fb-448f-a9d5-7ef937786ca5</typeId> </Note>
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. |