POST DocumentHeaderNote/Save

Saves the specified Document Header Note.

Request Information

URI Parameters

None.

Body Parameters

The Document Header Note.

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.

Request Formats

application/json, text/json

Sample:
{
  "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
}

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-28",
  "ActionDate": "2024-03-28",
  "Note": "sample string 8",
  "Completed": true
}