Supported Grand Central unified API specification operations
The Salesforce connector supports the following operations from the Grand Central Unified API Specification:| Grand Central Unified API Specification domain | Grand Central Unified API Specification method and endpoint | Operation |
|---|---|---|
| Party | GET {baseURL}/parties/{partyId} | Retrieves party information from Salesforce using the Salesforce contact ID. |
PUT {baseURL}/parties/{partyId} | Updates party information in Salesforce using data provided from the Grand Central system. |
Error mapping
The following table maps each Salesforce error code to its Grand Central counterpart.| Salesforce Error code | Grand Central code |
|---|---|
NOT_FOUND | GC101 |
MALFORMED_ID | GC101 |
For a complete list of Grand Central error codes and their descriptions, see error codes reference.