GET api/WorkOrderNote?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}&CompanyKey={CompanyKey}&CommunityKey={CommunityKey}&IncludeClosed={IncludeClosed}&Imagebit={Imagebit}
GET vendor pay note records, using imagebit to determine types of thumbnailes to include in returned base64 imagebit is defined as follows: 1: Image types of BMP|GIF|JPG|JPEG|PNG|TIFF 2: MP3|WAV 4: MP4 8: PDF 16: Office types of EML|MSG|XLS|PPT|DOC 32: Standard documents of TXT|RTF 64: Download all attachments, convert image to 640 and PNG, store information in downloadFileName and downloadImageBase64
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
|
| VendorPassword | string |
Required |
|
| APIGUID | string |
Required |
|
| CompanyKey | integer |
Required |
|
| CommunityKey | integer |
Required |
|
| IncludeClosed | boolean |
Required |
|
| Imagebit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |