PUT api/event/editeventnote

Edit an EventNote.

Request Information

URI Parameters

None.

Body Parameters

the edited event note

EditEventNoteCommandDataContract
NameDescriptionTypeAdditional information
Id

integer

None.

Note

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Id": 1,
  "Note": "sample string 2"
}

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.