Skip to content

Commit f354310

Browse files
authored
Merge pull request MicrosoftDocs#2232 from charankasu/charankasu-patch-1
Typo
2 parents 4d5bff6 + 5d682f2 commit f354310

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

powerapps-docs/developer/data-platform/webapi/create-entity-web-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To create a new entity record you must identify the valid property names and typ
7373

7474
## Create with data returned
7575

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.
7777

7878
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.
7979

@@ -347,4 +347,5 @@ More information: [Access documents faster using storage partitions](azure-stora
347347
[Impersonate another user using the Web API](impersonate-another-user-web-api.md)<br />
348348
[Perform conditional operations using the Web API](perform-conditional-operations-using-web-api.md)<br />
349349

350-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
350+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
351+

0 commit comments

Comments
 (0)