Overview
This web service retrieves a list of cost cards (PwsVersionedTimeCardRef ), based upon an external grouping identifier.
Rate Limiting
In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm. When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate. Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly. For more information please visit: Projector Rate Limiting Behavior.
Request Format
PwsGetTimeCardsByExternalGroupingIdentifier
serviceRequest: PwsGetTimeCardsByExternalGroupingIdentifierRq
RequestId: Int32
SessionTicket: String
ExternalGroupingIdentifiers: Int32[]
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. |
| ||
String | Yes | Click here for more information. |
| ||
ExternalGroupingIdentifiers | Int32[] | Yes | The external grouping identifier for one or more time cards. |
|
Request Usage Example(s)
<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:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetTimeCardsByExternalGroupingIdentifier> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AQAXIgeu3zqNKQ0tJ2+nww==</req:SessionTicket> <tim:ExternalGroupingIdentifiers> <arr:int>1</arr:int> </tim:ExternalGroupingIdentifiers> </pws:serviceRequest> </pws:PwsGetTimeCardsByExternalGroupingIdentifier> </soapenv:Body> </soapenv:Envelope>
Response Format
PwsGetTimeCardsByExternalGroupingIdentifierResponse
PwsGetTimeCardsByExternalGroupingIdentifierResult: PwsGetTimeCardsByExternalGroupingIdentifierRs
Messages: PwsMessage[]
ResponseId: Int32
Status: RequestStatus
ServerTimestampUtc: DateTime
TimeCards: PwsVersionedTimecardRef[]
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 |
| |
Status | Click here for more information |
| |
DateTime | Click here for more information |
| |
TimeCards | This structure represents the unique key fields associated with identifying a Cost Card. Cost Cards can be identified with a TimeCardUid. |
Response Usage Example(s)
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <PwsGetTimeCardsByExternalGroupingIdentifierResponse xmlns="http://projectorpsa.com/PwsProjectorServices/"> <PwsGetTimeCardsByExternalGroupingIdentifierResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <ResponseId xmlns="http://projectorpsa.com/CommonServices/">1</ResponseId> <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status> <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2025-02-10T20:15:40.0868569Z</ServerTimestampUtc> <a:TimeCards> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504648112199</TimecardUid> <a:Timestamp>AAAAADaXPWU=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504652319420</TimecardUid> <a:Timestamp>AAAAABlXIzA=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504652319651</TimecardUid> <a:Timestamp>AAAAABlXIzI=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504652319652</TimecardUid> <a:Timestamp>AAAAABlXI4A=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504652319653</TimecardUid> <a:Timestamp>AAAAABlXI4Y=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504652319654</TimecardUid> <a:Timestamp>AAAAABlXI4k=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504657532411</TimecardUid> <a:Timestamp>AAAAADdhptI=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504658071128</TimecardUid> <a:Timestamp>AAAAABovEPM=</a:Timestamp> </a:PwsVersionedTimecardRef> <a:PwsVersionedTimecardRef> <ReferenceId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1</ReferenceId> <TimecardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <TimecardType xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">T</TimecardType> <TimecardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504749602726</TimecardUid> <a:Timestamp>AAAAADPRUKE=</a:Timestamp> </a:PwsVersionedTimecardRef> </a:TimeCards> </PwsGetTimeCardsByExternalGroupingIdentifierResult> </PwsGetTimeCardsByExternalGroupingIdentifierResponse> </s:Body> </s:Envelope>
PwsGetTimeCardsByExternalGroupingIdentifier - Common Errors and Warnings
For all errors and warnings please refer to the Complete List of Errors and Warnings