製品イメージ添付RESTエンドポイント
製品/製品イメージ添付
添付リソースは、製品のイメージ添付の表示、作成および更新に使用されます。
- 製品のイメージ添付の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductImageAttachments
- 製品のイメージ添付の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductImageAttachments/{ProductImageAttachmentsUniqID}
- 製品のすべてのイメージ添付の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductImageAttachments
- 製品のイメージ添付の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductImageAttachments/{ProductImageAttachmentsUniqID}
- 製品のイメージ添付の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductImageAttachments/{ProductImageAttachmentsUniqID}