v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get a Supplier Note

get/suppliernote

Query parameters

idinteger required

Supplier Id

subIdinteger required

Supplier Note Id

Response

200

idinteger
textstring
authorstring
authorIdstring
createdstring
modifiedstring

Example response

{
  "id": 63,
  "text": "Test Note Test",
  "author": "SDK Testing Key",
  "authorId": "9aa10993-3b37-4c18-b903-38a63f4b10be",
  "created": "2022-03-29T13:46:30.657Z",
  "modified": "2022-03-29T13:56:25.7Z"
}