Application for Program
- リソース
-
1/connect/eu-program/applications - URI の例
-
1https://yourInstance.salesforce.com/services/data/60.0/connect/eu-program/applications - 使用可能なバージョン
- 58.0
- HTTP のメソッド
- POST
- POST のリクエストボディ
-
- JSON の例
-
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} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン accountId String 取引先の有効な ID。 必須 58.0 applicationItems Program Application Item Input[] プログラムに関連付けられた申込品目のリスト。 必須 58.0 description String 申込の説明。 省略可能 58.0 files Program Application File Input[] ContentDocument ID のリスト。 省略可能 58.0 programId String プログラムの有効な ID。 必須 58.0
- POST の要求パラメーター
-
パラメーター名 型 説明 必須か省略可能 使用可能なバージョン applicationDetails オブジェクト 必須 58.0 - POST のレスポンスボディ
- Program Application Output