Newer Version Available

This content describes an older version of this product. View Latest

Application for Program

Create an application for a program.
Resource
1/connect/eu-program/applications
Example URI
1https://yourInstance.salesforce.com/services/data/59.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