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 adds/updates a location on one or more existing cost cards.

Request Format


PwsAdjustCostLocation Request

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestIdInt32No
Click here for more information
1
SessionTicket

String

Yes
Click here for more information
AZZLhIFhqIg+w/UlZKyCfg==
AdjustmentCodeIdentityPwsAdjustmentCodeRefNo
This structure represents the unique key fields associated with identifying an adjustment code.
CostCardIdentitesPwsVersionedCostCardRefYes
This structure represents the cost cards that will be adjusted
Explanation

String (1024)

No
An explanation as to why this adjustment was applied.
Work site location correction
NewLocationIdentityPwsLocationRefYes
The location to be applied to the cost card(s)

Request Usage Example(s)


Example 01
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:tim="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsAdjustCostLocation>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AZZLhIFhqIg+w/UlZKyCfg==</req:SessionTicket>
            <tim:AdjustmentCodeIdentity>
               <com:AdjustmentCodeName>Other</com:AdjustmentCodeName>
               <com:AdjustmentCodeUid>1152921504606858479</com:AdjustmentCodeUid>
            </tim:AdjustmentCodeIdentity>
            <tim:CostCardIdentities>
               <tim:PwsVersionedCostCardRef>
                  <com:CostCardUid>1152921504614678656</com:CostCardUid>
               </tim:PwsVersionedCostCardRef>
            </tim:CostCardIdentities>
            <tim:Explanation>cost card location update</tim:Explanation>
            <tim:NewLocationIdentity>
               <com:LocationName>USA - Washington</com:LocationName>
               <com:LocationUid>1152921504606863514</com:LocationUid>
            </tim:NewLocationIdentity>
         </pws:serviceRequest>
      </pws:PwsAdjustCostLocation>
   </soapenv:Body>
</soapenv:Envelope>


  • No labels