3rd Party API Integration

Check out these resources for reading up and learning about how to do API Integrations in Salesforce with other systems.

To update Salesforce records using Standard Salesforce API but without using the Salesforce Record Id, use External Id instead – Salesforce Developer Guide

Some tools to help with your Apex API Integration needs. For complex JSON structures, you can use JSON2Apex. This tool generates strongly typed Apex code for parsing a JSON structure. You simply paste in the JSON, and the tool generates the necessary Apex code for you. Learn more: