...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 | |
SessionTicket | String | Yes | Click here for more information. | AZZNMfO8vxeYuc3WXDkixw== | |
CreateIfNeededFlag | Boolean | No | false | If set to 'true', the folder will be created if it does not already exist. | false |
ExpenseDocumentIdentity | One of ExpenseDocumentIdentity, InvoiceIdentity, ProjectIdentity, ProjectIssueIdentity, ResourceIdentity, UserIdentity, CostCardIdentity or PaymentVoucherIdentity is required | The expense document identity, applicable if the FolderTypeCode = 'ExpenseReportFolder'. | |||
FolderTypeCode | String | Yes | The folder type code: 'ProjectWorkspaceFolder' for Project Workspace Folder 'ResourceResumeFolder' for Resource Resume Folder 'InvoiceFolder' for Invoice Folder 'ProjectIssueFolder' for Project Issue Folder 'ExpenseReportFolder' for Expense Report Folder. Don't choose this option. Use UserReceiptPoolFolder instead. 'UserReceiptPoolFolder' for a User's Receipt Folder 'UserIssueAttachmentPoolFolder' for User's Issue Attachment Pool Folder 'PaymentVoucherFolder' for Payment Voucher Folder | ExpenseReportFolder | |
InvoiceIdentity | See ExpenseDocumentIdentity | The invoice identity, applicable if the FolderTypeCode = 'InvoiceFolder'. | |||
ProjectIdentity | See ExpenseDocumentIdentity | The project identity, applicable if the FolderTypeCode = 'ProjectWorkspaceFolder'. | |||
ProjectIssueIdentity | See ExpenseDocumentIdentity | The project issue identity, applicable if the FolderTypeCode = 'ProjectIssueFolder'. | |||
ResourceIdentity | See ExpenseDocumentIdentity | The resource identity, applicable if the FolderTypeCode = 'ResourceResumeFolder'. | |||
UserIdentity | See ExpenseDocumentIdentity | The user identity, applicable if the FolderTypeCode = 'UserReceiptPoolFolder' or 'UserIssueAttachmentPoolFolder'. | |||
CostCardIdentity | See ExpenseDocumentIdentity | The cost card identity, applicable if the FolderTypeCode = 'ExpenseReportFolder'. (Don't upload directly to ExpenseReportFolder) | |||
PaymentVoucherIdentity | See ExpenseDocumentIdentity | The payment voucher identity, applicable if the FolderTypeCode = 'PaymentVoucherFolder'. |
...
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:PwsGetFolder> <pws:serviceRequest><!--Optional:--> <req:RequestId>1</req:RequestId><pws:serviceRequest> <req:SessionTicket>AZZNMfO8vxeYuc3WXDkixwSessionTicket>ARaqO1NTOppS159NGsaYoA==</req:SessionTicket> <doc:CreateIfNeededFlag>false</doc:CreateIfNeededFlag> <doc:ExpenseDocumentIdentity> <com:ExpenseDocumentUid>1152921504607683575<ExpenseDocumentUid>1152921504607674595</com:ExpenseDocumentUid> </doc:ExpenseDocumentIdentity> <doc:FolderTypeCode>ExpenseReportFolder</doc:FolderTypeCode> </pws:serviceRequest> </pws:PwsGetFolder> </soapenv:Body> </soapenv:Envelope> |
...
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 | 1 |
Status | Click here for more information | Ok | |
ServerTimestampUtc | DateTime | Click here for more information | 2018-03-16T17:07:24.3032414Z |
FolderIdentity | The document folder identity | ||
AssociatedEntityDescription | String | If folder type is:
| ER00219 |
CanAddAssociationsFlag | Boolean | If set to 'true', document association can be added to the folder. As of R18, only Expense Report folder can have association (cost card) add to the document (receipt) folder. | true |
CanAddDocumentsFlag | Boolean | If set to 'true', document can be added to the folder. | true |
CanAddLinksFlag | Boolean | If set to 'true', link can be added to the folder. | true |
CanAddNotesFlag | Boolean | If set to 'true', notes can be added to the folder. | true |
CanAddVersionsFlag | Boolean | If set to 'true', new version of document can be added to the folder. | true |
CanDeleteDocumentsFlag | Boolean | If set to 'true', document can be deleted from the folder. | true |
CanSearchDocumentsFlag | Boolean | If set to 'true', document can be searched in the folder. | true |
CanViewDocumentsFlag | Boolean | If set to 'true', document cam be viewed in the folder. | true |
RequireDocumentDataFlag | Boolean | If set to 'true', document data associated with the folder must be included. As of R18, only Expense Report folder have document data (notes & cost card/receipt association) add to the document (receipt) folder. | true |
RequireUniqueFilenamesFlag | Boolean | If set to 'true', the document name must be unique inside the folder. | true |
Response Usage Example(s)
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <PwsGetFolderResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <PwsGetFolderResult 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/">1<>0</ResponseId> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-0312-16T1717T19:0744:2427.3032414Z<5271969Z</ServerTimestampUtc> <a:FolderIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:FolderId i:nil="true"/> <b:FolderUid>1152921504607349085<FolderUid>1152921504607378723</b:FolderUid> </a:FolderIdentity> <a:AssociatedEntityDescription>ER00218</a:AssociatedEntityDescription> <a:CanAddAssociationsFlag>true</a:CanAddAssociationsFlag> <a:CanAddDocumentsFlag>true</a:CanAddDocumentsFlag> <a:CanAddLinksFlag>false</a:CanAddLinksFlag> <a:CanAddNotesFlag>true</a:CanAddNotesFlag> <a:CanAddVersionsFlag>false</a:CanAddVersionsFlag> <a:CanDeleteDocumentsFlag>true</a:CanDeleteDocumentsFlag> <a:CanSearchDocumentsFlag>false</a:CanSearchDocumentsFlag> <a:CanViewDocumentsFlag>true</a:CanViewDocumentsFlag> <a:RequireDocumentDataFlag>true</a:RequireDocumentDataFlag> <a:RequireUniqueFilenamesFlag>false</a:RequireUniqueFilenamesFlag> </PwsGetFolderResult> </PwsGetFolderResponse> </s:Body> </s:Envelope> |
...