batchSetImageField batchsetimagefields
为一个或多个图像资源设置特定于图像的字段。
语法
授权用户类型 section-6b087bdcb7874c13acf76e113a093054
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
参数 section-4969815cf67c4d11b13bb2017b3604e8
输入(batchSetImageFields)
名称
类型
必需
说明
companyHandle
xsd:string
是
包含图像资产的公司的句柄。
updateArray
types:ImageFieldUpdateArray
是
图像字段的数组将更新。
输出(batchSetImageFields)
名称
类型
必需
说明
successCount
xsd:int
是
成功设置的图像字段数。
warningcount
xsd:int
是
操作尝试设置图像字段时生成的警告数。
errorCount
xsd:int
是
操作尝试设置图像字段时生成的错误数。
warningDetailArray
types:AssetOperationFaultArray
否
与资产关联的详细信息数组,在操作尝试应用更新时这些资产会生成警告。
errorDetailArray
types:AssetOperationFaultArray
否
与资产关联的详细信息数组,当操作尝试应用更新时这些资产会生成错误。
示例 section-0476e3d6516a4f8bbaac9de983bc6d1e
此示例在更新数组中的两个图像的字段中设置数据。 在数组中,图像由其资源句柄指定,并包含分辨率(以像素为单位)、x和y位置锚点坐标以及用户数据。 响应表示两个图像的字段均设置成功。
请求
<batchSetImageFieldsParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<companyHandle>c|21</companyHandle>
<updateArray>
<items>
<assetHandle>a|140626|1|102524</assetHandle>
<resolution>72</resolution>
<anchorX>50</anchorX>
<anchorY>100</anchorY>
<userData>nada1</userData>
</items>
<items>
<assetHandle>a|96680|1|64865</assetHandle>
<resolution>150</resolution>
<anchorX>100</anchorX>
<anchorY>50</anchorY>
<userData>nada2</userData>
</items>
</updateArray>
</batchSetImageFieldsParam>
响应
<batchSetImageFieldsReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<successCount>2</successCount>
<warningCount>0</warningCount>
<errorCount>0</errorCount>
</batchSetImageFieldsReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681