更新資產集

上次更新: 2023-05-26
  • 建立對象:
  • Developer
    Admin

更新資產集。

語法

參數

輸入(updateAssetSetparam)

名稱 類型 必要 說明
companyHandle xsd:string 包含您要修改之影像集的公司的控制代碼。
assetHandle xsd:string 您要修改之影像集的操作框。
setDefinition xsd:string 重設影像整合員。
thumbAssetHandle xsd:string 資產的控制代碼,可作為影像集的縮圖。

輸出(updateAssetSetReturn)

名稱 類型 必要 說明

範例

請求

<updateAssetSetParam xmlns="http://www.scene7.com/IpsApi/xsd/2014-04-03">
  <companyHandle>c|15</companyHandle>
  <assetHandle>a|535</assetHandle>
  <setDefinition>${getCatalogId([a|202])};${getCatalogId([a|202])};advanced_image;,${getCatalogId([a|935])};${getCatalogId([a|935])};advanced_image;,${getCatalogId([a|933])};${getCatalogId([a|933])};advanced_image;</setDefinition>
  <thumbAssetHandle>a|202</thumbAssetHandle>
</updateAssetSetParam>

回答

<updateAssetSetReturn xmlns="http://www.scene7.com/IpsApi/xsd/2014-04-03"/>

此頁面上的