addProjectAssets addprojectassets
將一個或多個資產新增到專案。
語法
授權的使用者型別 section-c67e7422921047f4ab4d4e9ba5a7aafe
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
參數 section-20d498e971b6466298e60c8a77fc32b2
輸入(addProjectAssetsParam)
名稱
類型
必要
說明
companyHandle
xsd:string
是
與目前專案關聯之公司的控制代碼。
projectHandle
xsd:string
是
處理您要新增資產的專案。
projectHandleArray
xsd:HandleArray
是
您要新增至目前專案的資產陣列。
輸出(addProjectAssetsParam)
名稱
類型
必要
說明
successCount
xsd:int
是
已成功新增的資產數量。
warningcount
xsd:int
是
作業嘗試將資產新增至專案時產生的警告數目。
errororcount
xsd:int
是
作業嘗試將資產新增至專案時產生的錯誤數。
warningDetailHandle
xsd:AssetOperationFaultArray
否
作業嘗試將資產新增至專案時,資產產生的一系列警告。
companyHandle
xsd:AssetOperationFaultArray
否
作業嘗試將資產新增至專案時,資產產生的錯誤陣列。
範例 section-bee5be2402f54cb9a3a02cc07def4135
此範例將資產控制代碼陣列中的單一資產(由其控制代碼參考)新增至請求中指定的專案。 回應successCount
傳回1
時,作業順利完成。
要求
<addProjectAssetsParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<companyHandle>c|6</companyHandle>
<projectHandle>p|6|ProjectTestAPI</projectHandle>
<assetHandleArray>
<items>a|732|1|535</items>
</assetHandleArray>
</addProjectAssetsParam>
回應
<addProjectAssetsReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<successCount>1</successCount>
<warningCount>0</warningCount>
<errorCount>0</errorCount>
</addProjectAssetsReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681