Removing the primaryContactId field from ExternalOrganization

Description

This field is being removed to clean up the API documentation. It was originally added in 2015 for a feature that was never released. It has never been settable in the entirety of its existence in the ExternalOrg object, and providing any non-null value would result in an HTTP 422 error.

Change Category

API

Change Context

API cleanup

Change Impact

There is no impact, as this field was never settable.

Date of Change

Immediate

Impacted APIs

POST /api/v2/externalcontacts/organizations
PUT /api/v2/externalcontacts/organizations/{externalOrgId}
POST /api/v2/externalcontacts/bulk/organizations/add
POST /api/v2/externalcontacts/bulk/organizations/update

References

[RELATE-15349]