商談チーム・メンバーのRESTエンドポイント
商談/商談チーム・メンバー
商談チーム・メンバー・リソースは、商談に関連付けられているチーム・メンバーを表示、作成、更新および削除するために使用します。
- 商談チーム・メンバーの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityResource
- 商談チーム・メンバーの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityResource/{OpportunityResourceUniqID}
- すべての商談チーム・メンバーを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityResource
- 商談チーム・メンバーを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityResource/{OpportunityResourceUniqID}
- 商談チーム・メンバーの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityResource/{OpportunityResourceUniqID}