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-08-15T17:20:30.3433988+03:00</ActionDate>
<ActionNote>sample string 7</ActionNote>
<ActionUser>71a16786-446d-4285-9dbc-ae841801e4dc</ActionUser>
<AddressDesc>sample string 14</AddressDesc>
<AreaName>sample string 12</AreaName>
<CounterAccount>01385f61-6309-41aa-8ef6-70655fd13852</CounterAccount>
<CounterID>9</CounterID>
<CounterNoteID>8a1257e3-9a13-42e0-8b62-aca0f625e973</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-08-15T17:20:30.3433988+03:00</NoteDate>
<NoteType>1e7cbb56-1984-416c-a85f-796b81febda5</NoteType>
<Phone>13</Phone>
<ReadByUserGuid>8096edf2-e882-4f28-8f99-fc60df6706d4</ReadByUserGuid>
<ReadDate>2026-08-15T17:20:30.3433988+03:00</ReadDate>
<TargetUser>43fcdbb6-8bed-4082-8069-c500c36baf35</TargetUser>
<UserGuid>92411bd4-94de-47a0-9356-4011f575f760</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>