PUT api/WorkOrderNote?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

VendorPayNote
NameDescriptionTypeAdditional information
VendorPayNoteKey

integer

None.

VendorPayKey

integer

None.

EmployeeKey

integer

None.

ResidentContactKey

integer

None.

vpn_Created

date

None.

vpn_Note

string

None.

vpn_User

string

None.

VendorContactKey

integer

None.

vpn_Type

integer

None.

vpn_CheckPrinted

boolean

None.

vpn_OnLineApproval

boolean

None.

vpn_CheckNumber

string

None.

vpn_FileName

string

None.

ImageBase64

string

None.

downloadFileName

string

None.

downloadImageBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorPayNoteKey": 1,
  "VendorPayKey": 2,
  "EmployeeKey": 3,
  "ResidentContactKey": 4,
  "vpn_Created": "2024-09-19T12:18:40.0300561-05:00",
  "vpn_Note": "sample string 6",
  "vpn_User": "sample string 7",
  "VendorContactKey": 8,
  "vpn_Type": 9,
  "vpn_CheckPrinted": true,
  "vpn_OnLineApproval": true,
  "vpn_CheckNumber": "sample string 12",
  "vpn_FileName": "sample string 13",
  "ImageBase64": "sample string 14",
  "downloadFileName": "sample string 15",
  "downloadImageBase64": "sample string 16"
}

application/xml, text/xml

Sample:
<VendorPayNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesAccountsPayable">
  <EmployeeKey>3</EmployeeKey>
  <ImageBase64>sample string 14</ImageBase64>
  <ResidentContactKey>4</ResidentContactKey>
  <VendorContactKey>8</VendorContactKey>
  <VendorPayKey>2</VendorPayKey>
  <VendorPayNoteKey>1</VendorPayNoteKey>
  <downloadFileName>sample string 15</downloadFileName>
  <downloadImageBase64>sample string 16</downloadImageBase64>
  <vpn_CheckNumber>sample string 12</vpn_CheckNumber>
  <vpn_CheckPrinted>true</vpn_CheckPrinted>
  <vpn_Created>2024-09-19T12:18:40.0300561-05:00</vpn_Created>
  <vpn_FileName>sample string 13</vpn_FileName>
  <vpn_Note>sample string 6</vpn_Note>
  <vpn_OnLineApproval>true</vpn_OnLineApproval>
  <vpn_Type>9</vpn_Type>
  <vpn_User>sample string 7</vpn_User>
</VendorPayNote>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.