Overview
The web service takes identifying keys of a document (PwsDocumentRef) and returns detailed document information (PwsDocument) for a secified document (PwsDocumentRef) .
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. | ATtU220EvBSE2+GCN9U58g== | |
DocumentIdentity | Yes | The identity of the document whose detailed information is to be retrieved. Click here for more information. |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:doc="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetDocumentDetails> <pws:serviceRequest> <req:SessionTicket>AR1y0tla07GdSuw83u1Fvg==</req:SessionTicket> <doc:DocumentIdentity> <com:DocumentRefUid>1152921504607655224</com:DocumentRefUid> </doc:DocumentIdentity> </pws:serviceRequest> </pws:PwsGetDocumentDetails> </soapenv:Body> </soapenv:Envelope> |
Code Block |
---|
...
|
Response Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
| ||||||
|
Response Elements
...
Element
...
Data Type
...
Description
...
Sample Data
...
Messages
...
...
The web service response status and message. Click here for more information.
...
ResponseId
...
Int32
...
Click here for more information.
...
0
...
ServerTimestampUtc
...
DateTime
...
Click here for more information.
...
2018-03-13T15:50:50.198383Z
...
Document
...
...
Detailed information on a document. Click here for more information.
| |||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:doc="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
<soapenv:Header/>
<soapenv:Body>
<pws:PwsGetDocumentDetails>
<pws:serviceRequest>
<req:SessionTicket>AR1y0tla07GdSuw83u1Fvg==</req:SessionTicket>
<doc:DocumentIdentity>
<com:DocumentRefUid>1152921504607655227</com:DocumentRefUid>
</doc:DocumentIdentity>
</pws:serviceRequest>
</pws:PwsGetDocumentDetails>
</soapenv:Body>
</soapenv:Envelope>
|
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:doc="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
<soapenv:Header/>
<soapenv:Body>
<pws:PwsGetDocumentDetails>
<pws:serviceRequest>
<req:SessionTicket>AYpG7EHMig6Q0YYpVJ3YDQ==</req:SessionTicket>
<doc:DocumentIdentity>
<com:DocumentRefUid>1152921504607773797</com:DocumentRefUid>
</doc:DocumentIdentity>
</pws:serviceRequest>
</pws:PwsGetDocumentDetails>
</soapenv:Body>
</soapenv:Envelope>
|
Response Format
Panel | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information. | 0 |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information. | 2018-03-13T15:50:50.198383Z |
Document | Detailed information on a document. Click here for more information. |
Response Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <PwsGetDocumentDetailsResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <PwsGetDocumentDetailsResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-19T18:46:11.9819778Z</ServerTimestampUtc> <a:Document> <DocumentRefId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentRefUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607655224</DocumentRefUid> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:CreatedByUserIdentity> <a:CreatedTimestamp>2018-03-19T14:42:05.167Z</a:CreatedTimestamp> <a:CurrentVersion> <DocumentVersionId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentVersionUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607659447</DocumentVersionUid> <a:Comments i:nil="true"/> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:CreatedByUserIdentity> <a:CreatedTimestamp>2018-03-19T14:42:05.167Z</a:CreatedTimestamp> <a:DocumentArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:VersionNumber>1</a:VersionNumber> </a:CurrentVersion> <a:DeletedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:DeletedTimestamp i:nil="true"/> <a:DocumentName>Receipt on CC.jpg</a:DocumentName> <a:DocumentSize>72403</a:DocumentSize> <a:DocumentUri i:nil="true"/> <a:LockedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:LockedTimestamp i:nil="true"/> <a:MimeType>image/jpeg</a:MimeType> <a:ModifiedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:ModifiedByUserIdentity> <a:ModifiedTimestamp>2018-03-19T14:42:05.167Z</a:ModifiedTimestamp> <a:SupportPreviewFlag>true</a:SupportPreviewFlag> <a:SupportThumbnailFlag>true</a:SupportThumbnailFlag> <a:DocumentData> <a:DataItems> <a:PwsDocumentDataItems> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemId i:nil="true"/> <b:ItemType>CCD</b:ItemType> <b:ItemUid>1152921504614018558</b:ItemUid> <b:ReferenceType i:nil="true"/> </a:AssociatedItemIdentity> <a:Data> <a:Values xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:PwsValue> <b:ColumnType>V</b:ColumnType> <b:Tag>Type</b:Tag> <b:Value>CostCard</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>D</b:ColumnType> <b:Tag>Incurred Date</b:Tag> <b:Value>Mar 1 2018</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>V</b:ColumnType> <b:Tag>Expense Type</b:Tag> <b:Value>Personal Auto Mileage</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>M</b:ColumnType> <b:Tag>Disbursed Amount</b:Tag> <b:Value>12.00</b:Value> <b:Values/> </b:PwsValue> <b:PwsValue> <b:ColumnType>V</b:ColumnType> <b:Tag>Disbursed Currency Code</b:Tag> <b:Value>CAD</b:Value> <b:Values/> </b:PwsValue> </a:Values> </a:Data> </a:PwsDocumentDataItems> </a:DataItems> <a:DocumentDataDetail> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemId i:nil="true"/> <b:ItemType>ED</b:ItemType> <b:ItemUid>1152921504607636703</b:ItemUid> <b:ReferenceType i:nil="true"/> </a:AssociatedItemIdentity> <a:Associations> <a:PwsDocumentAssociation> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemId i:nil="true"/> <b:ItemType>CCD</b:ItemType> <b:ItemUid>1152921504614018558</b:ItemUid> <b:ReferenceType i:nil="true"/> </a:AssociatedItemIdentity> <a:ReferenceNumber i:nil="true"/> <a:ReferenceNumberClearFlag>false</a:ReferenceNumberClearFlag> </a:PwsDocumentAssociation> <PwsGetDocumentDetailsResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"></a:Associations> <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/<a:Notes i:nil="true"/> <a:AssociatedItemDescription>ER00218</a:AssociatedItemDescription> <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId> </a:DocumentDataDetail> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-19T18:46:11.9819778Z</ServerTimestampUtc> </a:DocumentData> <a:EditDeleteFlag>true</a:Document>EditDeleteFlag> <DocumentRefId<a:NumberPages i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentRefUid<a:ArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607655224</DocumentRefUid>> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">:EditDeletePermissionFlag>true</a:EditDeletePermissionFlag> <a:ReceiptLockedFlag>false</a:ReceiptLockedFlag> <b:UserDisplayName>Bruce Wayne<</ba:UserDisplayName>Document> </PwsGetDocumentDetailsResult> <b:UserId i:nil="true"/</PwsGetDocumentDetailsResponse> </s:Body> </s:Envelope> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId><PwsGetDocumentDetailsResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <PwsGetDocumentDetailsResult <b:UserUid>1152921504606950320</b:UserUid>xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Messages </a:CreatedByUserIdentity>xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:CreatedTimestamp>2018-03-19T14:42:05.167Z</a:CreatedTimestamp> <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId> <a:CurrentVersion> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <DocumentVersionId i:nil="true" <ServerTimestampUtc xmlns="http://projectorpsa.com/DataContracts/Shared/CommonCommonServices/"/> >2018-03-19T19:03:25.1413351Z</ServerTimestampUtc> <a:Document> <DocumentVersionUid<DocumentRefId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607659447</DocumentVersionUid>> <a:Comments i:nil="true"/><DocumentRefUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607655227</DocumentRefUid> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> </a:CreatedByUserIdentity>01</b:UserReferenceSystemId> <a:CreatedTimestamp>2018-03-19T14:42:05.167Z</a:CreatedTimestamp><b:UserUid>1152921504606950320</b:UserUid> <a:DocumentArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> </a:CreatedByUserIdentity> <a:VersionNumber>1<CreatedTimestamp>2018-03-19T14:44:09.65Z</a:VersionNumber>CreatedTimestamp> </a<a:CurrentVersion> <a:DeletedByUserIdentity<DocumentVersionId i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:DeletedTimestamp i:nil="true"/> <a:DocumentName>Receipt on CC.jpg</a:DocumentName><DocumentVersionUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607659450</DocumentVersionUid> <a:DocumentSize>72403</a:DocumentSize> <a:DocumentUriComments i:nil="true"/> <a:LockedByUserIdentity i:nil="true"CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:LockedTimestamp i:nil="true"/> <b:UserDisplayName>Bruce Wayne</b:UserDisplayName> <a:MimeType>image/jpeg</a:MimeType> <a:ModifiedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"<b:UserId i:nil="true"/> <b:UserDisplayName>Bruce Wayne<UserReferenceSystemId>BW-01</b:UserDisplayName>:UserReferenceSystemId> <b:UserId i:nil="true"/>UserUid>1152921504606950320</b:UserUid> <b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId></a:CreatedByUserIdentity> <b:UserUid>1152921504606950320</b:UserUid><a:CreatedTimestamp>2018-03-19T14:44:09.65Z</a:CreatedTimestamp> <a:DocumentArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> </a:ModifiedByUserIdentity> <a:ModifiedTimestamp>2018-03-19T14:42:05.167Z<VersionNumber>1</a:ModifiedTimestamp>VersionNumber> <a:SupportPreviewFlag>true<</a:SupportPreviewFlag>CurrentVersion> <a:SupportThumbnailFlag>true</a:SupportThumbnailFlag>DeletedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:DocumentData> DeletedTimestamp i:nil="true"/> <a:DocumentName>Receipt on <a:DataItems>ER.jpg</a:DocumentName> <a:DocumentSize>24380</a:DocumentSize> <a:PwsDocumentDataItems> <a:DocumentUri i:nil="true"/> <a:AssociatedItemIdentityLockedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <b:ItemId<a:LockedTimestamp i:nil="true"/> <a:MimeType>image/jpeg</a:MimeType> <b:ItemType>CCD</b:ItemType> <a:ModifiedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemUid>1152921504614018558<UserDisplayName>Bruce Wayne</b:ItemUid>UserDisplayName> <b:ReferenceTypeUserId i:nil="true"/> </a:AssociatedItemIdentity><b:UserReferenceSystemId>BW-01</b:UserReferenceSystemId> <b:UserUid>1152921504606950320</b:UserUid> <a:Data> </a:ModifiedByUserIdentity> <a:Values xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">ModifiedTimestamp>2018-03-19T14:44:09.65Z</a:ModifiedTimestamp> <a:SupportPreviewFlag>true</a:SupportPreviewFlag> <b:PwsValue><a:SupportThumbnailFlag>true</a:SupportThumbnailFlag> <a:DocumentData> <b <a:ColumnType>V<DataItems/b:ColumnType>> <a:DocumentDataDetail> <b:Tag>Type</b:Tag> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:Value>CostCard</b:Value> ItemId i:nil="true"/> <b:ValuesItemType>ED</>b:ItemType> <b:ItemUid>1152921504607636703</b:ItemUid> </b:PwsValue> <b:ReferenceType i:nil="true"/> <b:PwsValue> </a:AssociatedItemIdentity> <b<a:ColumnType>D<Associations/b:ColumnType>> <a:Notes i:nil="true"/> <b:Tag>Incurred Date</b:Tag> <a:AssociatedItemDescription>ER00218</a:AssociatedItemDescription> </a:DocumentDataDetail> <b:Value>Mar 1 2018</b:Value> </a:DocumentData> <a:EditDeleteFlag>true</a:EditDeleteFlag> <a:NumberPages <b:Valuesi:nil="true"/> <a:ArchiveIdentity </b:PwsValue>i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:EditDeletePermissionFlag>true</a:EditDeletePermissionFlag> <b:PwsValue><a:ReceiptLockedFlag>false</a:ReceiptLockedFlag> </a:Document> </PwsGetDocumentDetailsResult> </PwsGetDocumentDetailsResponse> <b:ColumnType>V</b:ColumnType> </s:Body> </s:Envelope> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <PwsGetDocumentDetailsResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <PwsGetDocumentDetailsResult <b:Tag>Expense Type</b:Tag>xmlns:a="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <b:Value>Personal Auto Mileage</b:Value><ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <b:Values/> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-12-13T19:32:24.6025893Z</ServerTimestampUtc> <a:Document> </b:PwsValue> <DocumentRefId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <DocumentRefUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607773797</DocumentRefUid> <b:PwsValue> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:UserDisplayName>Krakauer, Larry</b:UserDisplayName> <b:ColumnType>M</b:ColumnType> <b:UserId i:nil="true"/> <b:Tag>Disbursed Amount<UserReferenceSystemId>097</b:Tag>UserReferenceSystemId> <b:UserUid>1152921504606944254</b:UserUid> <b:Value>12.00</b:Value></a:CreatedByUserIdentity> <a:CreatedTimestamp>2018-12-13T19:30:31.22Z</a:CreatedTimestamp> <a:CurrentVersion> <b:Values/> <DocumentVersionId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> </b:PwsValue> <DocumentVersionUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607778657</DocumentVersionUid> <a:Comments i:nil="true"/> <b:PwsValue> <a:CreatedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ColumnType>V<UserDisplayName>Krakauer, Larry</b:ColumnType>UserDisplayName> <b:UserId i:nil="true"/> <b:Tag>Disbursed Currency Code</b:Tag> <b:UserReferenceSystemId>097</b:UserReferenceSystemId> <b:Value>CAD<UserUid>1152921504606944254</b:Value>UserUid> </a:CreatedByUserIdentity> <b:Values/> <a:CreatedTimestamp>2018-12-13T19:30:31.22Z</a:CreatedTimestamp> <a:DocumentArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> </b:PwsValue> <a:VersionNumber>1</a:VersionNumber> </a:Values>CurrentVersion> <a:DeletedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> </a<a:Data> DeletedTimestamp i:nil="true"/> <a:DocumentName>Barry <Allen resume.docx</a:PwsDocumentDataItems>DocumentName> <<a:DocumentSize>1577712</a:DataItems> DocumentSize> <a:DocumentDataDetail> DocumentUri i:nil="true"/> <a:AssociatedItemIdentity:LockedByUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <b:ItemId<a:LockedTimestamp i:nil="true"/> <a:MimeType>application/vnd.openxmlformats-officedocument.wordprocessingml.document</a:MimeType> <b:ItemType>ED</b:ItemType> <a:ModifiedByUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemUid>1152921504607636703</b:ItemUid> UserDisplayName>Krakauer, Larry</b:UserDisplayName> <b:ReferenceTypeUserId i:nil="true"/> <b:UserReferenceSystemId>097</b:UserReferenceSystemId> </a:AssociatedItemIdentity> <b:UserUid>1152921504606944254</b:UserUid> <a:Associations> </a:ModifiedByUserIdentity> <a:PwsDocumentAssociation>:ModifiedTimestamp>2018-12-13T19:30:31.22Z</a:ModifiedTimestamp> <a:SupportPreviewFlag>false</a:SupportPreviewFlag> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">SupportThumbnailFlag>false</a:SupportThumbnailFlag> <a:DocumentData> <b:ItemId i:nil="true"<a:DataItems/> <a:DocumentDataDetail> <b:ItemType>CCD</b:ItemType> <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ItemUid>1152921504614018558</b:ItemUid> <b:ItemId i:nil="true"/> <b:ReferenceType i:nil="true"/>ItemType>R</b:ItemType> </a:AssociatedItemIdentity><b:ItemUid>1152921504606962993</b:ItemUid> <a:ReferenceNumber<b:ReferenceType i:nil="true"/> <a:ReferenceNumberClearFlag>false<</a:ReferenceNumberClearFlag>AssociatedItemIdentity> <a:Associations/> </a:PwsDocumentAssociation> </a:Associations><a:Notes i:nil="true"/> <a:NotesAssociatedItemDescription>Barry i:nil="true"/>Franklin</a:AssociatedItemDescription> </a:DocumentDataDetail> </a:DocumentData> <a:EditDeleteFlag>true</a:EditDeleteFlag> <a:NumberPages i:nil="true"/> <a:ArchiveIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:EditDeletePermissionFlag>true</a:EditDeletePermissionFlag> <a:ReceiptLockedFlag>false</a:ReceiptLockedFlag> </a:Document> </PwsGetDocumentDetailsResult> </PwsGetDocumentDetailsResponse> </s:Body> </s:Envelope> |
PwsGetDocumentDetails - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
21033 | DocumentRequiredForGetDocument | A document identity must be specified. |
75199 | DocumentNotFound | Document not found |