GET SupplierNote/Get/{id}

Gets the specified Supplier Note based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The Supplier Note ID.

Body Parameters

None.

Response Information

Resource Description

Supplier Note
NameTypeAdditional informationDescription
ID integer

Required

Subject string

Required

String length: inclusive between 0 and 100

EntryDate nullable date

None.

ActionDate date

Required

Status nullable bool

None.

Note string

None.

HasAttachments nullable bool

None.

SupplierId integer

None.

SupplierName string

None.

Priority nullable integer

None.

UserTaskCategoryId nullable integer

None.

NotifyAssignee nullable bool

None.

Response Formats

application/json, text/json

Sample:
{
  "SupplierId": 1,
  "SupplierName": "sample string 2",
  "Priority": 1,
  "UserTaskCategoryId": 1,
  "NotifyAssignee": true,
  "ID": 3,
  "Subject": "sample string 4",
  "EntryDate": "2024-03-29T00:00:00+10:00",
  "ActionDate": "2024-03-29T00:00:00+10:00",
  "Status": true,
  "Note": "sample string 5",
  "HasAttachments": true
}