アクション関連のRESTエンドポイント
    
        処理テンプレート/テンプレート処理/処理関連
    
処理プラン・テンプレートの処理間の関係を示します。
- 処理関連の作成
 - メソッド: postパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation - 処理関係の削除
 - メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation/{RelationId} - すべてのアクション関係の取得
 - メソッド: getパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation - アクション関係の取得
 - メソッド: getパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation/{RelationId} - 処理関連の更新
 - メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation/{RelationId}