- Subcategories:
 - Smart Actions
 
Organization Contacts REST Endpoints
    
        Accounts/Organization Contacts
    
The account contacts resource is used to view, create, update, and delete an account contact. It refers to a person who functions as a contact for an account.
- Create an account contact
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact - Delete an account contact
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId} - Get all account contacts
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact - Get an account contact
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId} - OrganizationContactEO_setPreferredContactId
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId}/action/OrganizationContactEO_setPreferredContactId - Update an account contact
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/AccountContact/{AccountContactId}