Overview
This web service retrieves a list of project estimate records based on specified search criteria.
...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | ||
String | Yes | Click here for more information. | ASi0NoKANuaG9Enyvoo2QA== | ||
ProjectEstimateId | Int32 | No | The project estimate Id is a unique identifier for a Project Estimate. For internal use only. | ||
ProjectEstimateName | String | No | The project estimate name. | ||
ProjectEstimateUid | Int64 | No | A unique and immutable identifier for a project estimate. | ||
ProjectIdentity | This structure represents the unique key fields associated with identifying a project. |
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:PwsGetProjectEstimateList> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>ASi0NoKANuaG9Enyvoo2QA==</req:SessionTicket> <sch:ProjectIdentity> <com:ProjectUid>1152921504607496017</com:ProjectUid> </sch:ProjectIdentity> </pws:serviceRequest> </pws:PwsGetProjectEstimateList> </soapenv:Body> </soapenv:Envelope> |
...
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 | |
Status | Click here for more information. | Ok | |
DateTime | Click here for more information. | 2022-07-25T20:11:35.0269516Z | |
ProjectEstimates | PwsProjectEstimateSummaryElement [1..100] | The details of the project estimates that were fetched. |
Response Usage Example(s)
...