POST api/VendorNotes

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "VendorNotesKey": 1,
  "VID": 1,
  "UserID": "sample string 2",
  "Attachment": "sample string 3",
  "NoteDate": "2025-05-09T17:26:13.4272544+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:
<VendorNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <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:26:13.4272544+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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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:26:13.4428538+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:
<VendorNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <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:26:13.4428538+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>