uploadReportDataChunkInSession() Method
In ReportService, use the uploadReportDataChunkInSession() method to upload a report data chunk based on the bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
uploadReportDataChunkInSession(String fileID, byte[] reportDataChunk, String reportRawDataChunk, String bipSessionToken);
Parameters for uploadReportDataChunkInSession() Method
Parameter | Description |
---|---|
byte[] reportDataChunk |
The XML data to upload. |
String reportRawDataChunk |
String representation of XML data, presenting as reportRawDataChunk. This is an alternative to reportDataChunk byte[]. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |