EDT 2.5 Create
Creates an Electronic Document Type (EDT)
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| psEDTName | String | In | The name of the EDT (e.g. Xml, Pdf, ...). |
| psXMLMetadata | String | In | Metadata XML structure with the metadata that will be set on the current object. |
| psOutEDTId | String | Out | The unique identifier of the electronic document type. |
Requirements are:
- Only an 'Administrator' user can create an EDT.
Note that:
- The
levelattribute on theishfieldelement must be 'none'. - The name of the EDT must be unique.
The internal element name is generated using the prefix
EDTand the givenpsEDTNamevalue (see Naming conventions for readable Element Names).