function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shannon VEShannon VE 

Middle Name and Suffix Fields beta

Our organization recently had the Middle Name and Suffix Fields beta enabled for our Contact records. Those fields are available now within our organization.

We are now working on an integration project to initially load data into Salesforce and eventually to synchronize it with another back end system. We are using a combination of REST API and Bulk API to load and synchronize data with our SF organization.

The issue is, we do not see the Middle Name and Suffix fields through the API. I can query the Middle Name and Suffix fields within the Developer Console, but they are not visible through the API.

Why are these fields not available through the API?
Best Answer chosen by Shannon VE
Denis VakulishinDenis Vakulishin
Hi,
Did you migrated to new API url ? (/v31.0/query/?q=SOQL query)

All Answers

Denis VakulishinDenis Vakulishin
Hi,
Did you migrated to new API url ? (/v31.0/query/?q=SOQL query)
This was selected as the best answer
Shannon VEShannon VE
Thank you Denis.  You provided the guidance I needed.  I was not using the new API url. After updating to 31.0 I am able to see the columns I was looking for.  Thanks again.
Denis VakulishinDenis Vakulishin
I'm glad this helps.
Could you mark it as Best Naswer?
Thanks.