商談ソースRESTエンドポイント
商談/商談ソース
商談ソース・リソースは、商談のソースを表示、作成、更新および削除するために使用されます。 商談ソースは、商談となったマーケティング・キャンペーンまたは営業キャンペーンです。
- 商談ソースの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunitySource1
- 商談ソースの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunitySource1/{OptySrcId}
- すべての商談ソースの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunitySource1
- 商談ソースの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunitySource1/{OptySrcId}
- 商談ソースの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunitySource1/{OptySrcId}