Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample application/json
[ 
 { "productId": "pid1", 
   "scores": [
     { 
       "categoryId": "1", 
       "weight": 50.0
     } , 
     { 
       "categoryId": "2", 
       "weight": 10.0
     }
   ]
  },
 { "productId": "pid2", 
   "scores": [
     { 
       "categoryId": "3", 
       "weight": 100.0
     }
   ] 
  } 
 ]
400 - mandatory query parameter is missing

...