purecloudplatformclientv2 85.0.1 → 86.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/Call.md +1 -0
- data/docs/CallBasic.md +1 -0
- data/docs/Callback.md +1 -0
- data/docs/CallbackBasic.md +1 -0
- data/docs/Cobrowsesession.md +1 -0
- data/docs/{PartialUploadResponse.md → ContextEntity.md} +3 -3
- data/docs/ContextIntent.md +13 -0
- data/docs/ConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
- data/docs/ConversationChat.md +1 -0
- data/docs/ConversationEventTopicCallback.md +1 -0
- data/docs/Coretype.md +23 -0
- data/docs/CoretypeListing.md +15 -0
- data/docs/DataExtensionsApi.md +198 -0
- data/docs/DataSchemaListing.md +15 -0
- data/docs/DetectedDialogAct.md +14 -0
- data/docs/DetectedIntent.md +15 -0
- data/docs/DetectedNamedEntity.md +16 -0
- data/docs/DetectedNamedEntityValue.md +14 -0
- data/docs/DialogflowAgent.md +3 -2
- data/docs/Edge.md +1 -1
- data/docs/Email.md +1 -0
- data/docs/EntityListing.md +1 -5
- data/docs/ExternalContactsApi.md +1001 -144
- data/docs/FlowDivisionView.md +2 -0
- data/docs/IntentDefinition.md +15 -0
- data/docs/IntentFeedback.md +16 -0
- data/docs/ItemValidationLimits.md +14 -0
- data/docs/Items.md +14 -0
- data/docs/LanguageUnderstandingApi.md +1160 -0
- data/docs/MaxLength.md +14 -0
- data/docs/Message.md +1 -0
- data/docs/MinLength.md +14 -0
- data/docs/NamedEntityAnnotation.md +13 -0
- data/docs/NamedEntityTypeBinding.md +14 -0
- data/docs/NamedEntityTypeDefinition.md +15 -0
- data/docs/NamedEntityTypeItem.md +14 -0
- data/docs/NamedEntityTypeMechanism.md +15 -0
- data/docs/NluConfusionMatrixColumn.md +14 -0
- data/docs/NluConfusionMatrixRow.md +14 -0
- data/docs/NluDetectionContext.md +14 -0
- data/docs/NluDetectionInput.md +13 -0
- data/docs/NluDetectionOutput.md +14 -0
- data/docs/NluDetectionRequest.md +14 -0
- data/docs/NluDetectionResponse.md +15 -0
- data/docs/NluDomain.md +19 -0
- data/docs/NluDomainListing.md +22 -0
- data/docs/NluDomainVersion.md +24 -0
- data/docs/NluDomainVersionListing.md +22 -0
- data/docs/NluDomainVersionQualityReport.md +15 -0
- data/docs/NluDomainVersionTrainingResponse.md +14 -0
- data/docs/NluFeedbackListing.md +22 -0
- data/docs/NluFeedbackRequest.md +15 -0
- data/docs/NluFeedbackResponse.md +18 -0
- data/docs/NluQualityReportSummary.md +13 -0
- data/docs/NluQualityReportSummaryMetric.md +14 -0
- data/docs/NluUtterance.md +13 -0
- data/docs/NluUtteranceSegment.md +14 -0
- data/docs/QueueConversationCallbackEventTopicCallbackMediaParticipant.md +1 -0
- data/docs/QueueConversationEventTopicCallback.md +1 -0
- data/docs/QueueConversationSocialExpressionEventTopicCallback.md +1 -0
- data/docs/QueueConversationVideoEventTopicCallback.md +1 -0
- data/docs/ReportingExportJobRequest.md +1 -0
- data/docs/ReportingExportJobResponse.md +2 -0
- data/docs/RoutingApi.md +65 -0
- data/docs/SCIMApi.md +12 -12
- data/docs/Schema.md +17 -0
- data/docs/SchemaQuantityLimits.md +26 -0
- data/docs/ScimV2EnterpriseUser.md +1 -0
- data/docs/Screenshare.md +1 -0
- data/docs/SocialExpression.md +1 -0
- data/docs/{TimeOffRequestLookup.md → TimeOffRequest.md} +2 -2
- data/docs/TimeOffRequestListing.md +13 -0
- data/docs/UploadUrlRequest.md +15 -0
- data/docs/UploadUrlResponse.md +14 -0
- data/docs/UploadsApi.md +78 -0
- data/docs/ValidationLimits.md +18 -0
- data/docs/Video.md +1 -0
- data/docs/WorkforceManagementApi.md +297 -448
- data/lib/purecloudplatformclientv2.rb +50 -57
- data/lib/purecloudplatformclientv2/api/data_extensions_api.rb +207 -0
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +868 -4
- data/lib/purecloudplatformclientv2/api/language_understanding_api.rb +1304 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +64 -0
- data/lib/purecloudplatformclientv2/api/scim_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/uploads_api.rb +92 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +314 -571
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
- data/lib/purecloudplatformclientv2/models/bulk_update_shift_trade_state_result_item.rb +2 -2
- data/lib/purecloudplatformclientv2/models/call.rb +30 -4
- data/lib/purecloudplatformclientv2/models/call_basic.rb +30 -4
- data/lib/purecloudplatformclientv2/models/callback.rb +30 -4
- data/lib/purecloudplatformclientv2/models/callback_basic.rb +30 -4
- data/lib/purecloudplatformclientv2/models/cobrowsesession.rb +30 -4
- data/lib/purecloudplatformclientv2/models/{partial_upload_response.rb → context_entity.rb} +14 -9
- data/lib/purecloudplatformclientv2/models/{list_wrapper_wfm_forecast_modification.rb → context_intent.rb} +14 -10
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_chat.rb +30 -4
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/{rescheduling_options_response.rb → coretype.rb} +97 -102
- data/lib/purecloudplatformclientv2/models/{service_goal_group_list.rb → coretype_listing.rb} +34 -11
- data/lib/purecloudplatformclientv2/models/data_schema_listing.rb +253 -0
- data/lib/purecloudplatformclientv2/models/{forecast_result_response.rb → detected_dialog_act.rb} +16 -16
- data/lib/purecloudplatformclientv2/models/{intraday_queue.rb → detected_intent.rb} +23 -23
- data/lib/purecloudplatformclientv2/models/detected_named_entity.rb +280 -0
- data/lib/purecloudplatformclientv2/models/detected_named_entity_value.rb +228 -0
- data/lib/purecloudplatformclientv2/models/dialogflow_agent.rb +31 -3
- data/lib/purecloudplatformclientv2/models/edge.rb +1 -0
- data/lib/purecloudplatformclientv2/models/email.rb +30 -4
- data/lib/purecloudplatformclientv2/models/entity_listing.rb +4 -104
- data/lib/purecloudplatformclientv2/models/flow_division_view.rb +53 -1
- data/lib/purecloudplatformclientv2/models/{create_service_goal_group_request.rb → intent_definition.rb} +30 -19
- data/lib/purecloudplatformclientv2/models/{wfm_intraday_queue_listing.rb → intent_feedback.rb} +71 -18
- data/lib/purecloudplatformclientv2/models/{service_goal_group_goals.rb → item_validation_limits.rb} +18 -45
- data/lib/purecloudplatformclientv2/models/{short_term_forecast_list_response.rb → items.rb} +33 -10
- data/lib/purecloudplatformclientv2/models/max_length.rb +238 -0
- data/lib/purecloudplatformclientv2/models/message.rb +30 -4
- data/lib/purecloudplatformclientv2/models/{forecast_generation_route_group_result.rb → min_length.rb} +26 -18
- data/lib/purecloudplatformclientv2/models/{list_wrapper_forecast_source_day_pointer.rb → named_entity_annotation.rb} +14 -10
- data/lib/purecloudplatformclientv2/models/{copy_short_term_forecast_request.rb → named_entity_type_binding.rb} +18 -19
- data/lib/purecloudplatformclientv2/models/{generate_week_schedule_request.rb → named_entity_type_definition.rb} +38 -13
- data/lib/purecloudplatformclientv2/models/{wfm_abandon_rate.rb → named_entity_type_item.rb} +19 -18
- data/lib/purecloudplatformclientv2/models/{short_term_forecast_response.rb → named_entity_type_mechanism.rb} +48 -36
- data/lib/purecloudplatformclientv2/models/{copy_week_schedule_request.rb → nlu_confusion_matrix_column.rb} +18 -18
- data/lib/purecloudplatformclientv2/models/{wfm_average_speed_of_answer.rb → nlu_confusion_matrix_row.rb} +24 -18
- data/lib/purecloudplatformclientv2/models/nlu_detection_context.rb +228 -0
- data/lib/purecloudplatformclientv2/models/{scheduling_run_list_response.rb → nlu_detection_input.rb} +14 -10
- data/lib/purecloudplatformclientv2/models/nlu_detection_output.rb +232 -0
- data/lib/purecloudplatformclientv2/models/nlu_detection_request.rb +233 -0
- data/lib/purecloudplatformclientv2/models/{route_group_list.rb → nlu_detection_response.rb} +39 -22
- data/lib/purecloudplatformclientv2/models/{short_term_forecast_list_item_response.rb → nlu_domain.rb} +66 -60
- data/lib/purecloudplatformclientv2/models/{intraday_query_data_command.rb → nlu_domain_listing.rb} +156 -53
- data/lib/purecloudplatformclientv2/models/{short_term_forecast.rb → nlu_domain_version.rb} +132 -87
- data/lib/purecloudplatformclientv2/models/nlu_domain_version_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/{intraday_metric.rb → nlu_domain_version_quality_report.rb} +57 -28
- data/lib/purecloudplatformclientv2/models/{user_schedules_partial_upload_request.rb → nlu_domain_version_training_response.rb} +33 -16
- data/lib/purecloudplatformclientv2/models/{import_week_schedule_request.rb → nlu_feedback_listing.rb} +158 -46
- data/lib/purecloudplatformclientv2/models/{wfm_service_level.rb → nlu_feedback_request.rb} +36 -25
- data/lib/purecloudplatformclientv2/models/{service_goal_group.rb → nlu_feedback_response.rb} +32 -37
- data/lib/purecloudplatformclientv2/models/{generate_short_term_forecast_request.rb → nlu_quality_report_summary.rb} +12 -10
- data/lib/purecloudplatformclientv2/models/nlu_quality_report_summary_metric.rb +238 -0
- data/lib/purecloudplatformclientv2/models/nlu_utterance.rb +209 -0
- data/lib/purecloudplatformclientv2/models/nlu_utterance_segment.rb +233 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_callback.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_request.rb +32 -4
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +57 -1
- data/lib/purecloudplatformclientv2/models/{import_short_term_forecast_request.rb → schema.rb} +50 -35
- data/lib/purecloudplatformclientv2/models/schema_quantity_limits.rb +539 -0
- data/lib/purecloudplatformclientv2/models/scim_v2_enterprise_user.rb +30 -4
- data/lib/purecloudplatformclientv2/models/screenshare.rb +30 -4
- data/lib/purecloudplatformclientv2/models/shift_trade_match_violation.rb +2 -2
- data/lib/purecloudplatformclientv2/models/social_expression.rb +30 -4
- data/lib/purecloudplatformclientv2/models/{time_off_request_lookup.rb → time_off_request.rb} +1 -1
- data/lib/purecloudplatformclientv2/models/{time_off_request_lookup_list.rb → time_off_request_listing.rb} +2 -2
- data/lib/purecloudplatformclientv2/models/{create_queue_media_association_request.rb → upload_url_request.rb} +23 -26
- data/lib/purecloudplatformclientv2/models/upload_url_response.rb +230 -0
- data/lib/purecloudplatformclientv2/models/{wfm_forecast_modification_attributes.rb → validation_limits.rb} +76 -38
- data/lib/purecloudplatformclientv2/models/video.rb +30 -4
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +102 -116
- data/docs/AsyncWeekScheduleResponse.md +0 -16
- data/docs/CopyShortTermForecastRequest.md +0 -14
- data/docs/CopyWeekScheduleRequest.md +0 -14
- data/docs/CreateQueueMediaAssociationRequest.md +0 -15
- data/docs/CreateServiceGoalGroupRequest.md +0 -15
- data/docs/ForecastGenerationResult.md +0 -13
- data/docs/ForecastGenerationRouteGroupResult.md +0 -14
- data/docs/ForecastResultResponse.md +0 -14
- data/docs/ForecastTimeSeriesResult.md +0 -14
- data/docs/GenerateShortTermForecastRequest.md +0 -13
- data/docs/GenerateShortTermForecastResponse.md +0 -16
- data/docs/GenerateWeekScheduleRequest.md +0 -14
- data/docs/GenerateWeekScheduleResponse.md +0 -15
- data/docs/ImportShortTermForecastRequest.md +0 -16
- data/docs/ImportWeekScheduleRequest.md +0 -17
- data/docs/IntradayDataGroup.md +0 -19
- data/docs/IntradayForecastData.md +0 -15
- data/docs/IntradayHistoricalAgentData.md +0 -14
- data/docs/IntradayHistoricalQueueData.md +0 -20
- data/docs/IntradayMetric.md +0 -14
- data/docs/IntradayPerformancePredictionAgentData.md +0 -13
- data/docs/IntradayPerformancePredictionQueueData.md +0 -15
- data/docs/IntradayQueryDataCommand.md +0 -17
- data/docs/IntradayQueue.md +0 -15
- data/docs/IntradayResponse.md +0 -20
- data/docs/IntradayScheduleData.md +0 -14
- data/docs/ListWrapperForecastSourceDayPointer.md +0 -13
- data/docs/ListWrapperWfmForecastModification.md +0 -13
- data/docs/QueueMediaAssociation.md +0 -16
- data/docs/RescheduleRequest.md +0 -20
- data/docs/RescheduleResult.md +0 -13
- data/docs/ReschedulingOptionsResponse.md +0 -22
- data/docs/RouteGroup.md +0 -18
- data/docs/RouteGroupAttributes.md +0 -16
- data/docs/RouteGroupList.md +0 -14
- data/docs/SchedulingRunListResponse.md +0 -13
- data/docs/SchedulingRunResponse.md +0 -28
- data/docs/ServiceGoalGroup.md +0 -18
- data/docs/ServiceGoalGroupGoals.md +0 -15
- data/docs/ServiceGoalGroupList.md +0 -14
- data/docs/ShortTermForecast.md +0 -22
- data/docs/ShortTermForecastListItemResponse.md +0 -18
- data/docs/ShortTermForecastListResponse.md +0 -13
- data/docs/ShortTermForecastResponse.md +0 -15
- data/docs/TimeOffRequestEntityList.md +0 -13
- data/docs/TimeOffRequestLookupList.md +0 -13
- data/docs/UnscheduledAgentWarning.md +0 -14
- data/docs/UpdateWeekScheduleRequest.md +0 -21
- data/docs/UserSchedulesPartialUploadRequest.md +0 -13
- data/docs/WfmAbandonRate.md +0 -14
- data/docs/WfmAverageSpeedOfAnswer.md +0 -14
- data/docs/WfmForecastModification.md +0 -20
- data/docs/WfmForecastModificationAttributes.md +0 -16
- data/docs/WfmIntradayQueueListing.md +0 -14
- data/docs/WfmServiceLevel.md +0 -15
- data/lib/purecloudplatformclientv2/models/async_week_schedule_response.rb +0 -295
- data/lib/purecloudplatformclientv2/models/forecast_generation_result.rb +0 -204
- data/lib/purecloudplatformclientv2/models/forecast_time_series_result.rb +0 -256
- data/lib/purecloudplatformclientv2/models/generate_short_term_forecast_response.rb +0 -294
- data/lib/purecloudplatformclientv2/models/generate_week_schedule_response.rb +0 -269
- data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +0 -384
- data/lib/purecloudplatformclientv2/models/intraday_forecast_data.rb +0 -254
- data/lib/purecloudplatformclientv2/models/intraday_historical_agent_data.rb +0 -228
- data/lib/purecloudplatformclientv2/models/intraday_historical_queue_data.rb +0 -384
- data/lib/purecloudplatformclientv2/models/intraday_performance_prediction_agent_data.rb +0 -202
- data/lib/purecloudplatformclientv2/models/intraday_performance_prediction_queue_data.rb +0 -254
- data/lib/purecloudplatformclientv2/models/intraday_response.rb +0 -404
- data/lib/purecloudplatformclientv2/models/intraday_schedule_data.rb +0 -228
- data/lib/purecloudplatformclientv2/models/queue_media_association.rb +0 -283
- data/lib/purecloudplatformclientv2/models/reschedule_request.rb +0 -418
- data/lib/purecloudplatformclientv2/models/reschedule_result.rb +0 -202
- data/lib/purecloudplatformclientv2/models/route_group.rb +0 -363
- data/lib/purecloudplatformclientv2/models/route_group_attributes.rb +0 -307
- data/lib/purecloudplatformclientv2/models/scheduling_run_response.rb +0 -609
- data/lib/purecloudplatformclientv2/models/time_off_request_entity_list.rb +0 -203
- data/lib/purecloudplatformclientv2/models/unscheduled_agent_warning.rb +0 -242
- data/lib/purecloudplatformclientv2/models/update_week_schedule_request.rb +0 -438
- data/lib/purecloudplatformclientv2/models/wfm_forecast_modification.rb +0 -435
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
title: ValidationLimits
|
3
|
+
---
|
4
|
+
## PureCloud::ValidationLimits
|
5
|
+
|
6
|
+
## Properties
|
7
|
+
|
8
|
+
|Name | Type | Description | Notes|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
10
|
+
| **min_length** | [**MinLength**](MinLength.html) | | [optional] |
|
11
|
+
| **max_length** | [**MaxLength**](MaxLength.html) | | [optional] |
|
12
|
+
| **min_items** | [**MinLength**](MinLength.html) | | [optional] |
|
13
|
+
| **max_items** | [**MaxLength**](MaxLength.html) | | [optional] |
|
14
|
+
| **minimum** | [**MinLength**](MinLength.html) | | [optional] |
|
15
|
+
| **maximum** | [**MaxLength**](MaxLength.html) | | [optional] |
|
16
|
+
{: class="table table-striped"}
|
17
|
+
|
18
|
+
|
data/docs/Video.md
CHANGED
@@ -22,6 +22,7 @@ title: Video
|
|
22
22
|
| **peer_id** | **String** | The id of the peer communication corresponding to a matching leg for this communication. | [optional] |
|
23
23
|
| **msids** | **Array<String>** | List of media stream ids | [optional] |
|
24
24
|
| **_self** | [**Address**](Address.html) | Address and name data for a call endpoint. | [optional] |
|
25
|
+
| **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] |
|
25
26
|
{: class="table table-striped"}
|
26
27
|
|
27
28
|
|
@@ -16,11 +16,11 @@ Method | Description
|
|
16
16
|
[**delete_workforcemanagement_businessunit_week_schedule**](WorkforceManagementApi.html#delete_workforcemanagement_businessunit_week_schedule) | Delete a schedule
|
17
17
|
[**delete_workforcemanagement_businessunit_week_shorttermforecast**](WorkforceManagementApi.html#delete_workforcemanagement_businessunit_week_shorttermforecast) | Delete a short term forecast
|
18
18
|
[**delete_workforcemanagement_managementunit**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit) | Delete management unit
|
19
|
-
[**delete_workforcemanagement_managementunit_activitycode**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_activitycode) |
|
20
|
-
[**delete_workforcemanagement_managementunit_scheduling_run**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_scheduling_run) |
|
21
|
-
[**delete_workforcemanagement_managementunit_servicegoalgroup**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_servicegoalgroup) |
|
22
|
-
[**delete_workforcemanagement_managementunit_week_schedule**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_week_schedule) |
|
23
|
-
[**delete_workforcemanagement_managementunit_week_shorttermforecast**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_week_shorttermforecast) |
|
19
|
+
[**delete_workforcemanagement_managementunit_activitycode**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_activitycode) | Deprecated/Gone: Use the new business unit activity code resources
|
20
|
+
[**delete_workforcemanagement_managementunit_scheduling_run**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_scheduling_run) | Gone. Scheduling has moved under business units
|
21
|
+
[**delete_workforcemanagement_managementunit_servicegoalgroup**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_servicegoalgroup) | Gone. Replaced with service goal templates and planning groups under business units
|
22
|
+
[**delete_workforcemanagement_managementunit_week_schedule**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_week_schedule) | Gone. Scheduling has moved under business units
|
23
|
+
[**delete_workforcemanagement_managementunit_week_shorttermforecast**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_week_shorttermforecast) | Gone. Use equivalent business unit resource instead
|
24
24
|
[**delete_workforcemanagement_managementunit_workplan**](WorkforceManagementApi.html#delete_workforcemanagement_managementunit_workplan) | Delete a work plan
|
25
25
|
[**get_workforcemanagement_adherence**](WorkforceManagementApi.html#get_workforcemanagement_adherence) | Get a list of UserScheduleAdherence records for the requested users
|
26
26
|
[**get_workforcemanagement_adhocmodelingjob**](WorkforceManagementApi.html#get_workforcemanagement_adhocmodelingjob) | Get status of the modeling job
|
@@ -53,24 +53,24 @@ Method | Description
|
|
53
53
|
[**get_workforcemanagement_managementunit_adherence**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_adherence) | Get a list of user schedule adherence records for the requested management unit
|
54
54
|
[**get_workforcemanagement_managementunit_agent**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_agent) | Get data for agent in the management unit
|
55
55
|
[**get_workforcemanagement_managementunit_agent_shifttrades**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_agent_shifttrades) | Gets all the shift trades for a given agent
|
56
|
-
[**get_workforcemanagement_managementunit_intraday_queues**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_intraday_queues) |
|
57
|
-
[**get_workforcemanagement_managementunit_scheduling_run**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_scheduling_run) |
|
58
|
-
[**get_workforcemanagement_managementunit_scheduling_run_result**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_scheduling_run_result) |
|
59
|
-
[**get_workforcemanagement_managementunit_scheduling_runs**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_scheduling_runs) |
|
60
|
-
[**get_workforcemanagement_managementunit_servicegoalgroup**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_servicegoalgroup) |
|
61
|
-
[**get_workforcemanagement_managementunit_servicegoalgroups**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_servicegoalgroups) |
|
62
|
-
[**get_workforcemanagement_managementunit_settings**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_settings) | Get
|
56
|
+
[**get_workforcemanagement_managementunit_intraday_queues**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_intraday_queues) | Gone. Moved under business units
|
57
|
+
[**get_workforcemanagement_managementunit_scheduling_run**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_scheduling_run) | Gone. Scheduling has moved under business units
|
58
|
+
[**get_workforcemanagement_managementunit_scheduling_run_result**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_scheduling_run_result) | Gone. Scheduling has moved under business units
|
59
|
+
[**get_workforcemanagement_managementunit_scheduling_runs**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_scheduling_runs) | Gone. Scheduling has moved under business units
|
60
|
+
[**get_workforcemanagement_managementunit_servicegoalgroup**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_servicegoalgroup) | Gone. Replaced with service goal templates and planning groups under business units
|
61
|
+
[**get_workforcemanagement_managementunit_servicegoalgroups**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_servicegoalgroups) | Gone. Replaced with service goal templates and planning groups under business units
|
62
|
+
[**get_workforcemanagement_managementunit_settings**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_settings) | Gone. Get management unit settings via expand parameters on the GET management unit
|
63
63
|
[**get_workforcemanagement_managementunit_shifttrades_matched**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_shifttrades_matched) | Gets a summary of all shift trades in the matched state
|
64
64
|
[**get_workforcemanagement_managementunit_shifttrades_users**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_shifttrades_users) | Gets list of users available for whom you can send direct shift trade requests
|
65
65
|
[**get_workforcemanagement_managementunit_user_timeoffrequest**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_user_timeoffrequest) | Get a time off request
|
66
66
|
[**get_workforcemanagement_managementunit_user_timeoffrequests**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_user_timeoffrequests) | Get a list of time off requests for a given user
|
67
67
|
[**get_workforcemanagement_managementunit_users**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_users) | Get users in the management unit
|
68
|
-
[**get_workforcemanagement_managementunit_week_schedule**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_schedule) | Get a week schedule
|
69
|
-
[**get_workforcemanagement_managementunit_week_schedule_generationresults**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_schedule_generationresults) |
|
70
|
-
[**get_workforcemanagement_managementunit_week_schedules**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_schedules) | Get the list of schedules in a week in management unit
|
68
|
+
[**get_workforcemanagement_managementunit_week_schedule**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_schedule) | Deprecated. Use the equivalent business unit resource instead. Get a week schedule
|
69
|
+
[**get_workforcemanagement_managementunit_week_schedule_generationresults**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_schedule_generationresults) | Gone. Scheduling has moved under business units
|
70
|
+
[**get_workforcemanagement_managementunit_week_schedules**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_schedules) | Deprecated. Use the equivalent business unit resource instead. Get the list of schedules in a week in management unit
|
71
71
|
[**get_workforcemanagement_managementunit_week_shifttrades**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_shifttrades) | Gets all the shift trades for a given week
|
72
|
-
[**get_workforcemanagement_managementunit_week_shorttermforecast_final**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_shorttermforecast_final) |
|
73
|
-
[**get_workforcemanagement_managementunit_week_shorttermforecasts**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_shorttermforecasts) |
|
72
|
+
[**get_workforcemanagement_managementunit_week_shorttermforecast_final**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_shorttermforecast_final) | Gone. Use equivalent business unit resource instead
|
73
|
+
[**get_workforcemanagement_managementunit_week_shorttermforecasts**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_week_shorttermforecasts) | Gone. Use equivalent business unit resource instead
|
74
74
|
[**get_workforcemanagement_managementunit_workplan**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_workplan) | Get a work plan
|
75
75
|
[**get_workforcemanagement_managementunit_workplans**](WorkforceManagementApi.html#get_workforcemanagement_managementunit_workplans) | Get work plans
|
76
76
|
[**get_workforcemanagement_managementunits**](WorkforceManagementApi.html#get_workforcemanagement_managementunits) | Get management units
|
@@ -86,12 +86,12 @@ Method | Description
|
|
86
86
|
[**patch_workforcemanagement_businessunit_scheduling_run**](WorkforceManagementApi.html#patch_workforcemanagement_businessunit_scheduling_run) | Mark a schedule run as applied
|
87
87
|
[**patch_workforcemanagement_businessunit_servicegoaltemplate**](WorkforceManagementApi.html#patch_workforcemanagement_businessunit_servicegoaltemplate) | Updates a service goal template
|
88
88
|
[**patch_workforcemanagement_managementunit**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit) | Update the requested management unit
|
89
|
-
[**patch_workforcemanagement_managementunit_activitycode**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_activitycode) |
|
90
|
-
[**patch_workforcemanagement_managementunit_scheduling_run**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_scheduling_run) |
|
91
|
-
[**patch_workforcemanagement_managementunit_servicegoalgroup**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_servicegoalgroup) |
|
92
|
-
[**patch_workforcemanagement_managementunit_settings**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_settings) | Update
|
89
|
+
[**patch_workforcemanagement_managementunit_activitycode**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_activitycode) | Deprecated/Gone: Use the new business unit activity code resources
|
90
|
+
[**patch_workforcemanagement_managementunit_scheduling_run**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_scheduling_run) | Gone. Scheduling has moved under business units
|
91
|
+
[**patch_workforcemanagement_managementunit_servicegoalgroup**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_servicegoalgroup) | Gone. Replaced with service goal templates and planning groups under business units
|
92
|
+
[**patch_workforcemanagement_managementunit_settings**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_settings) | Gone. Update settings by PATCHing the management unit
|
93
93
|
[**patch_workforcemanagement_managementunit_user_timeoffrequest**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_user_timeoffrequest) | Update a time off request
|
94
|
-
[**patch_workforcemanagement_managementunit_week_schedule**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_week_schedule) |
|
94
|
+
[**patch_workforcemanagement_managementunit_week_schedule**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_week_schedule) | Gone. Scheduling has moved under business units
|
95
95
|
[**patch_workforcemanagement_managementunit_week_shifttrade**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_week_shifttrade) | Updates a shift trade. This route can only be called by the initiating agent
|
96
96
|
[**patch_workforcemanagement_managementunit_workplan**](WorkforceManagementApi.html#patch_workforcemanagement_managementunit_workplan) | Update a work plan
|
97
97
|
[**patch_workforcemanagement_timeoffrequest**](WorkforceManagementApi.html#patch_workforcemanagement_timeoffrequest) | Update a time off request for the current user
|
@@ -110,29 +110,29 @@ Method | Description
|
|
110
110
|
[**post_workforcemanagement_businessunit_week_shorttermforecast_copy**](WorkforceManagementApi.html#post_workforcemanagement_businessunit_week_shorttermforecast_copy) | Copy a short term forecast
|
111
111
|
[**post_workforcemanagement_businessunit_week_shorttermforecasts_generate**](WorkforceManagementApi.html#post_workforcemanagement_businessunit_week_shorttermforecasts_generate) | Generate a short term forecast
|
112
112
|
[**post_workforcemanagement_businessunits**](WorkforceManagementApi.html#post_workforcemanagement_businessunits) | Add a new business unit
|
113
|
-
[**post_workforcemanagement_managementunit_activitycodes**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_activitycodes) |
|
113
|
+
[**post_workforcemanagement_managementunit_activitycodes**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_activitycodes) | Deprecated/Gone: Use the new business unit activity code resources
|
114
114
|
[**post_workforcemanagement_managementunit_agentschedules_search**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_agentschedules_search) | Query published schedules for given given time range for set of users
|
115
115
|
[**post_workforcemanagement_managementunit_historicaladherencequery**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_historicaladherencequery) | Request a historical adherence report
|
116
|
-
[**post_workforcemanagement_managementunit_intraday**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_intraday) |
|
116
|
+
[**post_workforcemanagement_managementunit_intraday**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_intraday) | Gone. Moved under business units
|
117
117
|
[**post_workforcemanagement_managementunit_move**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_move) | Move the requested management unit to a new business unit
|
118
118
|
[**post_workforcemanagement_managementunit_schedules_search**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_schedules_search) | Query published schedules for given given time range for set of users
|
119
|
-
[**post_workforcemanagement_managementunit_servicegoalgroups**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_servicegoalgroups) |
|
119
|
+
[**post_workforcemanagement_managementunit_servicegoalgroups**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_servicegoalgroups) | Gone. Replaced with service goal templates and planning groups under business units
|
120
120
|
[**post_workforcemanagement_managementunit_timeoffrequests**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_timeoffrequests) | Create a new time off request
|
121
|
-
[**post_workforcemanagement_managementunit_timeoffrequests_fetchdetails**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_timeoffrequests_fetchdetails) |
|
121
|
+
[**post_workforcemanagement_managementunit_timeoffrequests_fetchdetails**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_timeoffrequests_fetchdetails) | Gone. All data is now returned in the query route
|
122
122
|
[**post_workforcemanagement_managementunit_timeoffrequests_query**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_timeoffrequests_query) | Gets the lookup ids to fetch the specified set of requests
|
123
|
-
[**post_workforcemanagement_managementunit_week_schedule_copy**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedule_copy) |
|
124
|
-
[**post_workforcemanagement_managementunit_week_schedule_reschedule**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedule_reschedule) |
|
125
|
-
[**post_workforcemanagement_managementunit_week_schedules**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedules) |
|
126
|
-
[**post_workforcemanagement_managementunit_week_schedules_generate**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedules_generate) |
|
127
|
-
[**post_workforcemanagement_managementunit_week_schedules_partialupload**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedules_partialupload) |
|
123
|
+
[**post_workforcemanagement_managementunit_week_schedule_copy**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedule_copy) | Gone. Scheduling has moved under business units
|
124
|
+
[**post_workforcemanagement_managementunit_week_schedule_reschedule**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedule_reschedule) | Gone. Scheduling has moved under business units
|
125
|
+
[**post_workforcemanagement_managementunit_week_schedules**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedules) | Gone. Scheduling has moved under business units
|
126
|
+
[**post_workforcemanagement_managementunit_week_schedules_generate**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedules_generate) | Gone. Scheduling has moved under business units
|
127
|
+
[**post_workforcemanagement_managementunit_week_schedules_partialupload**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_schedules_partialupload) | Gone. Scheduling has moved under business units
|
128
128
|
[**post_workforcemanagement_managementunit_week_shifttrade_match**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shifttrade_match) | Matches a shift trade. This route can only be called by the receiving agent
|
129
129
|
[**post_workforcemanagement_managementunit_week_shifttrades**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shifttrades) | Adds a shift trade
|
130
130
|
[**post_workforcemanagement_managementunit_week_shifttrades_search**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shifttrades_search) | Searches for potential shift trade matches for the current agent
|
131
131
|
[**post_workforcemanagement_managementunit_week_shifttrades_state_bulk**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shifttrades_state_bulk) | Updates the state of a batch of shift trades
|
132
|
-
[**post_workforcemanagement_managementunit_week_shorttermforecast_copy**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecast_copy) |
|
133
|
-
[**post_workforcemanagement_managementunit_week_shorttermforecasts**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecasts) |
|
134
|
-
[**post_workforcemanagement_managementunit_week_shorttermforecasts_generate**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecasts_generate) |
|
135
|
-
[**post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload) |
|
132
|
+
[**post_workforcemanagement_managementunit_week_shorttermforecast_copy**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecast_copy) | Gone. Use equivalent business unit resource instead
|
133
|
+
[**post_workforcemanagement_managementunit_week_shorttermforecasts**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecasts) | Gone. Use equivalent business unit resource instead
|
134
|
+
[**post_workforcemanagement_managementunit_week_shorttermforecasts_generate**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecasts_generate) | Gone. Use equivalent business unit resource instead
|
135
|
+
[**post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload) | Gone. Use equivalent business unit resource instead
|
136
136
|
[**post_workforcemanagement_managementunit_workplan_copy**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_workplan_copy) | Create a copy of work plan
|
137
137
|
[**post_workforcemanagement_managementunit_workplans**](WorkforceManagementApi.html#post_workforcemanagement_managementunit_workplans) | Create a new work plan
|
138
138
|
[**post_workforcemanagement_managementunits**](WorkforceManagementApi.html#post_workforcemanagement_managementunits) | Add a management unit
|
@@ -684,15 +684,14 @@ nil (empty response body)
|
|
684
684
|
|
685
685
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
686
686
|
|
687
|
-
|
687
|
+
Deprecated/Gone: Use the new business unit activity code resources
|
688
688
|
|
689
689
|
|
690
690
|
|
691
691
|
Wraps DELETE /api/v2/workforcemanagement/managementunits/{muId}/activitycodes/{acId}
|
692
692
|
|
693
|
-
Requires
|
693
|
+
Requires NO permissions:
|
694
694
|
|
695
|
-
* wfm:activityCode:delete
|
696
695
|
|
697
696
|
|
698
697
|
### Example
|
@@ -718,7 +717,7 @@ ac_id = "ac_id_example" # String | The ID of the activity code to delete
|
|
718
717
|
|
719
718
|
|
720
719
|
begin
|
721
|
-
#
|
720
|
+
#Deprecated/Gone: Use the new business unit activity code resources
|
722
721
|
api_instance.delete_workforcemanagement_managementunit_activitycode(mu_id, ac_id)
|
723
722
|
rescue PureCloud::ApiError => e
|
724
723
|
puts "Exception when calling WorkforceManagementApi->delete_workforcemanagement_managementunit_activitycode: #{e}"
|
@@ -751,15 +750,14 @@ nil (empty response body)
|
|
751
750
|
|
752
751
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
753
752
|
|
754
|
-
|
753
|
+
Gone. Scheduling has moved under business units
|
755
754
|
|
756
755
|
|
757
756
|
|
758
757
|
Wraps DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/scheduling/runs/{runId}
|
759
758
|
|
760
|
-
Requires
|
759
|
+
Requires NO permissions:
|
761
760
|
|
762
|
-
* wfm:schedule:generate
|
763
761
|
|
764
762
|
|
765
763
|
### Example
|
@@ -779,13 +777,13 @@ end
|
|
779
777
|
|
780
778
|
api_instance = PureCloud::WorkforceManagementApi.new
|
781
779
|
|
782
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit.
|
780
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit.
|
783
781
|
|
784
782
|
run_id = "run_id_example" # String | The ID of the schedule run
|
785
783
|
|
786
784
|
|
787
785
|
begin
|
788
|
-
#
|
786
|
+
#Gone. Scheduling has moved under business units
|
789
787
|
api_instance.delete_workforcemanagement_managementunit_scheduling_run(management_unit_id, run_id)
|
790
788
|
rescue PureCloud::ApiError => e
|
791
789
|
puts "Exception when calling WorkforceManagementApi->delete_workforcemanagement_managementunit_scheduling_run: #{e}"
|
@@ -796,7 +794,7 @@ end
|
|
796
794
|
|
797
795
|
Name | Type | Description | Notes
|
798
796
|
------------- | ------------- | ------------- | -------------
|
799
|
-
**management_unit_id** | **String**| The ID of the management unit. | |
|
797
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit. | |
|
800
798
|
**run_id** | **String**| The ID of the schedule run | |
|
801
799
|
{: class="table table-striped"}
|
802
800
|
|
@@ -818,15 +816,14 @@ nil (empty response body)
|
|
818
816
|
|
819
817
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
820
818
|
|
821
|
-
|
819
|
+
Gone. Replaced with service goal templates and planning groups under business units
|
822
820
|
|
823
821
|
|
824
822
|
|
825
823
|
Wraps DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/servicegoalgroups/{serviceGoalGroupId}
|
826
824
|
|
827
|
-
Requires
|
825
|
+
Requires NO permissions:
|
828
826
|
|
829
|
-
* wfm:serviceGoalGroup:delete
|
830
827
|
|
831
828
|
|
832
829
|
### Example
|
@@ -846,13 +843,13 @@ end
|
|
846
843
|
|
847
844
|
api_instance = PureCloud::WorkforceManagementApi.new
|
848
845
|
|
849
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
846
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
850
847
|
|
851
|
-
service_goal_group_id = "service_goal_group_id_example" # String | The ID of the service goal group to delete
|
848
|
+
service_goal_group_id = "service_goal_group_id_example" # String | Gone. The ID of the service goal group to delete
|
852
849
|
|
853
850
|
|
854
851
|
begin
|
855
|
-
#
|
852
|
+
#Gone. Replaced with service goal templates and planning groups under business units
|
856
853
|
api_instance.delete_workforcemanagement_managementunit_servicegoalgroup(management_unit_id, service_goal_group_id)
|
857
854
|
rescue PureCloud::ApiError => e
|
858
855
|
puts "Exception when calling WorkforceManagementApi->delete_workforcemanagement_managementunit_servicegoalgroup: #{e}"
|
@@ -863,8 +860,8 @@ end
|
|
863
860
|
|
864
861
|
Name | Type | Description | Notes
|
865
862
|
------------- | ------------- | ------------- | -------------
|
866
|
-
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
867
|
-
**service_goal_group_id** | **String**| The ID of the service goal group to delete | |
|
863
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
864
|
+
**service_goal_group_id** | **String**| Gone. The ID of the service goal group to delete | |
|
868
865
|
{: class="table table-striped"}
|
869
866
|
|
870
867
|
|
@@ -885,15 +882,14 @@ nil (empty response body)
|
|
885
882
|
|
886
883
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
887
884
|
|
888
|
-
|
885
|
+
Gone. Scheduling has moved under business units
|
889
886
|
|
890
887
|
|
891
888
|
|
892
889
|
Wraps DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}
|
893
890
|
|
894
|
-
Requires
|
891
|
+
Requires NO permissions:
|
895
892
|
|
896
|
-
* wfm:schedule:delete
|
897
893
|
|
898
894
|
|
899
895
|
### Example
|
@@ -917,11 +913,11 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
917
913
|
|
918
914
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
919
915
|
|
920
|
-
schedule_id = "schedule_id_example" # String | The ID of
|
916
|
+
schedule_id = "schedule_id_example" # String | Gone/deprecated. The ID of the schedule to delete
|
921
917
|
|
922
918
|
|
923
919
|
begin
|
924
|
-
#
|
920
|
+
#Gone. Scheduling has moved under business units
|
925
921
|
api_instance.delete_workforcemanagement_managementunit_week_schedule(management_unit_id, week_id, schedule_id)
|
926
922
|
rescue PureCloud::ApiError => e
|
927
923
|
puts "Exception when calling WorkforceManagementApi->delete_workforcemanagement_managementunit_week_schedule: #{e}"
|
@@ -934,7 +930,7 @@ Name | Type | Description | Notes
|
|
934
930
|
------------- | ------------- | ------------- | -------------
|
935
931
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
936
932
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
937
|
-
**schedule_id** | **String**| The ID of
|
933
|
+
**schedule_id** | **String**| Gone/deprecated. The ID of the schedule to delete | |
|
938
934
|
{: class="table table-striped"}
|
939
935
|
|
940
936
|
|
@@ -955,15 +951,14 @@ nil (empty response body)
|
|
955
951
|
|
956
952
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
957
953
|
|
958
|
-
|
954
|
+
Gone. Use equivalent business unit resource instead
|
955
|
+
|
959
956
|
|
960
|
-
Must not be tied to any schedules
|
961
957
|
|
962
958
|
Wraps DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}
|
963
959
|
|
964
|
-
Requires
|
960
|
+
Requires NO permissions:
|
965
961
|
|
966
|
-
* wfm:shortTermForecast:delete
|
967
962
|
|
968
963
|
|
969
964
|
### Example
|
@@ -983,15 +978,15 @@ end
|
|
983
978
|
|
984
979
|
api_instance = PureCloud::WorkforceManagementApi.new
|
985
980
|
|
986
|
-
management_unit_id = "management_unit_id_example" # String | The
|
981
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
987
982
|
|
988
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
983
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
989
984
|
|
990
|
-
forecast_id = "forecast_id_example" # String | The ID of the forecast
|
985
|
+
forecast_id = "forecast_id_example" # String | (Gone/Deprecated): The ID of the forecast
|
991
986
|
|
992
987
|
|
993
988
|
begin
|
994
|
-
#
|
989
|
+
#Gone. Use equivalent business unit resource instead
|
995
990
|
api_instance.delete_workforcemanagement_managementunit_week_shorttermforecast(management_unit_id, week_date_id, forecast_id)
|
996
991
|
rescue PureCloud::ApiError => e
|
997
992
|
puts "Exception when calling WorkforceManagementApi->delete_workforcemanagement_managementunit_week_shorttermforecast: #{e}"
|
@@ -1002,9 +997,9 @@ end
|
|
1002
997
|
|
1003
998
|
Name | Type | Description | Notes
|
1004
999
|
------------- | ------------- | ------------- | -------------
|
1005
|
-
**management_unit_id** | **String**| The
|
1006
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
1007
|
-
**forecast_id** | **String**| The ID of the forecast | |
|
1000
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
1001
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
1002
|
+
**forecast_id** | **String**| (Gone/Deprecated): The ID of the forecast | |
|
1008
1003
|
{: class="table table-striped"}
|
1009
1004
|
|
1010
1005
|
|
@@ -3422,19 +3417,18 @@ Name | Type | Description | Notes
|
|
3422
3417
|
|
3423
3418
|
<a name="get_workforcemanagement_managementunit_intraday_queues"></a>
|
3424
3419
|
|
3425
|
-
##
|
3420
|
+
## get_workforcemanagement_managementunit_intraday_queues(mu_id)
|
3426
3421
|
|
3427
3422
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3428
3423
|
|
3429
|
-
|
3424
|
+
Gone. Moved under business units
|
3430
3425
|
|
3431
3426
|
|
3432
3427
|
|
3433
3428
|
Wraps GET /api/v2/workforcemanagement/managementunits/{muId}/intraday/queues
|
3434
3429
|
|
3435
|
-
Requires
|
3430
|
+
Requires NO permissions:
|
3436
3431
|
|
3437
|
-
* wfm:intraday:view
|
3438
3432
|
|
3439
3433
|
|
3440
3434
|
### Example
|
@@ -3456,13 +3450,10 @@ api_instance = PureCloud::WorkforceManagementApi.new
|
|
3456
3450
|
|
3457
3451
|
mu_id = "mu_id_example" # String | The management unit ID of the management unit
|
3458
3452
|
|
3459
|
-
date = "date_example" # String | yyyy-MM-dd date string interpreted in the configured management unit time zone
|
3460
|
-
|
3461
3453
|
|
3462
3454
|
begin
|
3463
|
-
#
|
3464
|
-
|
3465
|
-
p result
|
3455
|
+
#Gone. Moved under business units
|
3456
|
+
api_instance.get_workforcemanagement_managementunit_intraday_queues(mu_id)
|
3466
3457
|
rescue PureCloud::ApiError => e
|
3467
3458
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_intraday_queues: #{e}"
|
3468
3459
|
end
|
@@ -3473,13 +3464,12 @@ end
|
|
3473
3464
|
Name | Type | Description | Notes
|
3474
3465
|
------------- | ------------- | ------------- | -------------
|
3475
3466
|
**mu_id** | **String**| The management unit ID of the management unit | |
|
3476
|
-
**date** | **String**| yyyy-MM-dd date string interpreted in the configured management unit time zone | |
|
3477
3467
|
{: class="table table-striped"}
|
3478
3468
|
|
3479
3469
|
|
3480
3470
|
### Return type
|
3481
3471
|
|
3482
|
-
|
3472
|
+
nil (empty response body)
|
3483
3473
|
|
3484
3474
|
### HTTP request headers
|
3485
3475
|
|
@@ -3490,19 +3480,18 @@ Name | Type | Description | Notes
|
|
3490
3480
|
|
3491
3481
|
<a name="get_workforcemanagement_managementunit_scheduling_run"></a>
|
3492
3482
|
|
3493
|
-
##
|
3483
|
+
## get_workforcemanagement_managementunit_scheduling_run(management_unit_id, run_id)
|
3494
3484
|
|
3495
3485
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3496
3486
|
|
3497
|
-
|
3487
|
+
Gone. Scheduling has moved under business units
|
3498
3488
|
|
3499
3489
|
|
3500
3490
|
|
3501
3491
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/scheduling/runs/{runId}
|
3502
3492
|
|
3503
|
-
Requires
|
3493
|
+
Requires NO permissions:
|
3504
3494
|
|
3505
|
-
* wfm:schedule:generate
|
3506
3495
|
|
3507
3496
|
|
3508
3497
|
### Example
|
@@ -3522,15 +3511,14 @@ end
|
|
3522
3511
|
|
3523
3512
|
api_instance = PureCloud::WorkforceManagementApi.new
|
3524
3513
|
|
3525
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit.
|
3514
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit.
|
3526
3515
|
|
3527
3516
|
run_id = "run_id_example" # String | The ID of the schedule run
|
3528
3517
|
|
3529
3518
|
|
3530
3519
|
begin
|
3531
|
-
#
|
3532
|
-
|
3533
|
-
p result
|
3520
|
+
#Gone. Scheduling has moved under business units
|
3521
|
+
api_instance.get_workforcemanagement_managementunit_scheduling_run(management_unit_id, run_id)
|
3534
3522
|
rescue PureCloud::ApiError => e
|
3535
3523
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_scheduling_run: #{e}"
|
3536
3524
|
end
|
@@ -3540,14 +3528,14 @@ end
|
|
3540
3528
|
|
3541
3529
|
Name | Type | Description | Notes
|
3542
3530
|
------------- | ------------- | ------------- | -------------
|
3543
|
-
**management_unit_id** | **String**| The ID of the management unit. | |
|
3531
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit. | |
|
3544
3532
|
**run_id** | **String**| The ID of the schedule run | |
|
3545
3533
|
{: class="table table-striped"}
|
3546
3534
|
|
3547
3535
|
|
3548
3536
|
### Return type
|
3549
3537
|
|
3550
|
-
|
3538
|
+
nil (empty response body)
|
3551
3539
|
|
3552
3540
|
### HTTP request headers
|
3553
3541
|
|
@@ -3558,19 +3546,18 @@ Name | Type | Description | Notes
|
|
3558
3546
|
|
3559
3547
|
<a name="get_workforcemanagement_managementunit_scheduling_run_result"></a>
|
3560
3548
|
|
3561
|
-
##
|
3549
|
+
## get_workforcemanagement_managementunit_scheduling_run_result(management_unit_id, run_id)
|
3562
3550
|
|
3563
3551
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3564
3552
|
|
3565
|
-
|
3553
|
+
Gone. Scheduling has moved under business units
|
3566
3554
|
|
3567
3555
|
|
3568
3556
|
|
3569
3557
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/scheduling/runs/{runId}/result
|
3570
3558
|
|
3571
|
-
Requires
|
3559
|
+
Requires NO permissions:
|
3572
3560
|
|
3573
|
-
* wfm:schedule:edit
|
3574
3561
|
|
3575
3562
|
|
3576
3563
|
### Example
|
@@ -3590,15 +3577,14 @@ end
|
|
3590
3577
|
|
3591
3578
|
api_instance = PureCloud::WorkforceManagementApi.new
|
3592
3579
|
|
3593
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit.
|
3580
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit.
|
3594
3581
|
|
3595
3582
|
run_id = "run_id_example" # String | The ID of the schedule run
|
3596
3583
|
|
3597
3584
|
|
3598
3585
|
begin
|
3599
|
-
#
|
3600
|
-
|
3601
|
-
p result
|
3586
|
+
#Gone. Scheduling has moved under business units
|
3587
|
+
api_instance.get_workforcemanagement_managementunit_scheduling_run_result(management_unit_id, run_id)
|
3602
3588
|
rescue PureCloud::ApiError => e
|
3603
3589
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_scheduling_run_result: #{e}"
|
3604
3590
|
end
|
@@ -3608,14 +3594,14 @@ end
|
|
3608
3594
|
|
3609
3595
|
Name | Type | Description | Notes
|
3610
3596
|
------------- | ------------- | ------------- | -------------
|
3611
|
-
**management_unit_id** | **String**| The ID of the management unit. | |
|
3597
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit. | |
|
3612
3598
|
**run_id** | **String**| The ID of the schedule run | |
|
3613
3599
|
{: class="table table-striped"}
|
3614
3600
|
|
3615
3601
|
|
3616
3602
|
### Return type
|
3617
3603
|
|
3618
|
-
|
3604
|
+
nil (empty response body)
|
3619
3605
|
|
3620
3606
|
### HTTP request headers
|
3621
3607
|
|
@@ -3626,19 +3612,18 @@ Name | Type | Description | Notes
|
|
3626
3612
|
|
3627
3613
|
<a name="get_workforcemanagement_managementunit_scheduling_runs"></a>
|
3628
3614
|
|
3629
|
-
##
|
3615
|
+
## get_workforcemanagement_managementunit_scheduling_runs(management_unit_id)
|
3630
3616
|
|
3631
3617
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3632
3618
|
|
3633
|
-
|
3619
|
+
Gone. Scheduling has moved under business units
|
3634
3620
|
|
3635
3621
|
|
3636
3622
|
|
3637
3623
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/scheduling/runs
|
3638
3624
|
|
3639
|
-
Requires
|
3625
|
+
Requires NO permissions:
|
3640
3626
|
|
3641
|
-
* wfm:schedule:generate
|
3642
3627
|
|
3643
3628
|
|
3644
3629
|
### Example
|
@@ -3658,13 +3643,12 @@ end
|
|
3658
3643
|
|
3659
3644
|
api_instance = PureCloud::WorkforceManagementApi.new
|
3660
3645
|
|
3661
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit.
|
3646
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit.
|
3662
3647
|
|
3663
3648
|
|
3664
3649
|
begin
|
3665
|
-
#
|
3666
|
-
|
3667
|
-
p result
|
3650
|
+
#Gone. Scheduling has moved under business units
|
3651
|
+
api_instance.get_workforcemanagement_managementunit_scheduling_runs(management_unit_id)
|
3668
3652
|
rescue PureCloud::ApiError => e
|
3669
3653
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_scheduling_runs: #{e}"
|
3670
3654
|
end
|
@@ -3674,13 +3658,13 @@ end
|
|
3674
3658
|
|
3675
3659
|
Name | Type | Description | Notes
|
3676
3660
|
------------- | ------------- | ------------- | -------------
|
3677
|
-
**management_unit_id** | **String**| The ID of the management unit. | |
|
3661
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit. | |
|
3678
3662
|
{: class="table table-striped"}
|
3679
3663
|
|
3680
3664
|
|
3681
3665
|
### Return type
|
3682
3666
|
|
3683
|
-
|
3667
|
+
nil (empty response body)
|
3684
3668
|
|
3685
3669
|
### HTTP request headers
|
3686
3670
|
|
@@ -3691,19 +3675,18 @@ Name | Type | Description | Notes
|
|
3691
3675
|
|
3692
3676
|
<a name="get_workforcemanagement_managementunit_servicegoalgroup"></a>
|
3693
3677
|
|
3694
|
-
##
|
3678
|
+
## get_workforcemanagement_managementunit_servicegoalgroup(management_unit_id, service_goal_group_id)
|
3695
3679
|
|
3696
3680
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3697
3681
|
|
3698
|
-
|
3682
|
+
Gone. Replaced with service goal templates and planning groups under business units
|
3699
3683
|
|
3700
3684
|
|
3701
3685
|
|
3702
3686
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/servicegoalgroups/{serviceGoalGroupId}
|
3703
3687
|
|
3704
|
-
Requires
|
3688
|
+
Requires NO permissions:
|
3705
3689
|
|
3706
|
-
* wfm:serviceGoalGroup:view
|
3707
3690
|
|
3708
3691
|
|
3709
3692
|
### Example
|
@@ -3723,15 +3706,14 @@ end
|
|
3723
3706
|
|
3724
3707
|
api_instance = PureCloud::WorkforceManagementApi.new
|
3725
3708
|
|
3726
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
3709
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
3727
3710
|
|
3728
|
-
service_goal_group_id = "service_goal_group_id_example" # String | The ID of the service goal group to fetch
|
3711
|
+
service_goal_group_id = "service_goal_group_id_example" # String | Gone. The ID of the service goal group to fetch
|
3729
3712
|
|
3730
3713
|
|
3731
3714
|
begin
|
3732
|
-
#
|
3733
|
-
|
3734
|
-
p result
|
3715
|
+
#Gone. Replaced with service goal templates and planning groups under business units
|
3716
|
+
api_instance.get_workforcemanagement_managementunit_servicegoalgroup(management_unit_id, service_goal_group_id)
|
3735
3717
|
rescue PureCloud::ApiError => e
|
3736
3718
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_servicegoalgroup: #{e}"
|
3737
3719
|
end
|
@@ -3741,14 +3723,14 @@ end
|
|
3741
3723
|
|
3742
3724
|
Name | Type | Description | Notes
|
3743
3725
|
------------- | ------------- | ------------- | -------------
|
3744
|
-
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
3745
|
-
**service_goal_group_id** | **String**| The ID of the service goal group to fetch | |
|
3726
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
3727
|
+
**service_goal_group_id** | **String**| Gone. The ID of the service goal group to fetch | |
|
3746
3728
|
{: class="table table-striped"}
|
3747
3729
|
|
3748
3730
|
|
3749
3731
|
### Return type
|
3750
3732
|
|
3751
|
-
|
3733
|
+
nil (empty response body)
|
3752
3734
|
|
3753
3735
|
### HTTP request headers
|
3754
3736
|
|
@@ -3759,20 +3741,18 @@ Name | Type | Description | Notes
|
|
3759
3741
|
|
3760
3742
|
<a name="get_workforcemanagement_managementunit_servicegoalgroups"></a>
|
3761
3743
|
|
3762
|
-
##
|
3744
|
+
## get_workforcemanagement_managementunit_servicegoalgroups(management_unit_id)
|
3763
3745
|
|
3764
3746
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3765
3747
|
|
3766
|
-
|
3748
|
+
Gone. Replaced with service goal templates and planning groups under business units
|
3767
3749
|
|
3768
3750
|
|
3769
3751
|
|
3770
3752
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/servicegoalgroups
|
3771
3753
|
|
3772
|
-
Requires
|
3754
|
+
Requires NO permissions:
|
3773
3755
|
|
3774
|
-
* wfm:serviceGoalGroup:view
|
3775
|
-
* wfm:shortTermForecast:view
|
3776
3756
|
|
3777
3757
|
|
3778
3758
|
### Example
|
@@ -3792,13 +3772,12 @@ end
|
|
3792
3772
|
|
3793
3773
|
api_instance = PureCloud::WorkforceManagementApi.new
|
3794
3774
|
|
3795
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
3775
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
3796
3776
|
|
3797
3777
|
|
3798
3778
|
begin
|
3799
|
-
#
|
3800
|
-
|
3801
|
-
p result
|
3779
|
+
#Gone. Replaced with service goal templates and planning groups under business units
|
3780
|
+
api_instance.get_workforcemanagement_managementunit_servicegoalgroups(management_unit_id)
|
3802
3781
|
rescue PureCloud::ApiError => e
|
3803
3782
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_servicegoalgroups: #{e}"
|
3804
3783
|
end
|
@@ -3808,13 +3787,13 @@ end
|
|
3808
3787
|
|
3809
3788
|
Name | Type | Description | Notes
|
3810
3789
|
------------- | ------------- | ------------- | -------------
|
3811
|
-
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
3790
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
3812
3791
|
{: class="table table-striped"}
|
3813
3792
|
|
3814
3793
|
|
3815
3794
|
### Return type
|
3816
3795
|
|
3817
|
-
|
3796
|
+
nil (empty response body)
|
3818
3797
|
|
3819
3798
|
### HTTP request headers
|
3820
3799
|
|
@@ -3825,19 +3804,18 @@ Name | Type | Description | Notes
|
|
3825
3804
|
|
3826
3805
|
<a name="get_workforcemanagement_managementunit_settings"></a>
|
3827
3806
|
|
3828
|
-
##
|
3807
|
+
## get_workforcemanagement_managementunit_settings(mu_id)
|
3829
3808
|
|
3830
3809
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
3831
3810
|
|
3832
|
-
Get
|
3811
|
+
Gone. Get management unit settings via expand parameters on the GET management unit
|
3833
3812
|
|
3834
3813
|
|
3835
3814
|
|
3836
3815
|
Wraps GET /api/v2/workforcemanagement/managementunits/{muId}/settings
|
3837
3816
|
|
3838
|
-
Requires
|
3817
|
+
Requires NO permissions:
|
3839
3818
|
|
3840
|
-
* wfm:managementUnit:view
|
3841
3819
|
|
3842
3820
|
|
3843
3821
|
### Example
|
@@ -3861,9 +3839,8 @@ mu_id = "mu_id_example" # String | The ID of the management unit, or 'mine' for
|
|
3861
3839
|
|
3862
3840
|
|
3863
3841
|
begin
|
3864
|
-
#Get
|
3865
|
-
|
3866
|
-
p result
|
3842
|
+
#Gone. Get management unit settings via expand parameters on the GET management unit
|
3843
|
+
api_instance.get_workforcemanagement_managementunit_settings(mu_id)
|
3867
3844
|
rescue PureCloud::ApiError => e
|
3868
3845
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_settings: #{e}"
|
3869
3846
|
end
|
@@ -3879,7 +3856,7 @@ Name | Type | Description | Notes
|
|
3879
3856
|
|
3880
3857
|
### Return type
|
3881
3858
|
|
3882
|
-
|
3859
|
+
nil (empty response body)
|
3883
3860
|
|
3884
3861
|
### HTTP request headers
|
3885
3862
|
|
@@ -4239,7 +4216,7 @@ Name | Type | Description | Notes
|
|
4239
4216
|
|
4240
4217
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
4241
4218
|
|
4242
|
-
Get a week schedule
|
4219
|
+
Deprecated. Use the equivalent business unit resource instead. Get a week schedule
|
4243
4220
|
|
4244
4221
|
|
4245
4222
|
|
@@ -4280,7 +4257,7 @@ opts = {
|
|
4280
4257
|
}
|
4281
4258
|
|
4282
4259
|
begin
|
4283
|
-
#Get a week schedule
|
4260
|
+
#Deprecated. Use the equivalent business unit resource instead. Get a week schedule
|
4284
4261
|
result = api_instance.get_workforcemanagement_managementunit_week_schedule(management_unit_id, week_id, schedule_id, opts)
|
4285
4262
|
p result
|
4286
4263
|
rescue PureCloud::ApiError => e
|
@@ -4313,20 +4290,18 @@ Name | Type | Description | Notes
|
|
4313
4290
|
|
4314
4291
|
<a name="get_workforcemanagement_managementunit_week_schedule_generationresults"></a>
|
4315
4292
|
|
4316
|
-
##
|
4293
|
+
## get_workforcemanagement_managementunit_week_schedule_generationresults(management_unit_id, week_id, schedule_id)
|
4317
4294
|
|
4318
4295
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
4319
4296
|
|
4320
|
-
|
4297
|
+
Gone. Scheduling has moved under business units
|
4321
4298
|
|
4322
4299
|
|
4323
4300
|
|
4324
4301
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}/generationresults
|
4325
4302
|
|
4326
|
-
Requires
|
4303
|
+
Requires NO permissions:
|
4327
4304
|
|
4328
|
-
* wfm:publishedSchedule:view
|
4329
|
-
* wfm:schedule:view
|
4330
4305
|
|
4331
4306
|
|
4332
4307
|
### Example
|
@@ -4350,13 +4325,12 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
4350
4325
|
|
4351
4326
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
4352
4327
|
|
4353
|
-
schedule_id = "schedule_id_example" # String | The ID of the schedule to fetch generation results
|
4328
|
+
schedule_id = "schedule_id_example" # String | Gone/deprecated. The ID of the schedule to fetch generation results
|
4354
4329
|
|
4355
4330
|
|
4356
4331
|
begin
|
4357
|
-
#
|
4358
|
-
|
4359
|
-
p result
|
4332
|
+
#Gone. Scheduling has moved under business units
|
4333
|
+
api_instance.get_workforcemanagement_managementunit_week_schedule_generationresults(management_unit_id, week_id, schedule_id)
|
4360
4334
|
rescue PureCloud::ApiError => e
|
4361
4335
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_week_schedule_generationresults: #{e}"
|
4362
4336
|
end
|
@@ -4368,13 +4342,13 @@ Name | Type | Description | Notes
|
|
4368
4342
|
------------- | ------------- | ------------- | -------------
|
4369
4343
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
4370
4344
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
4371
|
-
**schedule_id** | **String**| The ID of the schedule to fetch generation results | |
|
4345
|
+
**schedule_id** | **String**| Gone/deprecated. The ID of the schedule to fetch generation results | |
|
4372
4346
|
{: class="table table-striped"}
|
4373
4347
|
|
4374
4348
|
|
4375
4349
|
### Return type
|
4376
4350
|
|
4377
|
-
|
4351
|
+
nil (empty response body)
|
4378
4352
|
|
4379
4353
|
### HTTP request headers
|
4380
4354
|
|
@@ -4389,7 +4363,7 @@ Name | Type | Description | Notes
|
|
4389
4363
|
|
4390
4364
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
4391
4365
|
|
4392
|
-
Get the list of schedules in a week in management unit
|
4366
|
+
Deprecated. Use the equivalent business unit resource instead. Get the list of schedules in a week in management unit
|
4393
4367
|
|
4394
4368
|
|
4395
4369
|
|
@@ -4429,7 +4403,7 @@ opts = {
|
|
4429
4403
|
}
|
4430
4404
|
|
4431
4405
|
begin
|
4432
|
-
#Get the list of schedules in a week in management unit
|
4406
|
+
#Deprecated. Use the equivalent business unit resource instead. Get the list of schedules in a week in management unit
|
4433
4407
|
result = api_instance.get_workforcemanagement_managementunit_week_schedules(management_unit_id, week_id, opts)
|
4434
4408
|
p result
|
4435
4409
|
rescue PureCloud::ApiError => e
|
@@ -4535,19 +4509,18 @@ Name | Type | Description | Notes
|
|
4535
4509
|
|
4536
4510
|
<a name="get_workforcemanagement_managementunit_week_shorttermforecast_final"></a>
|
4537
4511
|
|
4538
|
-
##
|
4512
|
+
## get_workforcemanagement_managementunit_week_shorttermforecast_final(management_unit_id, week_date_id, forecast_id)
|
4539
4513
|
|
4540
4514
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
4541
4515
|
|
4542
|
-
|
4516
|
+
Gone. Use equivalent business unit resource instead
|
4543
4517
|
|
4544
4518
|
|
4545
4519
|
|
4546
4520
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/final
|
4547
4521
|
|
4548
|
-
Requires
|
4522
|
+
Requires NO permissions:
|
4549
4523
|
|
4550
|
-
* wfm:shortTermForecast:view
|
4551
4524
|
|
4552
4525
|
|
4553
4526
|
### Example
|
@@ -4567,20 +4540,16 @@ end
|
|
4567
4540
|
|
4568
4541
|
api_instance = PureCloud::WorkforceManagementApi.new
|
4569
4542
|
|
4570
|
-
management_unit_id = "management_unit_id_example" # String | The
|
4543
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
4571
4544
|
|
4572
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
4545
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
4573
4546
|
|
4574
|
-
forecast_id = "forecast_id_example" # String | The ID of the forecast
|
4547
|
+
forecast_id = "forecast_id_example" # String | (Gone/Deprecated): The ID of the forecast
|
4575
4548
|
|
4576
|
-
opts = {
|
4577
|
-
force_download_service: true # BOOLEAN | Force the result of this operation to be sent via download service. For testing/app development purposes
|
4578
|
-
}
|
4579
4549
|
|
4580
4550
|
begin
|
4581
|
-
#
|
4582
|
-
|
4583
|
-
p result
|
4551
|
+
#Gone. Use equivalent business unit resource instead
|
4552
|
+
api_instance.get_workforcemanagement_managementunit_week_shorttermforecast_final(management_unit_id, week_date_id, forecast_id)
|
4584
4553
|
rescue PureCloud::ApiError => e
|
4585
4554
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_week_shorttermforecast_final: #{e}"
|
4586
4555
|
end
|
@@ -4590,16 +4559,15 @@ end
|
|
4590
4559
|
|
4591
4560
|
Name | Type | Description | Notes
|
4592
4561
|
------------- | ------------- | ------------- | -------------
|
4593
|
-
**management_unit_id** | **String**| The
|
4594
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
4595
|
-
**forecast_id** | **String**| The ID of the forecast | |
|
4596
|
-
**force_download_service** | **BOOLEAN**| Force the result of this operation to be sent via download service. For testing/app development purposes | [optional] |
|
4562
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
4563
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
4564
|
+
**forecast_id** | **String**| (Gone/Deprecated): The ID of the forecast | |
|
4597
4565
|
{: class="table table-striped"}
|
4598
4566
|
|
4599
4567
|
|
4600
4568
|
### Return type
|
4601
4569
|
|
4602
|
-
|
4570
|
+
nil (empty response body)
|
4603
4571
|
|
4604
4572
|
### HTTP request headers
|
4605
4573
|
|
@@ -4610,20 +4578,18 @@ Name | Type | Description | Notes
|
|
4610
4578
|
|
4611
4579
|
<a name="get_workforcemanagement_managementunit_week_shorttermforecasts"></a>
|
4612
4580
|
|
4613
|
-
##
|
4581
|
+
## get_workforcemanagement_managementunit_week_shorttermforecasts(management_unit_id, week_date_id)
|
4614
4582
|
|
4615
4583
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
4616
4584
|
|
4617
|
-
|
4585
|
+
Gone. Use equivalent business unit resource instead
|
4586
|
+
|
4618
4587
|
|
4619
|
-
Use \"recent\" for the `weekDateId` path parameter to fetch all forecasts for +/- 26 weeks from the current date
|
4620
4588
|
|
4621
4589
|
Wraps GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts
|
4622
4590
|
|
4623
|
-
Requires
|
4591
|
+
Requires NO permissions:
|
4624
4592
|
|
4625
|
-
* wfm:schedule:generate
|
4626
|
-
* wfm:shortTermForecast:view
|
4627
4593
|
|
4628
4594
|
|
4629
4595
|
### Example
|
@@ -4643,15 +4609,14 @@ end
|
|
4643
4609
|
|
4644
4610
|
api_instance = PureCloud::WorkforceManagementApi.new
|
4645
4611
|
|
4646
|
-
management_unit_id = "management_unit_id_example" # String | The
|
4612
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
4647
4613
|
|
4648
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
4614
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
4649
4615
|
|
4650
4616
|
|
4651
4617
|
begin
|
4652
|
-
#
|
4653
|
-
|
4654
|
-
p result
|
4618
|
+
#Gone. Use equivalent business unit resource instead
|
4619
|
+
api_instance.get_workforcemanagement_managementunit_week_shorttermforecasts(management_unit_id, week_date_id)
|
4655
4620
|
rescue PureCloud::ApiError => e
|
4656
4621
|
puts "Exception when calling WorkforceManagementApi->get_workforcemanagement_managementunit_week_shorttermforecasts: #{e}"
|
4657
4622
|
end
|
@@ -4661,14 +4626,14 @@ end
|
|
4661
4626
|
|
4662
4627
|
Name | Type | Description | Notes
|
4663
4628
|
------------- | ------------- | ------------- | -------------
|
4664
|
-
**management_unit_id** | **String**| The
|
4665
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
4629
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
4630
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
4666
4631
|
{: class="table table-striped"}
|
4667
4632
|
|
4668
4633
|
|
4669
4634
|
### Return type
|
4670
4635
|
|
4671
|
-
|
4636
|
+
nil (empty response body)
|
4672
4637
|
|
4673
4638
|
### HTTP request headers
|
4674
4639
|
|
@@ -5701,19 +5666,18 @@ Name | Type | Description | Notes
|
|
5701
5666
|
|
5702
5667
|
<a name="patch_workforcemanagement_managementunit_activitycode"></a>
|
5703
5668
|
|
5704
|
-
##
|
5669
|
+
## patch_workforcemanagement_managementunit_activitycode(mu_id, ac_id, opts)
|
5705
5670
|
|
5706
5671
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
5707
5672
|
|
5708
|
-
|
5673
|
+
Deprecated/Gone: Use the new business unit activity code resources
|
5709
5674
|
|
5710
5675
|
|
5711
5676
|
|
5712
5677
|
Wraps PATCH /api/v2/workforcemanagement/managementunits/{muId}/activitycodes/{acId}
|
5713
5678
|
|
5714
|
-
Requires
|
5679
|
+
Requires NO permissions:
|
5715
5680
|
|
5716
|
-
* wfm:activityCode:edit
|
5717
5681
|
|
5718
5682
|
|
5719
5683
|
### Example
|
@@ -5742,9 +5706,8 @@ opts = {
|
|
5742
5706
|
}
|
5743
5707
|
|
5744
5708
|
begin
|
5745
|
-
#
|
5746
|
-
|
5747
|
-
p result
|
5709
|
+
#Deprecated/Gone: Use the new business unit activity code resources
|
5710
|
+
api_instance.patch_workforcemanagement_managementunit_activitycode(mu_id, ac_id, opts)
|
5748
5711
|
rescue PureCloud::ApiError => e
|
5749
5712
|
puts "Exception when calling WorkforceManagementApi->patch_workforcemanagement_managementunit_activitycode: #{e}"
|
5750
5713
|
end
|
@@ -5762,7 +5725,7 @@ Name | Type | Description | Notes
|
|
5762
5725
|
|
5763
5726
|
### Return type
|
5764
5727
|
|
5765
|
-
|
5728
|
+
nil (empty response body)
|
5766
5729
|
|
5767
5730
|
### HTTP request headers
|
5768
5731
|
|
@@ -5773,19 +5736,18 @@ Name | Type | Description | Notes
|
|
5773
5736
|
|
5774
5737
|
<a name="patch_workforcemanagement_managementunit_scheduling_run"></a>
|
5775
5738
|
|
5776
|
-
##
|
5739
|
+
## patch_workforcemanagement_managementunit_scheduling_run(management_unit_id, run_id, opts)
|
5777
5740
|
|
5778
5741
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
5779
5742
|
|
5780
|
-
|
5743
|
+
Gone. Scheduling has moved under business units
|
5781
5744
|
|
5782
5745
|
|
5783
5746
|
|
5784
5747
|
Wraps PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/scheduling/runs/{runId}
|
5785
5748
|
|
5786
|
-
Requires
|
5749
|
+
Requires NO permissions:
|
5787
5750
|
|
5788
|
-
* wfm:schedule:edit
|
5789
5751
|
|
5790
5752
|
|
5791
5753
|
### Example
|
@@ -5805,7 +5767,7 @@ end
|
|
5805
5767
|
|
5806
5768
|
api_instance = PureCloud::WorkforceManagementApi.new
|
5807
5769
|
|
5808
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit.
|
5770
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit.
|
5809
5771
|
|
5810
5772
|
run_id = "run_id_example" # String | The ID of the schedule run
|
5811
5773
|
|
@@ -5814,9 +5776,8 @@ opts = {
|
|
5814
5776
|
}
|
5815
5777
|
|
5816
5778
|
begin
|
5817
|
-
#
|
5818
|
-
|
5819
|
-
p result
|
5779
|
+
#Gone. Scheduling has moved under business units
|
5780
|
+
api_instance.patch_workforcemanagement_managementunit_scheduling_run(management_unit_id, run_id, opts)
|
5820
5781
|
rescue PureCloud::ApiError => e
|
5821
5782
|
puts "Exception when calling WorkforceManagementApi->patch_workforcemanagement_managementunit_scheduling_run: #{e}"
|
5822
5783
|
end
|
@@ -5826,7 +5787,7 @@ end
|
|
5826
5787
|
|
5827
5788
|
Name | Type | Description | Notes
|
5828
5789
|
------------- | ------------- | ------------- | -------------
|
5829
|
-
**management_unit_id** | **String**| The ID of the management unit. | |
|
5790
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit. | |
|
5830
5791
|
**run_id** | **String**| The ID of the schedule run | |
|
5831
5792
|
**body** | [**UpdateSchedulingRunRequest**](UpdateSchedulingRunRequest.html)| body | [optional] |
|
5832
5793
|
{: class="table table-striped"}
|
@@ -5834,7 +5795,7 @@ Name | Type | Description | Notes
|
|
5834
5795
|
|
5835
5796
|
### Return type
|
5836
5797
|
|
5837
|
-
|
5798
|
+
nil (empty response body)
|
5838
5799
|
|
5839
5800
|
### HTTP request headers
|
5840
5801
|
|
@@ -5845,19 +5806,18 @@ Name | Type | Description | Notes
|
|
5845
5806
|
|
5846
5807
|
<a name="patch_workforcemanagement_managementunit_servicegoalgroup"></a>
|
5847
5808
|
|
5848
|
-
##
|
5809
|
+
## patch_workforcemanagement_managementunit_servicegoalgroup(management_unit_id, service_goal_group_id)
|
5849
5810
|
|
5850
5811
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
5851
5812
|
|
5852
|
-
|
5813
|
+
Gone. Replaced with service goal templates and planning groups under business units
|
5853
5814
|
|
5854
5815
|
|
5855
5816
|
|
5856
5817
|
Wraps PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/servicegoalgroups/{serviceGoalGroupId}
|
5857
5818
|
|
5858
|
-
Requires
|
5819
|
+
Requires NO permissions:
|
5859
5820
|
|
5860
|
-
* wfm:serviceGoalGroup:edit
|
5861
5821
|
|
5862
5822
|
|
5863
5823
|
### Example
|
@@ -5877,18 +5837,14 @@ end
|
|
5877
5837
|
|
5878
5838
|
api_instance = PureCloud::WorkforceManagementApi.new
|
5879
5839
|
|
5880
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
5840
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
5881
5841
|
|
5882
|
-
service_goal_group_id = "service_goal_group_id_example" # String | The ID of the service goal group to update
|
5842
|
+
service_goal_group_id = "service_goal_group_id_example" # String | Gone. The ID of the service goal group to update
|
5883
5843
|
|
5884
|
-
opts = {
|
5885
|
-
body: PureCloud::ServiceGoalGroup.new # ServiceGoalGroup | body
|
5886
|
-
}
|
5887
5844
|
|
5888
5845
|
begin
|
5889
|
-
#
|
5890
|
-
|
5891
|
-
p result
|
5846
|
+
#Gone. Replaced with service goal templates and planning groups under business units
|
5847
|
+
api_instance.patch_workforcemanagement_managementunit_servicegoalgroup(management_unit_id, service_goal_group_id)
|
5892
5848
|
rescue PureCloud::ApiError => e
|
5893
5849
|
puts "Exception when calling WorkforceManagementApi->patch_workforcemanagement_managementunit_servicegoalgroup: #{e}"
|
5894
5850
|
end
|
@@ -5898,15 +5854,14 @@ end
|
|
5898
5854
|
|
5899
5855
|
Name | Type | Description | Notes
|
5900
5856
|
------------- | ------------- | ------------- | -------------
|
5901
|
-
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
5902
|
-
**service_goal_group_id** | **String**| The ID of the service goal group to update | |
|
5903
|
-
**body** | [**ServiceGoalGroup**](ServiceGoalGroup.html)| body | [optional] |
|
5857
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
5858
|
+
**service_goal_group_id** | **String**| Gone. The ID of the service goal group to update | |
|
5904
5859
|
{: class="table table-striped"}
|
5905
5860
|
|
5906
5861
|
|
5907
5862
|
### Return type
|
5908
5863
|
|
5909
|
-
|
5864
|
+
nil (empty response body)
|
5910
5865
|
|
5911
5866
|
### HTTP request headers
|
5912
5867
|
|
@@ -5917,19 +5872,18 @@ Name | Type | Description | Notes
|
|
5917
5872
|
|
5918
5873
|
<a name="patch_workforcemanagement_managementunit_settings"></a>
|
5919
5874
|
|
5920
|
-
##
|
5875
|
+
## patch_workforcemanagement_managementunit_settings(mu_id)
|
5921
5876
|
|
5922
5877
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
5923
5878
|
|
5924
|
-
Update
|
5879
|
+
Gone. Update settings by PATCHing the management unit
|
5925
5880
|
|
5926
5881
|
|
5927
5882
|
|
5928
5883
|
Wraps PATCH /api/v2/workforcemanagement/managementunits/{muId}/settings
|
5929
5884
|
|
5930
|
-
Requires
|
5885
|
+
Requires NO permissions:
|
5931
5886
|
|
5932
|
-
* wfm:managementUnit:edit
|
5933
5887
|
|
5934
5888
|
|
5935
5889
|
### Example
|
@@ -5951,14 +5905,10 @@ api_instance = PureCloud::WorkforceManagementApi.new
|
|
5951
5905
|
|
5952
5906
|
mu_id = "mu_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
5953
5907
|
|
5954
|
-
opts = {
|
5955
|
-
body: PureCloud::ManagementUnitSettingsRequest.new # ManagementUnitSettingsRequest | config
|
5956
|
-
}
|
5957
5908
|
|
5958
5909
|
begin
|
5959
|
-
#Update
|
5960
|
-
|
5961
|
-
p result
|
5910
|
+
#Gone. Update settings by PATCHing the management unit
|
5911
|
+
api_instance.patch_workforcemanagement_managementunit_settings(mu_id)
|
5962
5912
|
rescue PureCloud::ApiError => e
|
5963
5913
|
puts "Exception when calling WorkforceManagementApi->patch_workforcemanagement_managementunit_settings: #{e}"
|
5964
5914
|
end
|
@@ -5969,13 +5919,12 @@ end
|
|
5969
5919
|
Name | Type | Description | Notes
|
5970
5920
|
------------- | ------------- | ------------- | -------------
|
5971
5921
|
**mu_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
5972
|
-
**body** | [**ManagementUnitSettingsRequest**](ManagementUnitSettingsRequest.html)| config | [optional] |
|
5973
5922
|
{: class="table table-striped"}
|
5974
5923
|
|
5975
5924
|
|
5976
5925
|
### Return type
|
5977
5926
|
|
5978
|
-
|
5927
|
+
nil (empty response body)
|
5979
5928
|
|
5980
5929
|
### HTTP request headers
|
5981
5930
|
|
@@ -6061,19 +6010,18 @@ Name | Type | Description | Notes
|
|
6061
6010
|
|
6062
6011
|
<a name="patch_workforcemanagement_managementunit_week_schedule"></a>
|
6063
6012
|
|
6064
|
-
##
|
6013
|
+
## patch_workforcemanagement_managementunit_week_schedule(management_unit_id, week_id, schedule_id)
|
6065
6014
|
|
6066
6015
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
6067
6016
|
|
6068
|
-
|
6017
|
+
Gone. Scheduling has moved under business units
|
6069
6018
|
|
6070
6019
|
|
6071
6020
|
|
6072
6021
|
Wraps PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}
|
6073
6022
|
|
6074
|
-
Requires
|
6023
|
+
Requires NO permissions:
|
6075
6024
|
|
6076
|
-
* wfm:schedule:edit
|
6077
6025
|
|
6078
6026
|
|
6079
6027
|
### Example
|
@@ -6097,18 +6045,12 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
6097
6045
|
|
6098
6046
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
6099
6047
|
|
6100
|
-
schedule_id = "schedule_id_example" # String | The ID of the schedule to update. Use partial uploads of user schedules if activity count in schedule is greater than 17500
|
6048
|
+
schedule_id = "schedule_id_example" # String | Gone/deprecated. The ID of the schedule to update. Use partial uploads of user schedules if activity count in schedule is greater than 17500
|
6101
6049
|
|
6102
|
-
opts = {
|
6103
|
-
force_async: true, # BOOLEAN | Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
6104
|
-
force_download_service: true, # BOOLEAN | Force the result of this operation to be sent via download service. For testing/app development purposes
|
6105
|
-
body: PureCloud::UpdateWeekScheduleRequest.new # UpdateWeekScheduleRequest | body
|
6106
|
-
}
|
6107
6050
|
|
6108
6051
|
begin
|
6109
|
-
#
|
6110
|
-
|
6111
|
-
p result
|
6052
|
+
#Gone. Scheduling has moved under business units
|
6053
|
+
api_instance.patch_workforcemanagement_managementunit_week_schedule(management_unit_id, week_id, schedule_id)
|
6112
6054
|
rescue PureCloud::ApiError => e
|
6113
6055
|
puts "Exception when calling WorkforceManagementApi->patch_workforcemanagement_managementunit_week_schedule: #{e}"
|
6114
6056
|
end
|
@@ -6120,16 +6062,13 @@ Name | Type | Description | Notes
|
|
6120
6062
|
------------- | ------------- | ------------- | -------------
|
6121
6063
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
6122
6064
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
6123
|
-
**schedule_id** | **String**| The ID of the schedule to update. Use partial uploads of user schedules if activity count in schedule is greater than 17500 | |
|
6124
|
-
**force_async** | **BOOLEAN**| Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes | [optional] |
|
6125
|
-
**force_download_service** | **BOOLEAN**| Force the result of this operation to be sent via download service. For testing/app development purposes | [optional] |
|
6126
|
-
**body** | [**UpdateWeekScheduleRequest**](UpdateWeekScheduleRequest.html)| body | [optional] |
|
6065
|
+
**schedule_id** | **String**| Gone/deprecated. The ID of the schedule to update. Use partial uploads of user schedules if activity count in schedule is greater than 17500 | |
|
6127
6066
|
{: class="table table-striped"}
|
6128
6067
|
|
6129
6068
|
|
6130
6069
|
### Return type
|
6131
6070
|
|
6132
|
-
|
6071
|
+
nil (empty response body)
|
6133
6072
|
|
6134
6073
|
### HTTP request headers
|
6135
6074
|
|
@@ -7429,19 +7368,18 @@ Name | Type | Description | Notes
|
|
7429
7368
|
|
7430
7369
|
<a name="post_workforcemanagement_managementunit_activitycodes"></a>
|
7431
7370
|
|
7432
|
-
##
|
7371
|
+
## post_workforcemanagement_managementunit_activitycodes(mu_id)
|
7433
7372
|
|
7434
7373
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
7435
7374
|
|
7436
|
-
|
7375
|
+
Deprecated/Gone: Use the new business unit activity code resources
|
7437
7376
|
|
7438
7377
|
|
7439
7378
|
|
7440
7379
|
Wraps POST /api/v2/workforcemanagement/managementunits/{muId}/activitycodes
|
7441
7380
|
|
7442
|
-
Requires
|
7381
|
+
Requires NO permissions:
|
7443
7382
|
|
7444
|
-
* wfm:activityCode:add
|
7445
7383
|
|
7446
7384
|
|
7447
7385
|
### Example
|
@@ -7463,14 +7401,10 @@ api_instance = PureCloud::WorkforceManagementApi.new
|
|
7463
7401
|
|
7464
7402
|
mu_id = "mu_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
7465
7403
|
|
7466
|
-
opts = {
|
7467
|
-
body: PureCloud::CreateActivityCodeRequest.new # CreateActivityCodeRequest | body
|
7468
|
-
}
|
7469
7404
|
|
7470
7405
|
begin
|
7471
|
-
#
|
7472
|
-
|
7473
|
-
p result
|
7406
|
+
#Deprecated/Gone: Use the new business unit activity code resources
|
7407
|
+
api_instance.post_workforcemanagement_managementunit_activitycodes(mu_id)
|
7474
7408
|
rescue PureCloud::ApiError => e
|
7475
7409
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_activitycodes: #{e}"
|
7476
7410
|
end
|
@@ -7481,13 +7415,12 @@ end
|
|
7481
7415
|
Name | Type | Description | Notes
|
7482
7416
|
------------- | ------------- | ------------- | -------------
|
7483
7417
|
**mu_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
7484
|
-
**body** | [**CreateActivityCodeRequest**](CreateActivityCodeRequest.html)| body | [optional] |
|
7485
7418
|
{: class="table table-striped"}
|
7486
7419
|
|
7487
7420
|
|
7488
7421
|
### Return type
|
7489
7422
|
|
7490
|
-
|
7423
|
+
nil (empty response body)
|
7491
7424
|
|
7492
7425
|
### HTTP request headers
|
7493
7426
|
|
@@ -7641,19 +7574,18 @@ Name | Type | Description | Notes
|
|
7641
7574
|
|
7642
7575
|
<a name="post_workforcemanagement_managementunit_intraday"></a>
|
7643
7576
|
|
7644
|
-
##
|
7577
|
+
## post_workforcemanagement_managementunit_intraday(mu_id)
|
7645
7578
|
|
7646
7579
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
7647
7580
|
|
7648
|
-
|
7581
|
+
Gone. Moved under business units
|
7649
7582
|
|
7650
7583
|
|
7651
7584
|
|
7652
7585
|
Wraps POST /api/v2/workforcemanagement/managementunits/{muId}/intraday
|
7653
7586
|
|
7654
|
-
Requires
|
7587
|
+
Requires NO permissions:
|
7655
7588
|
|
7656
|
-
* wfm:intraday:view
|
7657
7589
|
|
7658
7590
|
|
7659
7591
|
### Example
|
@@ -7675,14 +7607,10 @@ api_instance = PureCloud::WorkforceManagementApi.new
|
|
7675
7607
|
|
7676
7608
|
mu_id = "mu_id_example" # String | The management unit ID of the management unit
|
7677
7609
|
|
7678
|
-
opts = {
|
7679
|
-
body: PureCloud::IntradayQueryDataCommand.new # IntradayQueryDataCommand | body
|
7680
|
-
}
|
7681
7610
|
|
7682
7611
|
begin
|
7683
|
-
#
|
7684
|
-
|
7685
|
-
p result
|
7612
|
+
#Gone. Moved under business units
|
7613
|
+
api_instance.post_workforcemanagement_managementunit_intraday(mu_id)
|
7686
7614
|
rescue PureCloud::ApiError => e
|
7687
7615
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_intraday: #{e}"
|
7688
7616
|
end
|
@@ -7693,13 +7621,12 @@ end
|
|
7693
7621
|
Name | Type | Description | Notes
|
7694
7622
|
------------- | ------------- | ------------- | -------------
|
7695
7623
|
**mu_id** | **String**| The management unit ID of the management unit | |
|
7696
|
-
**body** | [**IntradayQueryDataCommand**](IntradayQueryDataCommand.html)| body | [optional] |
|
7697
7624
|
{: class="table table-striped"}
|
7698
7625
|
|
7699
7626
|
|
7700
7627
|
### Return type
|
7701
7628
|
|
7702
|
-
|
7629
|
+
nil (empty response body)
|
7703
7630
|
|
7704
7631
|
### HTTP request headers
|
7705
7632
|
|
@@ -7849,19 +7776,18 @@ Name | Type | Description | Notes
|
|
7849
7776
|
|
7850
7777
|
<a name="post_workforcemanagement_managementunit_servicegoalgroups"></a>
|
7851
7778
|
|
7852
|
-
##
|
7779
|
+
## post_workforcemanagement_managementunit_servicegoalgroups(management_unit_id)
|
7853
7780
|
|
7854
7781
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
7855
7782
|
|
7856
|
-
|
7783
|
+
Gone. Replaced with service goal templates and planning groups under business units
|
7857
7784
|
|
7858
7785
|
|
7859
7786
|
|
7860
7787
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/servicegoalgroups
|
7861
7788
|
|
7862
|
-
Requires
|
7789
|
+
Requires NO permissions:
|
7863
7790
|
|
7864
|
-
* wfm:serviceGoalGroup:add
|
7865
7791
|
|
7866
7792
|
|
7867
7793
|
### Example
|
@@ -7881,16 +7807,12 @@ end
|
|
7881
7807
|
|
7882
7808
|
api_instance = PureCloud::WorkforceManagementApi.new
|
7883
7809
|
|
7884
|
-
management_unit_id = "management_unit_id_example" # String | The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
7810
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
7885
7811
|
|
7886
|
-
opts = {
|
7887
|
-
body: PureCloud::CreateServiceGoalGroupRequest.new # CreateServiceGoalGroupRequest | body
|
7888
|
-
}
|
7889
7812
|
|
7890
7813
|
begin
|
7891
|
-
#
|
7892
|
-
|
7893
|
-
p result
|
7814
|
+
#Gone. Replaced with service goal templates and planning groups under business units
|
7815
|
+
api_instance.post_workforcemanagement_managementunit_servicegoalgroups(management_unit_id)
|
7894
7816
|
rescue PureCloud::ApiError => e
|
7895
7817
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_servicegoalgroups: #{e}"
|
7896
7818
|
end
|
@@ -7900,14 +7822,13 @@ end
|
|
7900
7822
|
|
7901
7823
|
Name | Type | Description | Notes
|
7902
7824
|
------------- | ------------- | ------------- | -------------
|
7903
|
-
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
7904
|
-
**body** | [**CreateServiceGoalGroupRequest**](CreateServiceGoalGroupRequest.html)| body | [optional] |
|
7825
|
+
**management_unit_id** | **String**| (Deprecated/gone): The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
7905
7826
|
{: class="table table-striped"}
|
7906
7827
|
|
7907
7828
|
|
7908
7829
|
### Return type
|
7909
7830
|
|
7910
|
-
|
7831
|
+
nil (empty response body)
|
7911
7832
|
|
7912
7833
|
### HTTP request headers
|
7913
7834
|
|
@@ -7987,19 +7908,18 @@ Name | Type | Description | Notes
|
|
7987
7908
|
|
7988
7909
|
<a name="post_workforcemanagement_managementunit_timeoffrequests_fetchdetails"></a>
|
7989
7910
|
|
7990
|
-
##
|
7911
|
+
## post_workforcemanagement_managementunit_timeoffrequests_fetchdetails(mu_id, opts)
|
7991
7912
|
|
7992
7913
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
7993
7914
|
|
7994
|
-
|
7915
|
+
Gone. All data is now returned in the query route
|
7995
7916
|
|
7996
7917
|
|
7997
7918
|
|
7998
7919
|
Wraps POST /api/v2/workforcemanagement/managementunits/{muId}/timeoffrequests/fetchdetails
|
7999
7920
|
|
8000
|
-
Requires
|
7921
|
+
Requires NO permissions:
|
8001
7922
|
|
8002
|
-
* wfm:timeOffRequest:view
|
8003
7923
|
|
8004
7924
|
|
8005
7925
|
### Example
|
@@ -8022,13 +7942,12 @@ api_instance = PureCloud::WorkforceManagementApi.new
|
|
8022
7942
|
mu_id = "mu_id_example" # String | The muId of the management unit, or 'mine' for the management unit of the logged-in user.
|
8023
7943
|
|
8024
7944
|
opts = {
|
8025
|
-
body: PureCloud::
|
7945
|
+
body: PureCloud::TimeOffRequestListing.new # TimeOffRequestListing | body
|
8026
7946
|
}
|
8027
7947
|
|
8028
7948
|
begin
|
8029
|
-
#
|
8030
|
-
|
8031
|
-
p result
|
7949
|
+
#Gone. All data is now returned in the query route
|
7950
|
+
api_instance.post_workforcemanagement_managementunit_timeoffrequests_fetchdetails(mu_id, opts)
|
8032
7951
|
rescue PureCloud::ApiError => e
|
8033
7952
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_timeoffrequests_fetchdetails: #{e}"
|
8034
7953
|
end
|
@@ -8039,13 +7958,13 @@ end
|
|
8039
7958
|
Name | Type | Description | Notes
|
8040
7959
|
------------- | ------------- | ------------- | -------------
|
8041
7960
|
**mu_id** | **String**| The muId of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
8042
|
-
**body** | [**
|
7961
|
+
**body** | [**TimeOffRequestListing**](TimeOffRequestListing.html)| body | [optional] |
|
8043
7962
|
{: class="table table-striped"}
|
8044
7963
|
|
8045
7964
|
|
8046
7965
|
### Return type
|
8047
7966
|
|
8048
|
-
|
7967
|
+
nil (empty response body)
|
8049
7968
|
|
8050
7969
|
### HTTP request headers
|
8051
7970
|
|
@@ -8056,7 +7975,7 @@ Name | Type | Description | Notes
|
|
8056
7975
|
|
8057
7976
|
<a name="post_workforcemanagement_managementunit_timeoffrequests_query"></a>
|
8058
7977
|
|
8059
|
-
## [**
|
7978
|
+
## [**TimeOffRequestListing**](TimeOffRequestListing.html) post_workforcemanagement_managementunit_timeoffrequests_query(mu_id, opts)
|
8060
7979
|
|
8061
7980
|
|
8062
7981
|
|
@@ -8114,7 +8033,7 @@ Name | Type | Description | Notes
|
|
8114
8033
|
|
8115
8034
|
### Return type
|
8116
8035
|
|
8117
|
-
[**
|
8036
|
+
[**TimeOffRequestListing**](TimeOffRequestListing.html)
|
8118
8037
|
|
8119
8038
|
### HTTP request headers
|
8120
8039
|
|
@@ -8125,19 +8044,18 @@ Name | Type | Description | Notes
|
|
8125
8044
|
|
8126
8045
|
<a name="post_workforcemanagement_managementunit_week_schedule_copy"></a>
|
8127
8046
|
|
8128
|
-
##
|
8047
|
+
## post_workforcemanagement_managementunit_week_schedule_copy(management_unit_id, week_id, schedule_id)
|
8129
8048
|
|
8130
8049
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8131
8050
|
|
8132
|
-
|
8051
|
+
Gone. Scheduling has moved under business units
|
8133
8052
|
|
8134
8053
|
|
8135
8054
|
|
8136
8055
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}/copy
|
8137
8056
|
|
8138
|
-
Requires
|
8057
|
+
Requires NO permissions:
|
8139
8058
|
|
8140
|
-
* wfm:schedule:add
|
8141
8059
|
|
8142
8060
|
|
8143
8061
|
### Example
|
@@ -8161,18 +8079,12 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
8161
8079
|
|
8162
8080
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
8163
8081
|
|
8164
|
-
schedule_id = "schedule_id_example" # String | The ID of the schedule to copy from
|
8082
|
+
schedule_id = "schedule_id_example" # String | Gone/deprecated. The ID of the schedule to copy from
|
8165
8083
|
|
8166
|
-
opts = {
|
8167
|
-
force_async: true, # BOOLEAN | Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
8168
|
-
force_download_service: true, # BOOLEAN | Force the result of this operation to be sent via download service. For testing/app development purposes
|
8169
|
-
body: PureCloud::CopyWeekScheduleRequest.new # CopyWeekScheduleRequest | body
|
8170
|
-
}
|
8171
8084
|
|
8172
8085
|
begin
|
8173
|
-
#
|
8174
|
-
|
8175
|
-
p result
|
8086
|
+
#Gone. Scheduling has moved under business units
|
8087
|
+
api_instance.post_workforcemanagement_managementunit_week_schedule_copy(management_unit_id, week_id, schedule_id)
|
8176
8088
|
rescue PureCloud::ApiError => e
|
8177
8089
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_schedule_copy: #{e}"
|
8178
8090
|
end
|
@@ -8184,16 +8096,13 @@ Name | Type | Description | Notes
|
|
8184
8096
|
------------- | ------------- | ------------- | -------------
|
8185
8097
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
8186
8098
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
8187
|
-
**schedule_id** | **String**| The ID of the schedule to copy from | |
|
8188
|
-
**force_async** | **BOOLEAN**| Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes | [optional] |
|
8189
|
-
**force_download_service** | **BOOLEAN**| Force the result of this operation to be sent via download service. For testing/app development purposes | [optional] |
|
8190
|
-
**body** | [**CopyWeekScheduleRequest**](CopyWeekScheduleRequest.html)| body | [optional] |
|
8099
|
+
**schedule_id** | **String**| Gone/deprecated. The ID of the schedule to copy from | |
|
8191
8100
|
{: class="table table-striped"}
|
8192
8101
|
|
8193
8102
|
|
8194
8103
|
### Return type
|
8195
8104
|
|
8196
|
-
|
8105
|
+
nil (empty response body)
|
8197
8106
|
|
8198
8107
|
### HTTP request headers
|
8199
8108
|
|
@@ -8204,19 +8113,18 @@ Name | Type | Description | Notes
|
|
8204
8113
|
|
8205
8114
|
<a name="post_workforcemanagement_managementunit_week_schedule_reschedule"></a>
|
8206
8115
|
|
8207
|
-
##
|
8116
|
+
## post_workforcemanagement_managementunit_week_schedule_reschedule(management_unit_id, week_id, schedule_id)
|
8208
8117
|
|
8209
8118
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8210
8119
|
|
8211
|
-
|
8120
|
+
Gone. Scheduling has moved under business units
|
8212
8121
|
|
8213
8122
|
|
8214
8123
|
|
8215
8124
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}/reschedule
|
8216
8125
|
|
8217
|
-
Requires
|
8126
|
+
Requires NO permissions:
|
8218
8127
|
|
8219
|
-
* wfm:schedule:generate
|
8220
8128
|
|
8221
8129
|
|
8222
8130
|
### Example
|
@@ -8240,16 +8148,12 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
8240
8148
|
|
8241
8149
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
8242
8150
|
|
8243
|
-
schedule_id = "schedule_id_example" # String | The ID of the schedule to re-optimize
|
8151
|
+
schedule_id = "schedule_id_example" # String | Gone/deprecated. The ID of the schedule to re-optimize
|
8244
8152
|
|
8245
|
-
opts = {
|
8246
|
-
body: PureCloud::RescheduleRequest.new # RescheduleRequest | body
|
8247
|
-
}
|
8248
8153
|
|
8249
8154
|
begin
|
8250
|
-
#
|
8251
|
-
|
8252
|
-
p result
|
8155
|
+
#Gone. Scheduling has moved under business units
|
8156
|
+
api_instance.post_workforcemanagement_managementunit_week_schedule_reschedule(management_unit_id, week_id, schedule_id)
|
8253
8157
|
rescue PureCloud::ApiError => e
|
8254
8158
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_schedule_reschedule: #{e}"
|
8255
8159
|
end
|
@@ -8261,14 +8165,13 @@ Name | Type | Description | Notes
|
|
8261
8165
|
------------- | ------------- | ------------- | -------------
|
8262
8166
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
8263
8167
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
8264
|
-
**schedule_id** | **String**| The ID of the schedule to re-optimize | |
|
8265
|
-
**body** | [**RescheduleRequest**](RescheduleRequest.html)| body | [optional] |
|
8168
|
+
**schedule_id** | **String**| Gone/deprecated. The ID of the schedule to re-optimize | |
|
8266
8169
|
{: class="table table-striped"}
|
8267
8170
|
|
8268
8171
|
|
8269
8172
|
### Return type
|
8270
8173
|
|
8271
|
-
|
8174
|
+
nil (empty response body)
|
8272
8175
|
|
8273
8176
|
### HTTP request headers
|
8274
8177
|
|
@@ -8279,19 +8182,18 @@ Name | Type | Description | Notes
|
|
8279
8182
|
|
8280
8183
|
<a name="post_workforcemanagement_managementunit_week_schedules"></a>
|
8281
8184
|
|
8282
|
-
##
|
8185
|
+
## post_workforcemanagement_managementunit_week_schedules(management_unit_id, week_id)
|
8283
8186
|
|
8284
8187
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8285
8188
|
|
8286
|
-
|
8189
|
+
Gone. Scheduling has moved under business units
|
8287
8190
|
|
8288
8191
|
|
8289
8192
|
|
8290
8193
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules
|
8291
8194
|
|
8292
|
-
Requires
|
8195
|
+
Requires NO permissions:
|
8293
8196
|
|
8294
|
-
* wfm:schedule:add
|
8295
8197
|
|
8296
8198
|
|
8297
8199
|
### Example
|
@@ -8315,16 +8217,10 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
8315
8217
|
|
8316
8218
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
8317
8219
|
|
8318
|
-
opts = {
|
8319
|
-
force_async: true, # BOOLEAN | Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
8320
|
-
force_download_service: true, # BOOLEAN | Force the result of this operation to be sent via download service. For testing/app development purposes
|
8321
|
-
body: PureCloud::ImportWeekScheduleRequest.new # ImportWeekScheduleRequest | body
|
8322
|
-
}
|
8323
8220
|
|
8324
8221
|
begin
|
8325
|
-
#
|
8326
|
-
|
8327
|
-
p result
|
8222
|
+
#Gone. Scheduling has moved under business units
|
8223
|
+
api_instance.post_workforcemanagement_managementunit_week_schedules(management_unit_id, week_id)
|
8328
8224
|
rescue PureCloud::ApiError => e
|
8329
8225
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_schedules: #{e}"
|
8330
8226
|
end
|
@@ -8336,15 +8232,12 @@ Name | Type | Description | Notes
|
|
8336
8232
|
------------- | ------------- | ------------- | -------------
|
8337
8233
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
8338
8234
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
8339
|
-
**force_async** | **BOOLEAN**| Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes | [optional] |
|
8340
|
-
**force_download_service** | **BOOLEAN**| Force the result of this operation to be sent via download service. For testing/app development purposes | [optional] |
|
8341
|
-
**body** | [**ImportWeekScheduleRequest**](ImportWeekScheduleRequest.html)| body | [optional] |
|
8342
8235
|
{: class="table table-striped"}
|
8343
8236
|
|
8344
8237
|
|
8345
8238
|
### Return type
|
8346
8239
|
|
8347
|
-
|
8240
|
+
nil (empty response body)
|
8348
8241
|
|
8349
8242
|
### HTTP request headers
|
8350
8243
|
|
@@ -8355,11 +8248,11 @@ Name | Type | Description | Notes
|
|
8355
8248
|
|
8356
8249
|
<a name="post_workforcemanagement_managementunit_week_schedules_generate"></a>
|
8357
8250
|
|
8358
|
-
##
|
8251
|
+
## post_workforcemanagement_managementunit_week_schedules_generate(management_unit_id, week_id)
|
8359
8252
|
|
8360
8253
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8361
8254
|
|
8362
|
-
|
8255
|
+
Gone. Scheduling has moved under business units
|
8363
8256
|
|
8364
8257
|
|
8365
8258
|
|
@@ -8391,14 +8284,10 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
8391
8284
|
|
8392
8285
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
8393
8286
|
|
8394
|
-
opts = {
|
8395
|
-
body: PureCloud::GenerateWeekScheduleRequest.new # GenerateWeekScheduleRequest | body
|
8396
|
-
}
|
8397
8287
|
|
8398
8288
|
begin
|
8399
|
-
#
|
8400
|
-
|
8401
|
-
p result
|
8289
|
+
#Gone. Scheduling has moved under business units
|
8290
|
+
api_instance.post_workforcemanagement_managementunit_week_schedules_generate(management_unit_id, week_id)
|
8402
8291
|
rescue PureCloud::ApiError => e
|
8403
8292
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_schedules_generate: #{e}"
|
8404
8293
|
end
|
@@ -8410,13 +8299,12 @@ Name | Type | Description | Notes
|
|
8410
8299
|
------------- | ------------- | ------------- | -------------
|
8411
8300
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
8412
8301
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
8413
|
-
**body** | [**GenerateWeekScheduleRequest**](GenerateWeekScheduleRequest.html)| body | [optional] |
|
8414
8302
|
{: class="table table-striped"}
|
8415
8303
|
|
8416
8304
|
|
8417
8305
|
### Return type
|
8418
8306
|
|
8419
|
-
|
8307
|
+
nil (empty response body)
|
8420
8308
|
|
8421
8309
|
### HTTP request headers
|
8422
8310
|
|
@@ -8427,20 +8315,18 @@ Name | Type | Description | Notes
|
|
8427
8315
|
|
8428
8316
|
<a name="post_workforcemanagement_managementunit_week_schedules_partialupload"></a>
|
8429
8317
|
|
8430
|
-
##
|
8318
|
+
## post_workforcemanagement_managementunit_week_schedules_partialupload(management_unit_id, week_id)
|
8431
8319
|
|
8432
8320
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8433
8321
|
|
8434
|
-
|
8322
|
+
Gone. Scheduling has moved under business units
|
8435
8323
|
|
8436
8324
|
|
8437
8325
|
|
8438
8326
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/partialupload
|
8439
8327
|
|
8440
|
-
Requires
|
8328
|
+
Requires NO permissions:
|
8441
8329
|
|
8442
|
-
* wfm:schedule:add
|
8443
|
-
* wfm:schedule:edit
|
8444
8330
|
|
8445
8331
|
|
8446
8332
|
### Example
|
@@ -8464,14 +8350,10 @@ management_unit_id = "management_unit_id_example" # String | The ID of the manag
|
|
8464
8350
|
|
8465
8351
|
week_id = "week_id_example" # String | First day of schedule week in yyyy-MM-dd format.
|
8466
8352
|
|
8467
|
-
opts = {
|
8468
|
-
body: PureCloud::UserSchedulesPartialUploadRequest.new # UserSchedulesPartialUploadRequest | body
|
8469
|
-
}
|
8470
8353
|
|
8471
8354
|
begin
|
8472
|
-
#
|
8473
|
-
|
8474
|
-
p result
|
8355
|
+
#Gone. Scheduling has moved under business units
|
8356
|
+
api_instance.post_workforcemanagement_managementunit_week_schedules_partialupload(management_unit_id, week_id)
|
8475
8357
|
rescue PureCloud::ApiError => e
|
8476
8358
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_schedules_partialupload: #{e}"
|
8477
8359
|
end
|
@@ -8483,13 +8365,12 @@ Name | Type | Description | Notes
|
|
8483
8365
|
------------- | ------------- | ------------- | -------------
|
8484
8366
|
**management_unit_id** | **String**| The ID of the management unit, or 'mine' for the management unit of the logged-in user. | |
|
8485
8367
|
**week_id** | **String**| First day of schedule week in yyyy-MM-dd format. | |
|
8486
|
-
**body** | [**UserSchedulesPartialUploadRequest**](UserSchedulesPartialUploadRequest.html)| body | [optional] |
|
8487
8368
|
{: class="table table-striped"}
|
8488
8369
|
|
8489
8370
|
|
8490
8371
|
### Return type
|
8491
8372
|
|
8492
|
-
|
8373
|
+
nil (empty response body)
|
8493
8374
|
|
8494
8375
|
### HTTP request headers
|
8495
8376
|
|
@@ -8792,19 +8673,18 @@ Name | Type | Description | Notes
|
|
8792
8673
|
|
8793
8674
|
<a name="post_workforcemanagement_managementunit_week_shorttermforecast_copy"></a>
|
8794
8675
|
|
8795
|
-
##
|
8676
|
+
## post_workforcemanagement_managementunit_week_shorttermforecast_copy(management_unit_id, week_date_id, forecast_id)
|
8796
8677
|
|
8797
8678
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8798
8679
|
|
8799
|
-
|
8680
|
+
Gone. Use equivalent business unit resource instead
|
8800
8681
|
|
8801
8682
|
|
8802
8683
|
|
8803
8684
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/copy
|
8804
8685
|
|
8805
|
-
Requires
|
8686
|
+
Requires NO permissions:
|
8806
8687
|
|
8807
|
-
* wfm:shortTermForecast:add
|
8808
8688
|
|
8809
8689
|
|
8810
8690
|
### Example
|
@@ -8824,22 +8704,16 @@ end
|
|
8824
8704
|
|
8825
8705
|
api_instance = PureCloud::WorkforceManagementApi.new
|
8826
8706
|
|
8827
|
-
management_unit_id = "management_unit_id_example" # String | The
|
8707
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
8828
8708
|
|
8829
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
8709
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
8830
8710
|
|
8831
|
-
forecast_id = "forecast_id_example" # String | The ID of the forecast
|
8711
|
+
forecast_id = "forecast_id_example" # String | (Gone/Deprecated): The ID of the forecast
|
8832
8712
|
|
8833
|
-
body = PureCloud::CopyShortTermForecastRequest.new # CopyShortTermForecastRequest | body
|
8834
|
-
|
8835
|
-
opts = {
|
8836
|
-
force_async: true # BOOLEAN | Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
8837
|
-
}
|
8838
8713
|
|
8839
8714
|
begin
|
8840
|
-
#
|
8841
|
-
|
8842
|
-
p result
|
8715
|
+
#Gone. Use equivalent business unit resource instead
|
8716
|
+
api_instance.post_workforcemanagement_managementunit_week_shorttermforecast_copy(management_unit_id, week_date_id, forecast_id)
|
8843
8717
|
rescue PureCloud::ApiError => e
|
8844
8718
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_shorttermforecast_copy: #{e}"
|
8845
8719
|
end
|
@@ -8849,17 +8723,15 @@ end
|
|
8849
8723
|
|
8850
8724
|
Name | Type | Description | Notes
|
8851
8725
|
------------- | ------------- | ------------- | -------------
|
8852
|
-
**management_unit_id** | **String**| The
|
8853
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
8854
|
-
**forecast_id** | **String**| The ID of the forecast
|
8855
|
-
**body** | [**CopyShortTermForecastRequest**](CopyShortTermForecastRequest.html)| body | |
|
8856
|
-
**force_async** | **BOOLEAN**| Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes | [optional] |
|
8726
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
8727
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
8728
|
+
**forecast_id** | **String**| (Gone/Deprecated): The ID of the forecast | |
|
8857
8729
|
{: class="table table-striped"}
|
8858
8730
|
|
8859
8731
|
|
8860
8732
|
### Return type
|
8861
8733
|
|
8862
|
-
|
8734
|
+
nil (empty response body)
|
8863
8735
|
|
8864
8736
|
### HTTP request headers
|
8865
8737
|
|
@@ -8870,19 +8742,18 @@ Name | Type | Description | Notes
|
|
8870
8742
|
|
8871
8743
|
<a name="post_workforcemanagement_managementunit_week_shorttermforecasts"></a>
|
8872
8744
|
|
8873
|
-
##
|
8745
|
+
## post_workforcemanagement_managementunit_week_shorttermforecasts(management_unit_id, week_date_id)
|
8874
8746
|
|
8875
8747
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8876
8748
|
|
8877
|
-
|
8749
|
+
Gone. Use equivalent business unit resource instead
|
8878
8750
|
|
8879
8751
|
|
8880
8752
|
|
8881
8753
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts
|
8882
8754
|
|
8883
|
-
Requires
|
8755
|
+
Requires NO permissions:
|
8884
8756
|
|
8885
|
-
* wfm:shortTermForecast:add
|
8886
8757
|
|
8887
8758
|
|
8888
8759
|
### Example
|
@@ -8902,20 +8773,14 @@ end
|
|
8902
8773
|
|
8903
8774
|
api_instance = PureCloud::WorkforceManagementApi.new
|
8904
8775
|
|
8905
|
-
management_unit_id = "management_unit_id_example" # String | The
|
8776
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
8906
8777
|
|
8907
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
8778
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
8908
8779
|
|
8909
|
-
body = PureCloud::ImportShortTermForecastRequest.new # ImportShortTermForecastRequest | body
|
8910
|
-
|
8911
|
-
opts = {
|
8912
|
-
force_async: true # BOOLEAN | Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
8913
|
-
}
|
8914
8780
|
|
8915
8781
|
begin
|
8916
|
-
#
|
8917
|
-
|
8918
|
-
p result
|
8782
|
+
#Gone. Use equivalent business unit resource instead
|
8783
|
+
api_instance.post_workforcemanagement_managementunit_week_shorttermforecasts(management_unit_id, week_date_id)
|
8919
8784
|
rescue PureCloud::ApiError => e
|
8920
8785
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_shorttermforecasts: #{e}"
|
8921
8786
|
end
|
@@ -8925,16 +8790,14 @@ end
|
|
8925
8790
|
|
8926
8791
|
Name | Type | Description | Notes
|
8927
8792
|
------------- | ------------- | ------------- | -------------
|
8928
|
-
**management_unit_id** | **String**| The
|
8929
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
8930
|
-
**body** | [**ImportShortTermForecastRequest**](ImportShortTermForecastRequest.html)| body | |
|
8931
|
-
**force_async** | **BOOLEAN**| Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes | [optional] |
|
8793
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
8794
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
8932
8795
|
{: class="table table-striped"}
|
8933
8796
|
|
8934
8797
|
|
8935
8798
|
### Return type
|
8936
8799
|
|
8937
|
-
|
8800
|
+
nil (empty response body)
|
8938
8801
|
|
8939
8802
|
### HTTP request headers
|
8940
8803
|
|
@@ -8945,19 +8808,18 @@ Name | Type | Description | Notes
|
|
8945
8808
|
|
8946
8809
|
<a name="post_workforcemanagement_managementunit_week_shorttermforecasts_generate"></a>
|
8947
8810
|
|
8948
|
-
##
|
8811
|
+
## post_workforcemanagement_managementunit_week_shorttermforecasts_generate(management_unit_id, week_date_id)
|
8949
8812
|
|
8950
8813
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
8951
8814
|
|
8952
|
-
|
8815
|
+
Gone. Use equivalent business unit resource instead
|
8953
8816
|
|
8954
8817
|
|
8955
8818
|
|
8956
8819
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts/generate
|
8957
8820
|
|
8958
|
-
Requires
|
8821
|
+
Requires NO permissions:
|
8959
8822
|
|
8960
|
-
* wfm:shortTermForecast:add
|
8961
8823
|
|
8962
8824
|
|
8963
8825
|
### Example
|
@@ -8977,20 +8839,14 @@ end
|
|
8977
8839
|
|
8978
8840
|
api_instance = PureCloud::WorkforceManagementApi.new
|
8979
8841
|
|
8980
|
-
management_unit_id = "management_unit_id_example" # String | The
|
8981
|
-
|
8982
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
8842
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
8983
8843
|
|
8984
|
-
|
8844
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
8985
8845
|
|
8986
|
-
opts = {
|
8987
|
-
force_async: true # BOOLEAN | Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
8988
|
-
}
|
8989
8846
|
|
8990
8847
|
begin
|
8991
|
-
#
|
8992
|
-
|
8993
|
-
p result
|
8848
|
+
#Gone. Use equivalent business unit resource instead
|
8849
|
+
api_instance.post_workforcemanagement_managementunit_week_shorttermforecasts_generate(management_unit_id, week_date_id)
|
8994
8850
|
rescue PureCloud::ApiError => e
|
8995
8851
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_shorttermforecasts_generate: #{e}"
|
8996
8852
|
end
|
@@ -9000,16 +8856,14 @@ end
|
|
9000
8856
|
|
9001
8857
|
Name | Type | Description | Notes
|
9002
8858
|
------------- | ------------- | ------------- | -------------
|
9003
|
-
**management_unit_id** | **String**| The
|
9004
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
9005
|
-
**body** | [**GenerateShortTermForecastRequest**](GenerateShortTermForecastRequest.html)| | |
|
9006
|
-
**force_async** | **BOOLEAN**| Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes | [optional] |
|
8859
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
8860
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
9007
8861
|
{: class="table table-striped"}
|
9008
8862
|
|
9009
8863
|
|
9010
8864
|
### Return type
|
9011
8865
|
|
9012
|
-
|
8866
|
+
nil (empty response body)
|
9013
8867
|
|
9014
8868
|
### HTTP request headers
|
9015
8869
|
|
@@ -9020,19 +8874,18 @@ Name | Type | Description | Notes
|
|
9020
8874
|
|
9021
8875
|
<a name="post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload"></a>
|
9022
8876
|
|
9023
|
-
##
|
8877
|
+
## post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload(management_unit_id, week_date_id)
|
9024
8878
|
|
9025
8879
|
<span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
|
9026
8880
|
|
9027
|
-
|
8881
|
+
Gone. Use equivalent business unit resource instead
|
9028
8882
|
|
9029
8883
|
|
9030
8884
|
|
9031
8885
|
Wraps POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shorttermforecasts/partialupload
|
9032
8886
|
|
9033
|
-
Requires
|
8887
|
+
Requires NO permissions:
|
9034
8888
|
|
9035
|
-
* wfm:shortTermForecast:add
|
9036
8889
|
|
9037
8890
|
|
9038
8891
|
### Example
|
@@ -9052,17 +8905,14 @@ end
|
|
9052
8905
|
|
9053
8906
|
api_instance = PureCloud::WorkforceManagementApi.new
|
9054
8907
|
|
9055
|
-
management_unit_id = "management_unit_id_example" # String | The
|
8908
|
+
management_unit_id = "management_unit_id_example" # String | (Deprecated/gone): The id of the management unit.
|
9056
8909
|
|
9057
|
-
week_date_id = "week_date_id_example" # String | The week start date of the forecast in yyyy-MM-dd format
|
9058
|
-
|
9059
|
-
body = PureCloud::RouteGroupList.new # RouteGroupList | body
|
8910
|
+
week_date_id = "week_date_id_example" # String | (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format
|
9060
8911
|
|
9061
8912
|
|
9062
8913
|
begin
|
9063
|
-
#
|
9064
|
-
|
9065
|
-
p result
|
8914
|
+
#Gone. Use equivalent business unit resource instead
|
8915
|
+
api_instance.post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload(management_unit_id, week_date_id)
|
9066
8916
|
rescue PureCloud::ApiError => e
|
9067
8917
|
puts "Exception when calling WorkforceManagementApi->post_workforcemanagement_managementunit_week_shorttermforecasts_partialupload: #{e}"
|
9068
8918
|
end
|
@@ -9072,15 +8922,14 @@ end
|
|
9072
8922
|
|
9073
8923
|
Name | Type | Description | Notes
|
9074
8924
|
------------- | ------------- | ------------- | -------------
|
9075
|
-
**management_unit_id** | **String**| The
|
9076
|
-
**week_date_id** | **String**| The week start date of the forecast in yyyy-MM-dd format | |
|
9077
|
-
**body** | [**RouteGroupList**](RouteGroupList.html)| body | |
|
8925
|
+
**management_unit_id** | **String**| (Deprecated/gone): The id of the management unit. | |
|
8926
|
+
**week_date_id** | **String**| (Deprecated/gone): The week start date of the forecast in yyyy-MM-dd format | |
|
9078
8927
|
{: class="table table-striped"}
|
9079
8928
|
|
9080
8929
|
|
9081
8930
|
### Return type
|
9082
8931
|
|
9083
|
-
|
8932
|
+
nil (empty response body)
|
9084
8933
|
|
9085
8934
|
### HTTP request headers
|
9086
8935
|
|