設定ICC配置檔案元資料欄位。
語法
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
輸入(batchSetIccProfileFields)
名稱 | 類型 | 必要 | 說明 |
---|---|---|---|
公司句柄 | xsd:string |
是 | 處理到包含ICC配置檔案的公司。 |
更新陣列 | xsd:string |
是 | ICC配置檔案更新陣列。 |
輸出(batchSetIccProfileFields)
名稱 | 類型 | 必要 | 說明 |
---|---|---|---|
成功計數 | xsd:int |
是 | 成功設定ICC配置檔案欄位的數目。 |
警告計數 | xsd:int |
是 | 嘗試設定ICC配置檔案欄位時生成的警告數。 |
錯誤計數 | xsd:int |
是 | 嘗試設定ICC配置檔案欄位時生成的錯誤數。 |
警告DetailArray | types:AssetOperationFaultArray |
否 | 與在操作嘗試應用更新時生成警告的資產關聯的詳細資訊陣列。 |
錯誤DetailArray | 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>