/
PwsReportRef

PwsReportRef

Overview


This structure represents the unique key fields associated with identifying a report. 

Format


PwsReportRef
  • PwsReportRef
    • ReportId: Int32
    • ReportUid: Int64
    • WebServiceCode: String

Elements


Element

Data Type

Required?

Description

Sample Data

ReportId

Int32

No

The report Id is a unique identifier for a report. For internal use only.


ReportUid

Int64

One of ReportUid or WebServiceCode is required 

The report Uid is a unique and immutable identifier for a report

1152921504606998473

WebServiceCode

String

See ReportUid 

The web service code is a unique identifier for a report.

R234

Usage Example(s)


Example 01
            <rep:ReportIdentity>
               <com:ReportUid>1152921504606998473</com:ReportUid>
               <com:WebServiceCode>R234</com:WebServiceCode>
            </rep:ReportIdentity>

Related content

PwsGetReportOutput
PwsGetReportOutput
Read with this
PwsReport
More like this
SubmitReportSpec
SubmitReportSpec
Read with this
PwsVendorRef
PwsVendorRef
More like this
Getting Started with Web Services 2.0
Getting Started with Web Services 2.0
Read with this
PwsCompanyRef
PwsCompanyRef
More like this