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.
Care Plan Generic Output
- JSON example
-
1{ 2 "code": "200", 3 "id": "1stRN000000000aYAA", 4 "isSuccess": true 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | Code of the create request. | Small, 55.0 | 55.0 |
| id | String | ID of the record created after the request was successful. | Small, 55.0 | 55.0 |
| isSuccess | Boolean | Indicates whether the create request was successful (true) or not (false). | Small, 55.0 | 55.0 |
| message | String | Message of the request in case of failure. | Small, 55.0 | 55.0 |