PUT api/AttendantVisitSchedule/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
VisitScheduleParam| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitType | integer |
None. |
|
| ClientId | integer |
None. |
|
| ClientAuthId | integer |
None. |
|
| ClientAuthServiceId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| Notes | string |
None. |
|
| Date | string |
None. |
|
| UpdateType | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| DayList | Collection of integer |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| NumberOfUnits | integer |
None. |
|
| AppointmentTypeId | integer |
None. |
|
| Description | string |
None. |
|
| ServiceId | integer |
None. |
|
| IsRecurring | boolean |
None. |
|
| RecurringPeriod | string |
None. |
|
| RecurringValue | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VisitType": 1,
"ClientId": 2,
"ClientAuthId": 3,
"ClientAuthServiceId": 4,
"EmployeeId": 5,
"Notes": "sample string 6",
"Date": "sample string 7",
"UpdateType": 8,
"StartDate": "sample string 9",
"EndDate": "sample string 10",
"DayList": [
1,
2
],
"StartTime": "sample string 11",
"EndTime": "sample string 12",
"NumberOfUnits": 13,
"AppointmentTypeId": 14,
"Description": "sample string 15",
"ServiceId": 16,
"IsRecurring": true,
"RecurringPeriod": "sample string 18",
"RecurringValue": 19
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.