PUT api/CompanyNote?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
|
| VendorPassword | string |
Required |
|
| APIGUID | string |
Required |
Body Parameters
CompanyNote| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyNoteKey | integer |
None. |
|
| CompanyKey | integer |
None. |
|
| EmployeeKey | integer |
None. |
|
| Employee | string |
None. |
|
| cn_Type | string |
None. |
|
| cn_Area | integer |
None. |
|
| cn_Note | string |
None. |
|
| cn_Begin | date |
None. |
|
| cn_End | date |
None. |
|
| cn_FileName | string |
None. |
|
| cn_Status | integer |
None. |
|
| cn_CloseEmployeeKey | integer |
None. |
|
| CloseEmployee | string |
None. |
|
| OrganizationKey | integer |
None. |
|
| cn_Changed | boolean |
None. |
|
| cn_XMLInformation | string |
None. |
|
| cn_Category1 | string |
None. |
|
| cn_Category2 | string |
None. |
|
| ImageBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyNoteKey": 1,
"CompanyKey": 2,
"EmployeeKey": 3,
"Employee": "sample string 4",
"cn_Type": "sample string 5",
"cn_Area": 6,
"cn_Note": "sample string 7",
"cn_Begin": "2025-10-27T12:15:44.2638609-07:00",
"cn_End": "2025-10-27T12:15:44.2638609-07:00",
"cn_FileName": "sample string 10",
"cn_Status": 11,
"cn_CloseEmployeeKey": 12,
"CloseEmployee": "sample string 13",
"OrganizationKey": 14,
"cn_Changed": true,
"cn_XMLInformation": "sample string 16",
"cn_Category1": "sample string 17",
"cn_Category2": "sample string 18",
"ImageBase64": "sample string 19"
}
application/xml, text/xml
Sample:
<CompanyNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesCompany"> <CloseEmployee>sample string 13</CloseEmployee> <CompanyKey>2</CompanyKey> <CompanyNoteKey>1</CompanyNoteKey> <Employee>sample string 4</Employee> <EmployeeKey>3</EmployeeKey> <ImageBase64>sample string 19</ImageBase64> <OrganizationKey>14</OrganizationKey> <cn_Area>6</cn_Area> <cn_Begin>2025-10-27T12:15:44.2638609-07:00</cn_Begin> <cn_Category1>sample string 17</cn_Category1> <cn_Category2>sample string 18</cn_Category2> <cn_Changed>true</cn_Changed> <cn_CloseEmployeeKey>12</cn_CloseEmployeeKey> <cn_End>2025-10-27T12:15:44.2638609-07:00</cn_End> <cn_FileName>sample string 10</cn_FileName> <cn_Note>sample string 7</cn_Note> <cn_Status>11</cn_Status> <cn_Type>sample string 5</cn_Type> <cn_XMLInformation>sample string 16</cn_XMLInformation> </CompanyNote>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |