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.
Eligibility Rule
Output representation details of eligibility rule.
- JSON example
-
1{ 2 "message": "Rules successfully created or updated", 3 "sourceObjectRecordId": "1234", 4 "createdDateTime": "", 5 "status": "success" 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| createdDateTime | String | Date and time when the rule was created. | Small, 66.0 | 66.0 |
| message | String | Additional information about the API request execution. | Small, 66.0 | 66.0 |
| sourceObjectRecordId | String | The unique identifier of the source object record. | Small, 66.0 | 66.0 |
| status | String | Status of the request. | Small, 66.0 | 66.0 |