Rep_CreateItem - Web Services - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Web Services

Platform
Content Composer
Product
Web Services
Release
Foundation 23.2
License

Creates an item of the specified type.

The user must have permission to create an item of the specified type.

Syntax

Rep_CreateItem(string sessionId,string systemName,string objectName,string objectType,out string xmlResult)
Parameter Description
sessionId Valid session identifier (SessionId)
systemName SystemOId
objectName Name of the item to create
objectType Type of the item to create
xmlResult Serialized MwsItemInfo XML object
  • Empty if no iteminfo exists (object not exist)
  • Contains the error message in case of an error

Return Value

Value Description
0 OK
<>0

Error

See Error Codes.