POST api/event/{id}/addnotetoevent

Put - to update a note on an event.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the event id

integer

Required

Body Parameters

the note text

AddNoteToEventCommandDataContract
NameDescriptionTypeAdditional information
Note

string

None.

NegotiatorId

integer

None.

CreationDate

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Note": "sample string 1",
  "NegotiatorId": 1,
  "CreationDate": "2025-07-04T20:49:51.5518894Z"
}

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.