GET DocumentHeaderNote/Get

Gets a list of Document Header Notes.

Request Information

This method supports OData queries.

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

This collection is wrapped in a paging response object.

Paging response of Document Header Note
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Document Header Note

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "CompanyId": 2,
      "DocumentHeaderId": 3,
      "NoteTypeId": 4,
      "UserId": 5,
      "Username": "sample string 6",
      "Created": "2024-03-28",
      "ActionDate": "2024-03-28",
      "Note": "sample string 8",
      "Completed": true
    },
    {
      "ID": 1,
      "CompanyId": 2,
      "DocumentHeaderId": 3,
      "NoteTypeId": 4,
      "UserId": 5,
      "Username": "sample string 6",
      "Created": "2024-03-28",
      "ActionDate": "2024-03-28",
      "Note": "sample string 8",
      "Completed": true
    }
  ]
}