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.
Service Request Response
Identifier and status details returned after a service catalog request is
created.
- JSON example
-
1{ 2 "anchorEntityId": "001xx00000345AA", 3 "anchorEntityNumber": "ACC-10231", 4 "anchorObjectType": "Account", 5 "serviceRequestId": "0kNxx0000007XYZ", 6 "status": "Success" 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| anchorEntityId | String | Identifier of the anchor entity associated with the newly created request. | Small, 63.0 | 63.0 |
| anchorEntityNumber | String | Display number of the anchor object linked to the request. | Small, 63.0 | 63.0 |
| anchorObjectType | String | Object type of the anchor record, such as Account or Case. | Small, 63.0 | 63.0 |
| serviceRequestId | String | Identifier of the created service catalog request. | Small, 63.0 | 63.0 |
| status | String | Processing status of the create request operation. | Small, 63.0 | 63.0 |