Versions Compared

Key

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

Overview


This web service adds/update a location on one or more existing time cards.

...

Panel
titlePwsAdjustTimeLocation 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
AWuKIeUvHQC5lNzuzE3Ugg==
AdjustmentCodeIdentityPwsAdjustmentCodeRefNo
This structure represents the unique key fields associated with identifying an adjustment code. 
NewLocationIdentityPwsLocationRefYes
This structure contains the unique key fields associated with a location.
TimeCardIdentitiesPwsVersionedTimeCardRefYes
This structure represents the unique key fields associated with identifying a Time Card. Time Cards can be identified with a TimeCardUid. 

Request Usage Example(s)


Code Block
languagexml
titleExample 01
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:tim="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsAdjustTimeLocation>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AWuKIeUvHQC5lNzuzE3Ugg==</req:SessionTicket>
            <tim:Explanation>PwsAdjustTimeLocation</tim:Explanation>
            <tim:NewLocationIdentity>
               <com:LocationId>16548</com:LocationId>
            </tim:NewLocationIdentity>
            <tim:TimeCardIdentities>
               <tim:PwsVersionedTimecardRef>
                  <com:TimecardType>T</com:TimecardType>
                  <com:TimecardUid>1152921504652486584</com:TimecardUid>
               </tim:PwsVersionedTimecardRef>
            </tim:TimeCardIdentities>
         </pws:serviceRequest>
      </pws:PwsAdjustTimeLocation>
   </soapenv:Body>
</soapenv:Envelope>

Response Format


Panel
titlePwsAdjustTimeLocation Response

*PwsAdjustTimeDescriptionResponse