batchSetIccProfileField

設定ICC設定檔中繼資料欄位。

語法

授權的使用者型別

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin
  • ImagePortalContrib
  • ImagePortalContribUser

參數

輸入(batchSetIccProfileFields)

名稱 類型 必要 說明
companyHandle xsd:string 處理包含ICC設定檔的公司。
更新陣列 xsd:string ICC設定檔更新的陣列。

輸出(batchSetIccProfileFields)

名稱 類型 必要 說明
successCount xsd:int 成功設定的ICC設定檔欄位數目。
warningCount xsd:int 作業嘗試設定ICC設定檔欄位時產生的警告數目。
errororcount xsd:int 作業嘗試設定ICC設定檔欄位時產生的錯誤數目。
warningDetailArray types:AssetOperationFaultArray 與資產關聯的詳細資訊陣列,在作業嘗試套用更新時產生警告。
errorDetailArray types:AssetOperationFaultArray 與資產關聯的詳細資訊陣列,在作業嘗試套用更新時產生錯誤。

範例

請求

<batchSetIccProfileFieldsParam xmlns="http://www.scene7.com/IpsApi/xsd/2009-07-31">
   <companyHandle>c|1</companyHandle>
   <updateArray>
      <items>
         <assetHandle>a|1808|13|169</assetHandle>
         <class>Output</class>
         <colorSpace>CMYK</colorSpace>
         <pcsType>Luv</pcsType>
      </items>
   </updateArray>
</batchSetIccProfileFieldsParam>

回答

<batchSetIccProfileFieldsReturn xmlns="http://www.scene7.com/IpsApi/xsd/2009-07-31">
   <successCount>1</successCount>
   <warningCount>0</warningCount>
   <errorCount>0</errorCount>
</batchSetIccProfileFieldsReturn>

本頁內容