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.
Application for Program
- Resource
-
1/connect/eu-program/applications - Example URI
-
1https://yourInstance.salesforce.com/services/data/68.0/connect/eu-program/applications - Available version
- 58.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "programId": "11Wxx0000004GkaEAE", 3 "accountId": "001xx000003GlBHAA0", 4 "description": "Individual Application created for Program EV Charger Rebate", 5 "applicationItems": { 6 "records": [ 7 { 8 "programProductId": "11mxx0000004PROAA2" 9 } 10 ] 11 }, 12 "files": { 13 "records": [ 14 { 15 "contentDocumentId": "069xx0000004DWWAA2" 16 } 17 ] 18 } 19} - Properties
-
Name Type Description Required or Optional Available Version accountId String A valid ID of an account. Required 58.0 applicationItems Program Application Item Input[] A list of application line items associated with the program. Required 58.0 description String Description of the application. Optional 58.0 files Program Application File Input[] A list of ContentDocument IDs. Optional 58.0 programId String A valid ID of a program. Required 58.0
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version applicationDetails Object Required 58.0 - Response body for POST
- Program Application Output