GET AccountantNote/Get/{id}

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

Body Parameters

None.

Response Information

Resource Description

Accountant Note
NameTypeAdditional informationDescription
ID integer

None.

Subject string

None.

EntryDate nullable date

None.

ActionDate nullable date

None.

Status nullable integer

None.

Note string

None.

HasAttachments nullable bool

None.

UserId integer

None.

CompanyId integer

None.

ToAccountant string

None.

StatusText string

None.

CreatedByUserId nullable integer

None.

CreatedBy string

None.

LastModified string

None.

CategoryId nullable integer

None.

Category string

None.

DocumentHeaderId integer

None.

IsOwner bool

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Subject": "sample string 2",
  "EntryDate": "2024-03-29",
  "ActionDate": "2024-03-29",
  "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
}