GET DocumentHeaderNote/Get/{id}

Gets the specified Document Header Note based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

Document Header Note
NameTypeAdditional informationDescription
ID integer

None.

CompanyId integer

None.

DocumentHeaderId integer

None.

NoteTypeId integer

None.

UserId integer

None.

Username string

None.

Created date

None.

ActionDate nullable date

None.

Note string

None.

Completed bool

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CompanyId": 2,
  "DocumentHeaderId": 3,
  "NoteTypeId": 4,
  "UserId": 5,
  "Username": "sample string 6",
  "Created": "2024-03-29T00:00:00+10:00",
  "ActionDate": "2024-03-29T00:00:00+10:00",
  "Note": "sample string 8",
  "Completed": true
}