Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This web service retrieves a list of project summary records (PwsProjectSummary), based on specified search criteria. The following parameters affect the list of engagements retrieved:

  • QueryString: Find all projects matching specified string in project's code or name, associated contract line item code or name, the associated engagement code or name, or the client name or number for the associated engagement's client or any parent client thereof.
  • IncludeClosedFlag: If set to 'true', projects that are open or closed according to the project stage settings will be returned. Otherwise, only projects that are considered not closed will be returned.
  • ProjectIdentity: If specified, the identified engagement will be returned. And QueryString and IncludeClosedFlag will be ignored.

Request Format

Request Elements

Usage Example(s)

Example 01 - Project is not specified
</soapenv:Envelope>
Example 02 - Project is specified
</soapenv:Envelope>

Response Format

Response Elements

Usage Example(s)

Example 01 - Project is not specified with error code
</s:Envelope>
Example 02 - Project is specified
</s:Envelope>

Common Errors and Warnings

ErrorNumber

ErrorCode

Description




  • No labels