アクション属性のRESTエンドポイント
処理/処理属性
アクション属性リソースは、アクションの関連オブジェクトの作成または更新中に設定された属性を表示、作成、更新および削除するために使用されます。
- 処理属性の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute
- アクション属性の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute/{ActionAttributeId}
- すべてのアクション属性の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute
- アクション属性の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute/{ActionAttributeId}
- 処理属性の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute/{ActionAttributeId}