PUT api/HealthSafetyObservation/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
HealthSafetyObservationParam| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitDate | string |
None. |
|
| ScheduleId | integer |
None. |
|
| IsAppointment | boolean |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VisitDate": "sample string 1",
"ScheduleId": 2,
"IsAppointment": true,
"Description": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.