POST {version}/SaveSystemNote

Save System Note

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Note
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

typeId

globally unique identifier

None.

text

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "dba946b4-2a27-47cb-a03c-2a777584fbff",
  "typeId": "0803f069-1999-4206-b3f8-d860dabed368",
  "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>dba946b4-2a27-47cb-a03c-2a777584fbff</id>
  <text>sample string 3</text>
  <typeId>0803f069-1999-4206-b3f8-d860dabed368</typeId>
</Note>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.