Versions Compared

Key

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

...

Panel
titlePwsAuthenticateRq
  • PwsAuthenticateRq
    • RequestId: Int32
    • SessionTicket: String
    • AccountCode: String
    • CultureName: String
    • Fingerprint: String
    • Password: String
    • UserName: String
    • UtcOffsetMinutes: Int16
    • CrossoverTicket: String

Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

 No

 


Click here for more information.

 


SessionTicket

String(24)

 No

 


Click here for more information.

 


AccountCode

String(30)

Yes

 


The account code of the web service user's installation

revcorp-min

CultureName

String(15)

No

 

 


The culture name is a unique identifier for a culture

en-US 

Fingerprint

String

No

 


 Authentication that grants user special permissions; Leave blank unless otherwise instructed by Projector support.

 


Password

String(28)

Yes

 


The password of the web service user

 1JiLei$

UserName

String(100)

Yes

 


The user name of the web service user

 larry@revcorp.min

UtcOffsetMinutes

Int16

 No

 

 




CrossoverTicket

String

 No

 

 

 





Request Usage Example(s)

Code Block
languagexml
titleRequest 01
collapsetrue
      <pws:PwsAuthenticate>
         <pws:serviceRequest>
            <req:Password>1JiLei$</req:Password>
            <req:UserName>larry@revcorp.min</req:UserName>
         </pws:serviceRequest>
      </pws:PwsAuthenticate>

...