商談リードRESTエンドポイント
商談/商談リード
商談リード・リソースは、商談となったリードの表示、作成、更新および削除に使用されます。
- 商談リードの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead
- 商談リードの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead/{OptyLeadId}
- すべての商談リードの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead
- 商談リードの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead/{OptyLeadId}
- 商談リードの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OpportunityLead/{OptyLeadId}