関連付けられたアセットのRESTエンドポイント
サブスクリプション製品/関連アセット
関連付けられたアセット・リソースは、サブスクリプション・タイプのサブスクリプション製品にリンクされたアセットの表示、作成、更新および削除に使用されます。
- サブスクリプション製品の関連アセットの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/associatedAsset
- サブスクリプション製品の関連アセットの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/associatedAsset/{AssociatedAssetPuid}
- サブスクリプション製品のすべての関連アセットを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/associatedAsset
- サブスクリプション製品の関連アセットの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/associatedAsset/{AssociatedAssetPuid}
- サブスクリプション製品の関連アセットの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/associatedAsset/{AssociatedAssetPuid}