Overview
This web service retrieves a project estimate record based on specified search criteria.
Request Format
Panel | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information | 1 | ||
String (50) | Yes | Click here for more information | ASi0NoKANuaG9Enyvoo2QA== | ||
ProjectEstimateIdentity | Yes | The identity of the project estimate 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:PwsGetProjectEstimate> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>ASi0NoKANuaG9Enyvoo2QA==</req:SessionTicket> <sch:ProjectEstimateIdentity> <com:ProjectEstimateUid>1152921504606862146</com:ProjectEstimateUid> <com:ProjectIdentity> <com:ProjectUid>1152921504607496017</com:ProjectUid> </com:ProjectIdentity> </sch:ProjectEstimateIdentity> </pws:serviceRequest> </pws:PwsGetProjectEstimate> </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. | ||
Int32 | Click here for more information. | 1 | |
RequestStatus | Click here for more information. | Ok | |
DateTime | Click here for more information. | 2022-07-25T17:10:18.3004271Z | |
ProjectEstimate | The details of the project estimate that was fetched. |
Response Usage Example(s)
...
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|