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

Dezrez.Core.DataContracts.External.Api.Events.Command.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": "2024-03-29T12:55:04.7509315Z"
}

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.