Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This web service removes older version of a Projector document.  If the version number is provided, the versions that are older than the specified version are purged.  Otherwise, any version older than the current version, if exists, is purged. 

Request Format

PwsRenameDocument Request

Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

 

 

Click here for more information.

 

SessionTicket

String

 

 

Click here for more information.

 

DocumentIdentity

PwsDocumentRef

 

 

 

 

NewDocumentName

String

 

 

 

 

Request Usage Example(s)


Example 01
</soapenv:Envelope>

Response Format

PwsRenameDocument Response

Response Elements

Element

Data Type

Description

Sample Data

Messages

PwsMessage

 

 

ResponseId

Int32

Click here for more information.

 

Status

RequestStatus

Click here for more information.

 

ServerTimestampUtc

DateTime

Click here for more information.

 

DocumentIdentity

PwsDocumentRef

 

 

Response Usage Example(s)

Example 01
</s:Envelope>

Common Errors and Warnings


ErrorNumber

ErrorCode

ErrorText

21009DocumentRequiredForRenameDocumentA document identity must be specified.
75199DocumentNotFoundDocument not found.
  • No labels