POST api/CompanyNoteTask?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
CompanyNoteTask| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyNoteTaskKey | integer |
None. |
|
| CompanyNoteKey | integer |
None. |
|
| cnt_Task | date |
None. |
|
| cnt_Completed | date |
None. |
|
| cnt_Assigned | date |
None. |
|
| cnt_AssignedFromEmployeeKey | integer |
None. |
|
| AssignedFromEmployee | string |
None. |
|
| cnt_AssignedToEmployeeKey | integer |
None. |
|
| AssignedToEmployee | string |
None. |
|
| cnt_Note | string |
None. |
|
| cnt_FileName | string |
None. |
|
| ImageBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyNoteTaskKey": 1,
"CompanyNoteKey": 2,
"cnt_Task": "2025-10-27T12:13:41.0952306-07:00",
"cnt_Completed": "2025-10-27T12:13:41.0952306-07:00",
"cnt_Assigned": "2025-10-27T12:13:41.0952306-07:00",
"cnt_AssignedFromEmployeeKey": 6,
"AssignedFromEmployee": "sample string 7",
"cnt_AssignedToEmployeeKey": 8,
"AssignedToEmployee": "sample string 9",
"cnt_Note": "sample string 10",
"cnt_FileName": "sample string 11",
"ImageBase64": "sample string 12"
}
application/xml, text/xml
Sample:
<CompanyNoteTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesCompany"> <AssignedFromEmployee>sample string 7</AssignedFromEmployee> <AssignedToEmployee>sample string 9</AssignedToEmployee> <CompanyNoteKey>2</CompanyNoteKey> <CompanyNoteTaskKey>1</CompanyNoteTaskKey> <ImageBase64>sample string 12</ImageBase64> <cnt_Assigned>2025-10-27T12:13:41.0952306-07:00</cnt_Assigned> <cnt_AssignedFromEmployeeKey>6</cnt_AssignedFromEmployeeKey> <cnt_AssignedToEmployeeKey>8</cnt_AssignedToEmployeeKey> <cnt_Completed>2025-10-27T12:13:41.0952306-07:00</cnt_Completed> <cnt_FileName>sample string 11</cnt_FileName> <cnt_Note>sample string 10</cnt_Note> <cnt_Task>2025-10-27T12:13:41.0952306-07:00</cnt_Task> </CompanyNoteTask>
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. |