Edit

Share via


placeExecutionResult resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the upsert result of a place.

Properties

Property Type Description
children placeExecutionResult collection The upsert results of children places of the place.
error publicError The error that occurred during the upsert of the place.

Relationships

Relationship Type Description
succeededPlace place The created or updated place if the upsert is succeeded.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.placeExecutionResult",
  "children": [{"@odata.type": "microsoft.graph.placeExecutionResult"}],
  "error": {"@odata.type": "microsoft.graph.publicError"}
}