⍝ exercise
      ⎕←t ←HttpCommand.Get (service,'/Order_Details/$count') 
[rc: 0 | msg:  | HTTP Status: 200 "OK" | ⍴Data: 4]
      t.Data
2155
      params←1 2⍴'$expand' 'Order'
      params⍪←'$filter' 'month(Order/ShippedDate) eq 7 and year(Order/ShippedDate) eq 1997'
      ⎕←t ←HttpCommand.Get (service,'/Order_Details') (params)
[rc: 0 | msg:  | HTTP Status: 200 "OK" | ⍴Data: 29648]
      jt←⎕json t.Data
      ObjIn jt
 value  ⍙⍙64⍙odata⍙46⍙context 
      ⍴jt.value
67
      jt.value.(Quantity×(1-Discount)×UnitPrice)
155 350 540 217.3875 333.2 360 117 155 162.75 331.3125 82.5075 599.925 310 78 252 1237.9 693.6 306 593.75 142.5 23.8 187.38 360 260 2000 1120 72 360 741 140 300 372.5 368.125 148.3425 168 397.5 405 2565 1755 126 390 202.08 2195 193.5 493 29.8 450 360 1925
      48.75 68.85 162 497.325 1045 2261 306.375 352 384 394.4 1350 3900 35 772.8 417.6 54 310 60
      +/jt.value.(Quantity×(1-Discount)×UnitPrice)
37544.96