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 |