checkAssetNames checkassetnames
アセット名と会社の画像サービング/画像レンダリングカタログ名前空間のすべての名前を比較して、IPS ID の競合をチェックします。
構文
許可されているユーザータイプ section-8efcbb3f555f417a870219e4714374db
IpsUser
IpsAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
ImagePortalUser
TrialSiteAdmin
TrialSiteUser
パラメーター section-9c75b00f2072453abea0bdefc6ad7c99
入力(checkAssetNamesParam)
名前
種類
必須
説明
companyHandle
xsd:string
いいえ
ユーザーを含む会社へのハンドル。
assetNamesArray
types:StringArray
はい
確認するアセット名の配列。
出力(checkAssetNamesReturn)
名前
種類
必須
説明
inUseNameArray
types:StringArray
はい
使用中のアセット名の配列。
例 section-bc5d120d74614a63a425ca3acc337219
このサンプルコードは、指定された会社で使用されているアセット名をリクエストします。 応答は、使用中のアセット名の配列を返します。
リクエスト
<checkAssetNamesParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-09-10">
<companyHandle>c|1</companyHandle>
<assetNameArray>
<items>ABC123</items>
<items>DEF456</items>
</assetNameArray>
</checkAssetNamesParam>
応答
<checkAssetNamesReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-09-10">
<inUseNameArray>
<items>DEF456</items>
</inUseNameArray>
</checkAssetNamesReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681