Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Group Definition
- JSON example
-
1{ 2 "accountId": "001RM000005mkcuYAA", 3 "code": "200", 4 "isSuccess": true, 5 "message": "", 6 "partyRelationshipId": "0wKRM00000000BT2AY" 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| accountId | String | Record ID of the Account object. | Small, 58.0 | 58.0 |
| code | String | Error code with details of the error. | Small, 58.0 | 58.0 |
| isSuccess | Boolean | Indicates whether the create request is successful (true) or not (false). | Small, 58.0 | 58.0 |
| message | String | Message of the API request. | Small, 58.0 | 58.0 |
| partyRelationshipId | String | Record ID of the PartyRelationshipGroup object. | Small, 58.0 | 58.0 |