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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

VendorPayDetail
NameDescriptionTypeAdditional information
VendorPayDetailKey

integer

None.

VendorPayKey

integer

None.

UnitKey

integer

None.

CompanyInventoryLinkKey

integer

None.

GLAccountKey

integer

None.

GLCompanyDepartmentKey

integer

None.

vpd_Amount

decimal number

None.

vpd_InvoiceNumber

string

None.

vpd_InvoiceDate

date

None.

vpd_Due

date

None.

vpd_Memo

string

None.

vpd_Type

integer

None.

vpd_Cost

decimal number

None.

vpd_Applied

decimal number

None.

vpd_Quantity

decimal number

None.

vpd_Closed

boolean

None.

ResidentTransactionKey

integer

None.

vpd_PostedDate

date

None.

vpd_FileName

string

None.

vpd_WOEmployeeAssigned

integer

None.

vpd_WOMemo

string

None.

vpd_WOSpecialMemo

string

None.

vpd_WOResolutionMemo

string

None.

vpd_WOContact1

string

None.

vpd_WOContact2

string

None.

vpd_WOContact3

string

None.

vpd_WOCompleted

date

None.

ResidentKey

integer

None.

CompanyPostHierarchyKey

integer

None.

UnitAddress

string

None.

ResidentName

string

None.

iv_ID

string

None.

iv_Description

string

None.

ImageBase64

string

None.

downloadFileName

string

None.

downloadImageBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorPayDetailKey": 1,
  "VendorPayKey": 2,
  "UnitKey": 3,
  "CompanyInventoryLinkKey": 4,
  "GLAccountKey": 5,
  "GLCompanyDepartmentKey": 6,
  "vpd_Amount": 7.0,
  "vpd_InvoiceNumber": "sample string 8",
  "vpd_InvoiceDate": "2024-09-19T12:28:55.4128307-05:00",
  "vpd_Due": "2024-09-19T12:28:55.4128307-05:00",
  "vpd_Memo": "sample string 11",
  "vpd_Type": 12,
  "vpd_Cost": 13.0,
  "vpd_Applied": 14.0,
  "vpd_Quantity": 15.0,
  "vpd_Closed": true,
  "ResidentTransactionKey": 17,
  "vpd_PostedDate": "2024-09-19T12:28:55.4128307-05:00",
  "vpd_FileName": "sample string 19",
  "vpd_WOEmployeeAssigned": 20,
  "vpd_WOMemo": "sample string 21",
  "vpd_WOSpecialMemo": "sample string 22",
  "vpd_WOResolutionMemo": "sample string 23",
  "vpd_WOContact1": "sample string 24",
  "vpd_WOContact2": "sample string 25",
  "vpd_WOContact3": "sample string 26",
  "vpd_WOCompleted": "2024-09-19T12:28:55.4128307-05:00",
  "ResidentKey": 28,
  "CompanyPostHierarchyKey": 29,
  "UnitAddress": "sample string 30",
  "ResidentName": "sample string 31",
  "iv_ID": "sample string 32",
  "iv_Description": "sample string 33",
  "ImageBase64": "sample string 34",
  "downloadFileName": "sample string 35",
  "downloadImageBase64": "sample string 36"
}

application/xml, text/xml

Sample:
<VendorPayDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesAccountsPayable">
  <CompanyInventoryLinkKey>4</CompanyInventoryLinkKey>
  <CompanyPostHierarchyKey>29</CompanyPostHierarchyKey>
  <GLAccountKey>5</GLAccountKey>
  <GLCompanyDepartmentKey>6</GLCompanyDepartmentKey>
  <ImageBase64>sample string 34</ImageBase64>
  <ResidentKey>28</ResidentKey>
  <ResidentName>sample string 31</ResidentName>
  <ResidentTransactionKey>17</ResidentTransactionKey>
  <UnitAddress>sample string 30</UnitAddress>
  <UnitKey>3</UnitKey>
  <VendorPayDetailKey>1</VendorPayDetailKey>
  <VendorPayKey>2</VendorPayKey>
  <downloadFileName>sample string 35</downloadFileName>
  <downloadImageBase64>sample string 36</downloadImageBase64>
  <iv_Description>sample string 33</iv_Description>
  <iv_ID>sample string 32</iv_ID>
  <vpd_Amount>7</vpd_Amount>
  <vpd_Applied>14</vpd_Applied>
  <vpd_Closed>true</vpd_Closed>
  <vpd_Cost>13</vpd_Cost>
  <vpd_Due>2024-09-19T12:28:55.4128307-05:00</vpd_Due>
  <vpd_FileName>sample string 19</vpd_FileName>
  <vpd_InvoiceDate>2024-09-19T12:28:55.4128307-05:00</vpd_InvoiceDate>
  <vpd_InvoiceNumber>sample string 8</vpd_InvoiceNumber>
  <vpd_Memo>sample string 11</vpd_Memo>
  <vpd_PostedDate>2024-09-19T12:28:55.4128307-05:00</vpd_PostedDate>
  <vpd_Quantity>15</vpd_Quantity>
  <vpd_Type>12</vpd_Type>
  <vpd_WOCompleted>2024-09-19T12:28:55.4128307-05:00</vpd_WOCompleted>
  <vpd_WOContact1>sample string 24</vpd_WOContact1>
  <vpd_WOContact2>sample string 25</vpd_WOContact2>
  <vpd_WOContact3>sample string 26</vpd_WOContact3>
  <vpd_WOEmployeeAssigned>20</vpd_WOEmployeeAssigned>
  <vpd_WOMemo>sample string 21</vpd_WOMemo>
  <vpd_WOResolutionMemo>sample string 23</vpd_WOResolutionMemo>
  <vpd_WOSpecialMemo>sample string 22</vpd_WOSpecialMemo>
</VendorPayDetail>

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.