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 Process Update
Retrieve or update a service process.
- Resource
-
- Available version
- 57.0
- Requires Chatter
- No
- HTTP methods
- GET PATCH
- Response body for GET
- Service Process Record
- Request body for PATCH
-
- JSON example
-
- Properties
-
Name Type Description Required or Optional Available Version attributes Map<String, Generic Object> Field name-value pairs, object names and field name-value pairs, or both. The attributes property populates the base and extended attributes defined in Service Process Studio and must match their structure. Required 57.0 caseInfo Map<String, Generic Object> Field name-value pairs for the Case object. Optional 57.0 documentInfo Document Info Attributes[] List of documents. Optional 57.0 svcCatalogItemDefApiName String API Name of the related Service Catalog Item Definition. See SvcCatalogItemDef. Required 57.0
- Request parameters for PATCH
-
Parameter Name Type Description Required or Optional Available Version serviceProcessRequestData Object Top-level parameter for the request body. Required 58.0 - Response body for PATCH
- Service Process Output