POST api/todo/addtodonote?toDoId={toDoId}

Add note for a ToDo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
toDoId

integer

Required

Body Parameters

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-04-26T09:43:10.9302777Z"
}

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.