POST api/ResidentNoteTask?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
ResidentNoteTask| Name | Description | Type | Additional information |
|---|---|---|---|
| ResidentNoteTaskKey | integer |
None. |
|
| ResidentNoteKey | integer |
None. |
|
| rnt_Task | date |
None. |
|
| rnt_Completed | date |
None. |
|
| rnt_Assigned | date |
None. |
|
| rnt_AssignedFromEmployeeKey | integer |
None. |
|
| rnt_AssignedToEmployeeKey | integer |
None. |
|
| rnt_Note | string |
None. |
|
| rnt_FileName | string |
None. |
|
| ImageBase64 | string |
None. |
|
| AssignedFromEmployee | string |
None. |
|
| AssignedToEmployee | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ResidentNoteTaskKey": 1,
"ResidentNoteKey": 2,
"rnt_Task": "2025-10-27T12:15:02.7546846-07:00",
"rnt_Completed": "2025-10-27T12:15:02.7546846-07:00",
"rnt_Assigned": "2025-10-27T12:15:02.7546846-07:00",
"rnt_AssignedFromEmployeeKey": 6,
"rnt_AssignedToEmployeeKey": 7,
"rnt_Note": "sample string 8",
"rnt_FileName": "sample string 9",
"ImageBase64": "sample string 10",
"AssignedFromEmployee": "sample string 11",
"AssignedToEmployee": "sample string 12"
}
application/xml, text/xml
Sample:
<ResidentNoteTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesResident"> <AssignedFromEmployee>sample string 11</AssignedFromEmployee> <AssignedToEmployee>sample string 12</AssignedToEmployee> <ImageBase64>sample string 10</ImageBase64> <ResidentNoteKey>2</ResidentNoteKey> <ResidentNoteTaskKey>1</ResidentNoteTaskKey> <rnt_Assigned>2025-10-27T12:15:02.7546846-07:00</rnt_Assigned> <rnt_AssignedFromEmployeeKey>6</rnt_AssignedFromEmployeeKey> <rnt_AssignedToEmployeeKey>7</rnt_AssignedToEmployeeKey> <rnt_Completed>2025-10-27T12:15:02.7546846-07:00</rnt_Completed> <rnt_FileName>sample string 9</rnt_FileName> <rnt_Note>sample string 8</rnt_Note> <rnt_Task>2025-10-27T12:15:02.7546846-07:00</rnt_Task> </ResidentNoteTask>
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. |