You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/webapi/create-entity-web-api.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ To create a new entity record you must identify the valid property names and typ
73
73
74
74
## Create with data returned
75
75
76
-
You can compose your `POST` request so that data from the created record will be returned with a status of `201 (Created)`. To get his result, you must use the `return=representation` preference in the request headers.
76
+
You can compose your `POST` request so that data from the created record will be returned with a status of `201 (Created)`. To get this result, you must use the `return=representation` preference in the request headers.
77
77
78
78
To control which properties are returned, append the `$select` query option to the URL to the entity set. You may also use `$expand` to return related entities.
79
79
@@ -347,4 +347,5 @@ More information: [Access documents faster using storage partitions](azure-stora
347
347
[Impersonate another user using the Web API](impersonate-another-user-web-api.md)<br />
348
348
[Perform conditional operations using the Web API](perform-conditional-operations-using-web-api.md)<br />
0 commit comments