Overview
This web service retrieves the document folder identity (PwsFolderRef) for a specified expense document (PwsExpenseDocumentRef), invoice (PwsInvoiceRef), project (PwsProjectRef), project issue (PwsProjectIssueRef), resource (PwsResourceRef), user (PwsUserRef), cost card (PwsCostCardRef) or payment voucher (PwsPaymentVoucherRef).
Request Format
Panel | ||
---|---|---|
| ||
|
...
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 | 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 |
Response Usage Example(s)
...
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
21000 | FolderTypeCodeRequiredForGetFolder | A folder type code must be specified. |
21017 | InvalidValueForFolderTypeCode | The specified folder type code is not recognized. |
54279 | ProjectReferenceInvalid | A specified project identity was incomplete. Each project identity must specify either a project id, a project uid or a project code. |
54282 | ProjectNotFound | Specified project does not exist. |
54833 | ProjectIssueNotFound | Project issue not found. |
57545 | ResourceNotFound | The specified resource does not exist. |
57551 | UserNotFound | Specified user does not exist. |
65491 | CostCardNotFound | CostCard not found. |
65499 | PaymentVoucherNotFound | Payment voucher not found. |
68199 | InvoiceNotFound | Invoice not found. |