Program Application Input

Input representation of an application to a program.
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