GET AccountantNote/GetLatest?count={count}
Request Information
This method supports OData queries.
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| count | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Accountant Note| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Accountant Note |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"Subject": "sample string 2",
"EntryDate": "2025-12-21",
"ActionDate": "2025-12-21",
"Status": 1,
"Note": "sample string 3",
"HasAttachments": true,
"UserId": 4,
"CompanyId": 5,
"ToAccountant": "sample string 6",
"StatusText": "Due Today",
"CreatedByUserId": 1,
"CreatedBy": "sample string 7",
"LastModified": "sample string 8",
"CategoryId": 1,
"Category": "Meeting",
"DocumentHeaderId": 1,
"IsOwner": true
},
{
"ID": 1,
"Subject": "sample string 2",
"EntryDate": "2025-12-21",
"ActionDate": "2025-12-21",
"Status": 1,
"Note": "sample string 3",
"HasAttachments": true,
"UserId": 4,
"CompanyId": 5,
"ToAccountant": "sample string 6",
"StatusText": "Due Today",
"CreatedByUserId": 1,
"CreatedBy": "sample string 7",
"LastModified": "sample string 8",
"CategoryId": 1,
"Category": "Meeting",
"DocumentHeaderId": 1,
"IsOwner": true
}
]
}