Skip to content

Commit 0235c56

Browse files
committed
fit-n-finish
1 parent 2973bf7 commit 0235c56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

powerapps-docs/developer/data-platform/webapi/associate-disassociate-entities-using-web-api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ OData-Version: 4.0
134134

135135
## Associate entities on create
136136

137-
As described in [Create related entities in one operation](create-entity-web-api.md#bkmk_CreateRelated), new entities can be created with relationships using *deep insert*.
137+
As described in [Associate entity records on create](create-entity-web-api.md#associate-entity-records-on-create), you can associate the new record to existing records by setting the navigation properties using the `@odata.bind` annotation.
138+
139+
As described in [Create related entities in one operation](create-entity-web-api.md#bkmk_CreateRelated), new entities can be created with relationships using *deep insert*.
138140

139141
## Associate and disassociate entities on update
140142

@@ -144,7 +146,7 @@ You can set the value of single-valued navigation properties using `PATCH` to as
144146

145147
### Associate entities on update
146148

147-
You can associate entities on update using the same message described in [Basic update](update-delete-entities-using-web-api.md#bkmk_update) but you must use the @odata.bind annotation to set the value of a single-valued navigation property. The following example changes the account associated to an opportunity using the `customerid_account` single-valued navigation property.
149+
You can associate entities on update using the same message described in [Basic update](update-delete-entities-using-web-api.md#bkmk_update) but you must use the `@odata.bind` annotation to set the value of a single-valued navigation property. The following example changes the account associated to an opportunity using the `customerid_account` single-valued navigation property.
148150

149151
**Request**
150152

@@ -203,6 +205,8 @@ OData-Version: 4.0
203205
204206
```
205207

208+
More information: [Basic update](update-delete-entities-using-web-api.md#basic-update)
209+
206210
<a name="bkmk_Associateentitiesonupdate_multi"></a>
207211

208212
## Associate entities on update using collection-valued navigation property

0 commit comments

Comments
 (0)