- Subcategories:
- Account Attachments
- Account Extension Bases
- Account Hierarchy
- Account Resources
- Account Rollups
- Account Team
- Additional Identifier
- Additional Names
- Addresses
- Aux Classifications
- Contact Points
- Large Object (LOB) Attributes - D&B Business Report
- Notes
- Orchestration Associations
- Organization Contacts
- Primary Addresses
- Relationships
- Smart Actions
- Source System References
Accounts REST Endpoints
Accounts
The accounts resource is used to view, create, update, delete, and assign accounts. An account is an entity with whom you have a selling relationship.
- Assign accounts
- Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/action/runAssignment - Create an account
- Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts - Delete an account
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber} - Find duplicates
- Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/action/findDuplicates - Get all accounts
- Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts - Get an account
- Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber} - Get information about financial customers - Internal
- Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/action/getFinancialCustomerInfo - Update an account
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}