Web Services Reference for Oracle Billing Insight > Examples of Web Services > Examples of the Analytics Web Services >

Example of Getting a Batch Report Request


This example shows you how to use the batchrpts Web service to get a batch report request.

Operation

Use the following operation to get a batch report request:

GET /batchrpts/{batchrptId}

Sample URL

The following is a sample URL for this Web service example:

http://myhost.example.com:7017/rs/api/v2/batchrpts/2

XML Response

The following is an example of the XML response:

<batchRequestInfo>
<batchId>2</batchId>
<status>PENDING</status>
<reportName>AccountBillingOv</reportName>
<reportId>telco_std_r1</reportId>
<origReportName>Account Billing Overview</origReportName>
<userId>41</userId>
<userName>ftown</userName>
<companyName>Cuelle Mobile Corporation</companyName>
<hierarchyId>8000</hierarchyId>
<hierarchyName>Billing Hierarchy</hierarchyName>
<nodeId>80000</nodeId>
<position>Cuelle Mobile Corporation</position>
<privateFlag>N</privateFlag>
<csv>Y</csv>
<xml>N</xml>
<pdf>N</pdf>
<createDate>08/23/2013</createDate>
<batchParamMap>
<entry>
<key>form.reportPeriodEnd</key>
<value>105</value>
</entry>
<entry>
<key>form.accountKey</key>
<value>145</value>
</entry>
<entry>
<key>costReallocForm.active</key>
<value>N</value>
</entry>
<entry>
<key>form.reportPeriodStart</key>
<value>105</value>
</entry>
<entry>
<key>form.parameter(AccountKey)</key>
<value>145</value>
</entry>
</batchParamMap>
</batchRequestInfo>

Web Services Reference for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.