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.

Case Programs (POST)

Create case programs.
Resource
1/connect/program-mgmt/case-programs/${caseId}
Example URI
1https://yourInstance.salesforce.com/services/data/v67.0/connect​​/program-mgmt/case-programs/${caseId}
Available version
57.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "caseProgramRequest": {
3    "programIds": [
4      "11Wxx0000004F0WEAU",
5      "11Wxx0000004F0WEBQ"
6    ]
7  }
8}
Properties
Name Type Description Required or Optional Available Version
caseProgramRequest String[] The list of case programs to be added. Required 57.0
Response body for POST
Case Programs Output