POST api/event/noteevent/add

Adds a note to the provided role

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Events.Command.AddNoteEventCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

GroupId

integer

None.

Title

string

None.

Notes

string

None.

NegotiatorIds

Collection of integer

None.

Pinned

boolean

None.

GroupRoleId

integer

None.

IsOriginal

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddNoteEventCommandDataContract'.

application/json, text/json

Sample:
{
  "RoleId": 1,
  "GroupId": 2,
  "Title": "sample string 3",
  "Notes": "sample string 4",
  "NegotiatorIds": [
    1,
    2
  ],
  "Pinned": true,
  "GroupRoleId": 6,
  "IsOriginal": true
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.