Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


Request Format


PwsGetReportOutput Request
  • PwsGetReportOutput
    • serviceRequest: PwsGetReportOutputRq
      • RequestId: Int32
      • SessionTicket: String
      • AamGantt: String
      • ColumnHeaders: String
      • DateFormat: String
      • Delimiter: String
      • ExplicitFieldsOnly: String
      • Format: String
      • Function: String
      • IncludeMetadata: String
      • ReportIdentity: PwsReportRef
      • AccountCode: String
      • AuthToken: String
      • UserName: String

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No

 

Click here for more information.

 

SessionTicket

String

Yes 

 

Click here for more information.

 

AamGantt

String

No

 NO


 

ColumnHeaders

String

No

 

 

 

DateFormat

String

No

 

The date formats in the report output

 

Delimiter

String

No

 

The data delimiter in the report output 

 

ExplicitFieldsOnly

String

No

 NO


 

Format

String

No

 

 

 

Function

String

No 

 

 

 

IncludeMetadata

String

No 

YES 


 

ReportIdentity

PwsReportRef

Yes

 

The report identity 

 

AccountCode

String

No 

 

 

 

AuthToken

String

No

 

 

 

UserName

String

No

 

 

 

Usage Example(s)


Example 01
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:rep="http://projectorpsa.com/DataContracts/Shared/Report/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsGetReportOutput>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AVkEBhpRgyZRD+KUKYoZCQ==</req:SessionTicket>
            <rep:AamGantt>NO</rep:AamGantt>
            <rep:DateFormat>UTC</rep:DateFormat>
            <rep:Delimiter>COMMA</rep:Delimiter>
            <rep:ExplicitFieldsOnly>NO</rep:ExplicitFieldsOnly>
            <rep:IncludeMetadata>YES</rep:IncludeMetadata>
            <rep:ReportIdentity>
               <com:WebServiceCode>R123</com:WebServiceCode>
            </rep:ReportIdentity>
            <rep:AccountCode>revcorp-bb</rep:AccountCode>
         </pws:serviceRequest>
      </pws:PwsGetReportOutput>
   </soapenv:Body>
</soapenv:Envelope>
  • No labels