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. |
|
| 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,
"cn_Type": "sample string 4",
"cn_Area": 5,
"cn_Note": "sample string 6",
"cn_Begin": "2025-12-16T04:13:03.9636723-05:00",
"cn_End": "2025-12-16T04:13:03.9636723-05:00",
"cn_FileName": "sample string 9",
"cn_Status": 10,
"cn_CloseEmployeeKey": 11,
"CloseEmployee": "sample string 12",
"OrganizationKey": 13,
"cn_Changed": true,
"cn_XMLInformation": "sample string 15",
"cn_Category1": "sample string 16",
"cn_Category2": "sample string 17",
"ImageBase64": "sample string 18"
}
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 12</CloseEmployee> <CompanyKey>2</CompanyKey> <CompanyNoteKey>1</CompanyNoteKey> <EmployeeKey>3</EmployeeKey> <ImageBase64>sample string 18</ImageBase64> <OrganizationKey>13</OrganizationKey> <cn_Area>5</cn_Area> <cn_Begin>2025-12-16T04:13:03.9636723-05:00</cn_Begin> <cn_Category1>sample string 16</cn_Category1> <cn_Category2>sample string 17</cn_Category2> <cn_Changed>true</cn_Changed> <cn_CloseEmployeeKey>11</cn_CloseEmployeeKey> <cn_End>2025-12-16T04:13:03.9636723-05:00</cn_End> <cn_FileName>sample string 9</cn_FileName> <cn_Note>sample string 6</cn_Note> <cn_Status>10</cn_Status> <cn_Type>sample string 4</cn_Type> <cn_XMLInformation>sample string 15</cn_XMLInformation> </CompanyNote>
application/x-www-form-urlencoded
Sample:
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. |