POST PlanCare2Api/TransferReports/ChangeOfTransferReport
Updates a transfer report
Request Information
URI Parameters
None.
Body Parameters
The transferReport instance that is being updated
ChangeOfTransferReport| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessUserId |
The user id. For reading purposes only. |
integer |
None |
| AccessUserName |
The user name. For reading purposes only. |
string |
None |
| ShiftId |
The id of the shift. |
integer |
None |
| ShiftName |
The name of the shift. For reading purposes only. |
string |
None |
| DisciplineId |
The id of the discipline. |
integer |
Required |
| DisciplineName |
The name of the discipline. For reading purposes only. |
string |
None |
| Calendar |
The name of the calendar. For reading purposes only. |
string |
None |
| Subject |
The subject of the report. |
string |
Required |
| Description |
The description of the report. |
string |
Required |
| GroupCalendarId |
The id of the group calendar. |
integer |
Required |
| TransferReportDate |
The date for the transfer report. |
date |
Required |
| Id |
The internal Id of the report. |
integer |
Required |
Request Formats
application/json, text/json, application/xml, text/xml
Sample not available.
Response Information
Resource Description
Returns the HttpResponseMessage which contains the changed transfer report instance
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 |