Edit

placeServicePlanInfo resource type

Namespace: microsoft.graph

Represents details of a service plan associated with a place.

This type is returned by the servicePlans property of the desk resource.

Properties

Property Type Description
servicePlanId String The service plan identifier.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.placeServicePlanInfo",
  "servicePlanId": "String"
}