設定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>