ModifyManagedServicesPlan Method

Description

Updates an existing Managed Services Plan.

HTTP Request

PUT https://api.skeddly.com/api/ManagedServices/Plans/<id>

URL Parameters

Id

ID of the plan.

Type: string

Required: Yes

Body

The body is a JSON structure with the following properties.

isEnabled

Indicates whether the plan is enabled.

Type: bool

Required: No

Default Value: false

name

Friendly name for the plan.

Type: string

Required: Yes

parameters

Additional parameters for the plan. The object value is dependent on the value of planType.

Type: ManagedServicesPlanParameters object.

Required: Yes

schedule

Indicates the schedule for the plan

Type: ManagedServicesPlanSchedule object.

Required: Yes

Returns

A ManagedServicesPlan object.

Sample Request

Sample Response

Last updated