v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Supplier Notes

get/v3/suppliernote

Query parameters

idinteger required

Supplier Id

Response

200

idinteger
textstring
authorstring
authorIdstring
createdstring
modifiedstring

Example response

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