...
This web service retrieves a list of project cost baseline element records (PwsProjectTimeBaselineElementPwsProjectCostBaselineElement), based upon a list of unique project cost baseline identifiers (PwsProjectCostBaselineRef)
...
Panel | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 |
SessionTicket | String | Yes | Click here for more information. | AbHODMrb8ng+PCV+B7BzmQ== |
ProjectCostBaselineIdentities | Yes | The unique fields identifying the project cost baseline(s) to be retrieved. |
Request Usage Example(s)
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:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetProjectCostBaseline> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AbHODMrb8ng+PCV+B7BzmQ==</req:SessionTicket> <sch:ProjectCostBaselineIdentities> <com:PwsProjectCostBaselineRef> <com:ProjectCostBaselineUid>1152921504607272105</com:ProjectCostBaselineUid> </com:PwsProjectCostBaselineRef> </sch:ProjectCostBaselineIdentities> </pws:serviceRequest> </pws:PwsGetProjectCostBaseline> </soapenv:Body> </soapenv:Envelope> |
...
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. |
Status | Click here for more information |
. | ||
ServerTimestampUtc | DateTime | Click here for more information |
. | |
ProjectCostBaselines |
This structure contains the complete set of information about |
the requested project cost |
baselines. |
Response Usage Example(s)
...
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
54879 | SpecifiedProjectCostBaselineNotFound | Specified project cost baseline was not found. |
54883 | ProjectCostBaselineRefRequired | A project cost baseline must be specified. |