Hub Organizations REST Endpoints

Hub Organizations
The organizations resource is used to view, create, update, and delete an organization. An organization is an entity with whom you have a business relationship.
Create an organization
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations
Delete an organization
Method: delete
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}
Find duplicates
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/action/findDuplicates
Get all organizations
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations
Get an organization
Method: get
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}
Promote the selected account in the duplicate set
Method: post
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/action/promoteDuplicateParty
Update an organization
Method: patch
Path: /crmRestApi/resources/11.13.18.05/hubOrganizations/{PartyNumber}