Crystal Reports · Example Payload

Crystal Reports Grand Total Collection Example

Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Crystal Reports Grand Total Collection Example is an example object payload from Crystal Reports, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

value

Example Payload

Raw ↑
{
  "value": [
    {
      "SumOfOrderAmount": 548290.75,
      "CountOfOrders": 1542,
      "AverageOrderAmount": 355.57
    }
  ]
}