...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Messages | |||||
Int32 | Click here for more information. | 0 | |||
RequestStatus | Click here for more information. | Ok | |||
DateTime | Click here for more information. | 2018-01-16T18:43:11.6585593Z | |||
RedirectUrl | String | Projector accounts are hosted on multiple servers. To simplify the authentication process, an authentication request may be issued to any server endpoint. However, if the account’s data is hosted on a different server, this will be the base URL of the server that hosts the data. The same authentication request should be re-sent to the specified endpoint. Please click _here_ for more details. | |||
String (24) | Click here for more information. | ARQC8d/V3CZk+kOWf7w3KQ== | |||
AccountIdentity | |||||
UserIdentity | |||||
SuperUserFlag | Boolean | If true, web service user is a Projector support user. | true/false | ||
DocumentServerUrl | String | The base URL for uploading and downloading documents | https://doc.projectorpsa.com/1 | ||
Account | |||||
User |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsAuthenticateResponse> <PwsAuthenticateResult> <Messages i:nil="true"/> <ResponseId>0</ResponseId> <Status>Ok</Status> <ServerTimestampUtc>2018-01-16T18:43:11.6585593Z</ServerTimestampUtc> <a:RedirectUrl i:nil="true"/> <a:SessionTicket>ARQC8d/V3CZk+kOWf7w3KQ==</a:SessionTicket> <a:AccountIdentity> <b:AccountCode>revcorp-min</b:AccountCode> <b:AccountId i:nil="true"/> <b:AccountUid>1152921504606848622</b:AccountUid> </a:AccountIdentity> <a:UserIdentity> <b:UserDisplayName>Krakauer, Larry</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>097</b:UserReferenceSystemId> <b:UserUid>1152921504606944254</b:UserUid> </a:UserIdentity> <a:SuperUserFlag>false</a:SuperUserFlag> <a:DocumentServerUrl>https://docqadoc.projectorpsa.com/1</a:DocumentServerUrl> <a:Account> <b:AccountCode>revcorp-min</b:AccountCode> <b:AccountId i:nil="true"/> <b:AccountUid>1152921504606848622</b:AccountUid> <b:Name>Revolutionary Solutions Corp (Min Zeng)</b:Name> </a:Account> <a:User> <b:UserDisplayName>Krakauer, Larry</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>097</b:UserReferenceSystemId> <b:UserUid>1152921504606944254</b:UserUid> <b:EmailAddress>Larry@revcorp.min</b:EmailAddress> <b:FirstName>Larry</b:FirstName> <b:LastName>Krakauer</b:LastName> <b:MiddleName>Japan</b:MiddleName> </a:User> </PwsAuthenticateResult> </PwsAuthenticateResponse> |
...