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
- PwsRenameDocument
- serviceRequest: PwsRenameDocumentRq
- RequestId: Int32
- SessionTicket: String
- DocumentIdentity: PwsDocumentRef
- NewDocumentName: String
- serviceRequest: PwsRenameDocumentRq
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 |
|
|
|
| |
NewDocumentName | String |
|
|
|
|
Request Usage Example(s)
Response Format
PwsRenameDocument Response
- PwsRenameDocumentResponse
- PwsRenameDocumentResult: PwsRenameDocumentRs
- Messages: PwsMessage
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- DocumentIdentity: PwsDocumentRef
- PwsRenameDocumentResult: PwsRenameDocumentRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages |
|
| |
ResponseId | Int32 | Click here for more information. |
|
Status | RequestStatus | Click here for more information. |
|
ServerTimestampUtc | DateTime | Click here for more information. |
|
DocumentIdentity |
|
|
Response Usage Example(s)
Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
21009 | DocumentRequiredForRenameDocument | A document identity must be specified. |
75199 | DocumentNotFound | Document not found. |