...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 |
SessionTicket | String | Yes | Click here for more information. | ARgBFuS/0LDcPCTXeih6XQ== |
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/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetTimeEntryParameters> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>ARgBFuS/0LDcPCTXeih6XQ==</req:SessionTicket> </pws:serviceRequest> </pws:PwsGetTimeEntryParameters> </soapenv:Body> </soapenv:Envelope> |
PwsGetTimeEntryParameters - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
10004 | InvalidSessionTicket | The specified session ticket is invalid. Please verify you are issuing this request against the correct instance of Projector. |