PwsDocumentRef

Overview


This structure is used to uniquely identify a document. A document is a physical document, such as an image or a spreadsheet, that can be uploaded and retrieved from Projector's document management module. There are several different types of documents, including workspace attachments, issue attachments, receipts and resource resumes. Documents are identified by a unique identitier, DocumentRefUid. 

Format


PwsDocumentRef
  • PwsDocumentRef
    • DocumentRefId: Int32
    • DocumentRefUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

DocumentRefId

Int32

No

The document Id is a unique identifier for a document. For internal use only.


DocumentRefUid

Int64

Yes

The document Uid is a unique and immutable identifier for a document.

1152921504607571571


Usage Example(s)


Example 01
            <doc:DocumentIdentity>
               <com:DocumentRefUid>1152921504607571571</com:DocumentRefUid>
            </doc:DocumentIdentity>