商談パートナRESTエンドポイント
商談/商談パートナ
商談パートナ・リソースは、商談に関連付けられたパートナを表示、作成、更新および削除するために使用されます。 商談パートナは、商談の販売活動に貢献します。
- 商談売上パートナの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/RevenuePartnerPrimary
- 商談売上パートナの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/RevenuePartnerPrimary/{RevnPartOrgPartyId}
- すべての商談売上パートナを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/RevenuePartnerPrimary
- 商談売上パートナを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/RevenuePartnerPrimary/{RevnPartOrgPartyId}
- 商談売上パートナの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/RevenuePartnerPrimary/{RevnPartOrgPartyId}