- サブカテゴリ:
- 処理関連
テンプレート・アクションのRESTエンドポイント
処理テンプレート/テンプレート処理
テンプレート処理リソースは、処理と処理プラン・テンプレートの関連付けを表示、作成、更新および削除するために使用されます。
- テンプレート・アクションの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction
- テンプレート・アクションの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}
- テンプレート・アクションの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}
- すべてのテンプレート・アクションの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction
- テンプレート・アクションの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}