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: post
Path: /crmRestApi/resources/11.13.18.05/accounts/action/runAssignment
Create an account
Method: post
Path: /crmRestApi/resources/11.13.18.05/accounts
Delete an account
Method: delete
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}
Find duplicates
Method: post
Path: /crmRestApi/resources/11.13.18.05/accounts/action/findDuplicates
Get all accounts
Method: get
Path: /crmRestApi/resources/11.13.18.05/accounts
Get an account
Method: get
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}
Get information about financial customers - Internal
Method: post
Path: /crmRestApi/resources/11.13.18.05/accounts/action/getFinancialCustomerInfo
Update an account
Method: patch
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}