Overview
This web service renames a Projector document.
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. |
75087 | DocumentNameContainsInvalidCharacters | The document name is missing or contains invalid characters. |
75100 | CannotChangeDocumentExtension | You cannot change the extension associated with a document. |
75199 | DocumentNotFound | Document not found. |