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-07-27T01:18:07.0175528+03:00</ActionDate>
<ActionNote>sample string 7</ActionNote>
<ActionUser>f1646da3-1d77-4d86-8a78-8378d2a6a05d</ActionUser>
<AddressDesc>sample string 14</AddressDesc>
<AreaName>sample string 12</AreaName>
<CounterAccount>1187f3b6-6fa9-48df-abe0-e9ba610b35c2</CounterAccount>
<CounterID>9</CounterID>
<CounterNoteID>f1c79170-04a1-4577-b0e9-fcd44240fef3</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-07-27T01:18:07.0155542+03:00</NoteDate>
<NoteType>d70ca468-5a73-4ca8-a855-d9a79c314278</NoteType>
<Phone>13</Phone>
<ReadByUserGuid>dded1f5f-623e-4b75-8848-08becaaaff32</ReadByUserGuid>
<ReadDate>2026-07-27T01:18:07.0155542+03:00</ReadDate>
<TargetUser>05182637-67a6-45d3-9213-b569f14e84a3</TargetUser>
<UserGuid>06174b90-8927-4cd5-8768-326585b5a163</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>