Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This web service retrieves a list of project estimate records based on specified search criteria.

...

Panel
titlePwsGetProjectEstimateList Request
  • PwsGetProjectEstimateList
    • serviceRequest: PwsGetProjectEstimateListRq

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.

1

SessionTicket

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

PwsProjectRef



This structure represents the unique key fields associated with identifying a project.


Request Usage Example(s)


Code Block
languagexml
titleRequest Example
collapsetrue
<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

PwsMessage]

The web service response status and message. Click here for more information.


ResponseId

Int32

Click here for more information.1

Status

RequestStatus

Click here for more information.

Ok

ServerTimestampUtc

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)

...