POST api/ESCounterNotes

Request Information

URI Parameters

None.

Body Parameters

ESCounterNote
NameDescriptionTypeAdditional information
CounterNoteID

globally unique identifier

None.

UserGuid

globally unique identifier

None.

Note

string

None.

NoteType

globally unique identifier

None.

NoteDate

date

None.

IsRead

boolean

None.

ReadByUserGuid

globally unique identifier

None.

ReadDate

date

None.

Action

ActionType

None.

TargetUser

globally unique identifier

None.

ActionNote

string

None.

ActionUser

globally unique identifier

None.

ActionDate

date

None.

CounterAccount

globally unique identifier

None.

ESCounterNoteType

ESCounterNoteType

None.

Request Formats

application/json, text/json

Sample:
{
  "CounterNoteID": "ec7cd405-6ca7-4291-b991-fda180fd4924",
  "Note": "sample string 2",
  "NoteType": "fcfe653c-bb04-49b9-b646-289ced9ac969",
  "NoteDate": "2025-12-06T08:01:53.055828+03:00",
  "IsRead": true,
  "ReadDate": "2025-12-06T08:01:53.055828+03:00",
  "Action": 0,
  "ActionNote": "sample string 3",
  "ActionDate": "2025-12-06T08:01:53.055828+03:00",
  "CounterAccount": "24507f57-2f04-479c-9e4b-4b054466674e",
  "ESCounterNoteType": {
    "$id": "2",
    "NoteTypeID": "89ef767f-4fa2-4a8c-9182-48664d8fbf57",
    "NoteTypeName": "sample string 2",
    "IsEnabled": true,
    "Color": 1
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.