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
CompanyNoteTaskName | 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": "2024-12-18T12:07:35.883156-05:00", "cnt_Completed": "2024-12-18T12:07:35.883156-05:00", "cnt_Assigned": "2024-12-18T12:07:35.883156-05: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>2024-12-18T12:07:35.883156-05:00</cnt_Assigned> <cnt_AssignedFromEmployeeKey>6</cnt_AssignedFromEmployeeKey> <cnt_AssignedToEmployeeKey>8</cnt_AssignedToEmployeeKey> <cnt_Completed>2024-12-18T12:07:35.883156-05:00</cnt_Completed> <cnt_FileName>sample string 11</cnt_FileName> <cnt_Note>sample string 10</cnt_Note> <cnt_Task>2024-12-18T12:07:35.883156-05:00</cnt_Task> </CompanyNoteTask>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |