Supported Grand Central unified API specification operations
The Microsoft Dataverse 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 Dataverse using the contact ID. |
PUT {baseURL}/parties/{partyId} | Updates party information in Dataverse using data provided from the Grand Central system. |
Error mapping
The following table maps each Dataverse error code to its Grand Central counterpart.| Dataverse code | Grand Central code |
|---|---|
NOT_FOUND | GC101 |
MALFORMED_REQUEST | GC101 |
For a complete list of Grand Central error codes and their descriptions, see error codes reference.