...
This web service creates a new link-only document on the invoices folder, the documents folder, and issue document folder in a project workspace and the resume folderdocument link. A document link is kind of like an uploaded document, but instead of the document being physically uploaded into Projector's document storage, an external link to the document is stored. Document links are only supported for project workspace documents, resource resumes, invoice attachments and project issue attachments.
Request Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | Ae9v30fDNwFMx833f5Hesg== | |
DocumentIdentity | PwsDocumentRef | No | If document identity is provided, this document is replaced with a new linked document using specified name and uri. If not provided, a new linked document is created using the specified name and uriURI. Note that the specified document identity must refer to a document link. A physical document cannot be converted into a document link. Click here for more information. (see #36157 in QA when it is ready) | ||
DocumentName | String (260) | Yes | The name of the new linked document. | Linked invoice #1 | |
DocumentUri | String (2000) | Yes | The uri URI of the new linked document. | https://www.accountexnetwork.com/blog/wp-content/uploads/2013/08/image33.png | |
FolderIdentity | PwsFolderRef | Yes | The identity of the folder where this linked document should resides.Click here for more information. The folder is linked to the Projector entity (e.g. Project, Resource, Issue or Invoice) that the link is to be associated with. See PwsGetFolder for details on how to obtain the proper folder identity to pass in here. |
Request Usage Example(s)
...