GET odata/VendorNotes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VendorNote
NameDescriptionTypeAdditional information
VendorNotesKey

integer

None.

VID

integer

None.

UserID

string

String length: inclusive between 0 and 20

Attachment

string

String length: inclusive between 0 and 200

NoteDate

date

None.

Note

string

None.

NoteCategory

string

String length: inclusive between 0 and 50

WebViewable

string

String length: inclusive between 0 and 1

NoteSubject

string

String length: inclusive between 0 and 100

AttachmentType

string

String length: inclusive between 0 and 50

AttachmentFile

Collection of byte

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VendorNotesKey": 1,
    "VID": 1,
    "UserID": "sample string 2",
    "Attachment": "sample string 3",
    "NoteDate": "2025-05-09T17:51:25.4244652+00:00",
    "Note": "sample string 4",
    "NoteCategory": "sample string 5",
    "WebViewable": "sample string 6",
    "NoteSubject": "sample string 7",
    "AttachmentType": "sample string 8",
    "AttachmentFile": "QEA=",
    "ID": 9
  },
  {
    "VendorNotesKey": 1,
    "VID": 1,
    "UserID": "sample string 2",
    "Attachment": "sample string 3",
    "NoteDate": "2025-05-09T17:51:25.4244652+00:00",
    "Note": "sample string 4",
    "NoteCategory": "sample string 5",
    "WebViewable": "sample string 6",
    "NoteSubject": "sample string 7",
    "AttachmentType": "sample string 8",
    "AttachmentFile": "QEA=",
    "ID": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfVendorNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <VendorNote>
    <Attachment>sample string 3</Attachment>
    <AttachmentFile>QEA=</AttachmentFile>
    <AttachmentType>sample string 8</AttachmentType>
    <ID>9</ID>
    <Note>sample string 4</Note>
    <NoteCategory>sample string 5</NoteCategory>
    <NoteDate>2025-05-09T17:51:25.4244652+00:00</NoteDate>
    <NoteSubject>sample string 7</NoteSubject>
    <UserID>sample string 2</UserID>
    <VID>1</VID>
    <VendorNotesKey>1</VendorNotesKey>
    <WebViewable>sample string 6</WebViewable>
  </VendorNote>
  <VendorNote>
    <Attachment>sample string 3</Attachment>
    <AttachmentFile>QEA=</AttachmentFile>
    <AttachmentType>sample string 8</AttachmentType>
    <ID>9</ID>
    <Note>sample string 4</Note>
    <NoteCategory>sample string 5</NoteCategory>
    <NoteDate>2025-05-09T17:51:25.4244652+00:00</NoteDate>
    <NoteSubject>sample string 7</NoteSubject>
    <UserID>sample string 2</UserID>
    <VID>1</VID>
    <VendorNotesKey>1</VendorNotesKey>
    <WebViewable>sample string 6</WebViewable>
  </VendorNote>
</ArrayOfVendorNote>