Advertisement
DotSlash974

[Studio Lopes] Order upload

Mar 30th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'post /order/import/:key': "OrderController.import"
  2. key: 'synocudosa'
  3.  
  4. [
  5.   {
  6.     "pupilRef": 101,
  7.     "sectionRef": "CP",
  8.     "products": [
  9.       {
  10.         "id": 1,
  11.         "qty": 1,
  12.         "price": 1
  13.     "check": true || false // defaults to false - Not in this version
  14.       }
  15.     ],
  16.     "total_price": 1,
  17.     "paymentType": 2 // 1: cheque - 2: cash
  18.   }
  19. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement