1
1
---
2
2
title : " Account table/entity reference (Microsoft Dataverse) | Microsoft Docs"
3
3
description : " Includes schema information and supported messages for the Account table/entity."
4
- ms.date : 08/31 /2022
4
+ ms.date : 12/07 /2022
5
5
ms.service : " powerapps"
6
6
ms.topic : " reference"
7
7
ms.assetid : 3948cc48-07c8-7f60-0608-71c37158ad7c
8
- author : " KumarVivek "
9
- ms.author : " kvivek "
8
+ author : " phecke "
9
+ ms.author : " pehecke "
10
10
manager : " margoc"
11
11
search.audienceType :
12
12
- developer
@@ -27,20 +27,20 @@ Business that represents a customer or potential customer. The company that is b
27
27
28
28
| Message| Web API Operation| SDK class or method|
29
29
| -| -| -|
30
- | Assign| PATCH [ * org URI* ] /api/data/v9.0 /accounts(* accountid* )<br />[ Update] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update ) ` ownerid ` property.| < xref:Microsoft.Crm.Sdk.Messages.AssignRequest > |
31
- | Create| POST [ * org URI* ] /api/data/v9.0 /accounts<br />See [ Create] ( /powerapps/developer/common-data-service/webapi/create-entity-web-api ) | < xref:Microsoft.Xrm.Sdk.Messages.CreateRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Create* > |
32
- | Delete| DELETE [ * org URI* ] /api/data/v9.0 /accounts(* accountid* )<br />See [ Delete] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-delete ) | < xref:Microsoft.Xrm.Sdk.Messages.DeleteRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Delete* > |
30
+ | Assign| PATCH [ * org URI* ] /api/data/v9.2 /accounts(* accountid* )<br />[ Update] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update ) ` ownerid ` property.| < xref:Microsoft.Crm.Sdk.Messages.AssignRequest > |
31
+ | Create| POST [ * org URI* ] /api/data/v9.2 /accounts<br />See [ Create] ( /powerapps/developer/common-data-service/webapi/create-entity-web-api ) | < xref:Microsoft.Xrm.Sdk.Messages.CreateRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Create* > |
32
+ | Delete| DELETE [ * org URI* ] /api/data/v9.2 /accounts(* accountid* )<br />See [ Delete] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-delete ) | < xref:Microsoft.Xrm.Sdk.Messages.DeleteRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Delete* > |
33
33
| GrantAccess| <xref href =" Microsoft.Dynamics.CRM.GrantAccess?text=GrantAccess Action " />| < xref:Microsoft.Crm.Sdk.Messages.GrantAccessRequest > |
34
34
| Merge| <xref href =" Microsoft.Dynamics.CRM.Merge?text=Merge Action " />| < xref:Microsoft.Crm.Sdk.Messages.MergeRequest > |
35
35
| ModifyAccess| <xref href =" Microsoft.Dynamics.CRM.ModifyAccess?text=ModifyAccess Action " />| < xref:Microsoft.Crm.Sdk.Messages.ModifyAccessRequest > |
36
- | Retrieve| GET [ * org URI* ] /api/data/v9.0 /accounts(* accountid* )<br />See [ Retrieve] ( /powerapps/developer/common-data-service/webapi/retrieve-entity-using-web-api ) | < xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve* > |
37
- | RetrieveMultiple| GET [ * org URI* ] /api/data/v9.0 /accounts<br />See [ Query Data] ( /powerapps/developer/common-data-service/webapi/query-data-web-api ) | < xref:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple* > |
36
+ | Retrieve| GET [ * org URI* ] /api/data/v9.2 /accounts(* accountid* )<br />See [ Retrieve] ( /powerapps/developer/common-data-service/webapi/retrieve-entity-using-web-api ) | < xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve* > |
37
+ | RetrieveMultiple| GET [ * org URI* ] /api/data/v9.2 /accounts<br />See [ Query Data] ( /powerapps/developer/common-data-service/webapi/query-data-web-api ) | < xref:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple* > |
38
38
| RetrievePrincipalAccess| <xref href =" Microsoft.Dynamics.CRM.RetrievePrincipalAccess?text=RetrievePrincipalAccess Function " />| < xref:Microsoft.Crm.Sdk.Messages.RetrievePrincipalAccessRequest > |
39
39
| RetrieveSharedPrincipalsAndAccess| <xref href =" Microsoft.Dynamics.CRM.RetrieveSharedPrincipalsAndAccess?text=RetrieveSharedPrincipalsAndAccess Function " />| < xref:Microsoft.Crm.Sdk.Messages.RetrieveSharedPrincipalsAndAccessRequest > |
40
40
| RevokeAccess| <xref href =" Microsoft.Dynamics.CRM.RevokeAccess?text=RevokeAccess Action " />| < xref:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest > |
41
41
| Rollup| <xref href =" Microsoft.Dynamics.CRM.Rollup?text=Rollup Function " />| < xref:Microsoft.Crm.Sdk.Messages.RollupRequest > |
42
- | SetState| PATCH [ * org URI* ] /api/data/v9.0 /accounts(* accountid* )<br />[ Update] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update ) ` statecode ` and ` statuscode ` properties.| < xref:Microsoft.Crm.Sdk.Messages.SetStateRequest > |
43
- | Update| PATCH [ * org URI* ] /api/data/v9.0 /accounts(* accountid* )<br />See [ Update] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update ) | < xref:Microsoft.Xrm.Sdk.Messages.UpdateRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Update* > |
42
+ | SetState| PATCH [ * org URI* ] /api/data/v9.2 /accounts(* accountid* )<br />[ Update] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update ) ` statecode ` and ` statuscode ` properties.| < xref:Microsoft.Crm.Sdk.Messages.SetStateRequest > |
43
+ | Update| PATCH [ * org URI* ] /api/data/v9.2 /accounts(* accountid* )<br />See [ Update] ( /powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update ) | < xref:Microsoft.Xrm.Sdk.Messages.UpdateRequest > or <br />< xref:Microsoft.Xrm.Sdk.IOrganizationService.Update* > |
44
44
45
45
## Properties
46
46
0 commit comments