POST api/ESSystem/v1/Notes/AddNote
Request Information
URI Parameters
None.
Body Parameters
ESCounterNote| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterNoteID | globally unique identifier |
None. |
|
| UserGuid | globally unique identifier |
None. |
|
| Note | string |
None. |
|
| CounterAccount | globally unique identifier |
None. |
|
| NoteType | globally unique identifier |
None. |
|
| NoteDate | date |
None. |
|
| IsRead | boolean |
None. |
|
| ReadByUserGuid | globally unique identifier |
None. |
|
| ReadDate | date |
None. |
|
| Action | ActionType |
None. |
|
| ActionDate | date |
None. |
|
| TargetUser | globally unique identifier |
None. |
|
| ActionNote | string |
None. |
|
| TargetUserData | User |
None. |
|
| ReadbyUserData | User |
None. |
|
| UserData | User |
None. |
|
| AccountName | string |
None. |
|
| CounterNoteType | ESCounterNoteType |
None. |
|
| ActionUser | globally unique identifier |
None. |
|
| ActionUserData | User |
None. |
|
| CounterID | integer |
None. |
|
| Debit | decimal number |
None. |
|
| Credit | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| AreaName | string |
None. |
|
| Phone | integer |
None. |
|
| AddressDesc | string |
None. |
|
| LastStatusID | integer |
None. |
|
| LastCounterStatus | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ESCounterNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccurPluse.Models.Structures.ES">
<AccountName>sample string 8</AccountName>
<Action>Rejected</Action>
<ActionDate>2026-06-21T11:24:36.8954991+03:00</ActionDate>
<ActionNote>sample string 7</ActionNote>
<ActionUser>01eb2a31-2b15-4b57-9031-07068aca4936</ActionUser>
<AddressDesc>sample string 14</AddressDesc>
<AreaName>sample string 12</AreaName>
<CounterAccount>ef6c3461-69df-4000-b231-d74836658a6c</CounterAccount>
<CounterID>9</CounterID>
<CounterNoteID>0d2c5d06-8854-4ee2-98a4-1d733f1508e5</CounterNoteID>
<CounterNoteType>
<Color>0</Color>
<IsEnabled>false</IsEnabled>
<NoteTypeID>00000000-0000-0000-0000-000000000000</NoteTypeID>
<NoteTypeName i:nil="true" />
</CounterNoteType>
<Credit>11</Credit>
<Debit>10</Debit>
<IsRead>true</IsRead>
<LastStatusID>15</LastStatusID>
<Note>sample string 3</Note>
<NoteDate>2026-06-21T11:24:36.8954991+03:00</NoteDate>
<NoteType>14538665-7d6f-43fc-b4a4-1dc427cb55e9</NoteType>
<Phone>13</Phone>
<ReadByUserGuid>67121a0a-d534-45ea-b6ad-f1aed694c07d</ReadByUserGuid>
<ReadDate>2026-06-21T11:24:36.8954991+03:00</ReadDate>
<TargetUser>87a14829-4202-435b-a2b2-3eef601fc2b4</TargetUser>
<UserGuid>814cff1d-45ba-414a-8996-0755adb6f6a4</UserGuid>
</ESCounterNote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": 1,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Core.Common"> <Data /> <Error>1</Error> <Message>sample string 2</Message> </ApiResult>