API Details
POST Api/Units/{unit_id}/Schedules/{current_schedule_id}/Copy
Copy Schedule.
Request Information
Parameters
| Name | Description |
|---|---|
| unit_id | The Unit id. |
| current_schedule_id | The Unit Schedule id. |
| body_request | Body parameter. |
Request body formats
application/json, text/json
Sample:
{
"From_ScheduleID": 1
}
application/x-www-form-urlencoded
Sample:
Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CopyScheduleApiRequest'.
