Advertisement
bv-ssr

multiple articles

Jan 24th, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.65 KB | None | 0 0
  1. {
  2.     "credentials": {
  3.         "client": "KPG-ver48.1.24",
  4.         "hash": "af08de69a7d563241f4099a9ba1372ead51bd08b61b64427c7eb8b3f8c6e5c2a0e36f44c7ccd62326b1e0e2e8a3bd5195f5f9ec0f484fc1df63616005403a22a",
  5.         "id": "xxxxx",
  6.         "language": "sv",
  7.         "test": false,
  8.         "time": "1485255788",
  9.         "version": "2.1.7"
  10.     },
  11.     "data": {
  12.         "Articles": [
  13.             {
  14.                 "aprice": 1000,
  15.                 "artnr": "1",
  16.                 "discount": 0,
  17.                 "quantity": 1,
  18.                 "tax": 250,
  19.                 "taxrate": 25,
  20.                 "title": "mra1255",
  21.                 "withouttax": 1000
  22.             },
  23.             {
  24.                 "aprice": 5000,
  25.                 "artnr": "2",
  26.                 "discount": 0,
  27.                 "quantity": 1,
  28.                 "tax": 1250,
  29.                 "taxrate": 25,
  30.                 "title": "2227-49008",
  31.                 "withouttax": 5000
  32.             },
  33.             {
  34.                 "aprice": 10000,
  35.                 "artnr": "3",
  36.                 "discount": 0,
  37.                 "quantity": 1,
  38.                 "tax": 2500,
  39.                 "taxrate": 25,
  40.                 "title": "2227-49009",
  41.                 "withouttax": 10000
  42.             }
  43.         ],
  44.         "Cart": {
  45.             "Handling": {
  46.                 "taxrate": "",
  47.                 "withouttax": ""
  48.             },
  49.             "Shipping": {
  50.                 "taxrate": "",
  51.                 "withouttax": ""
  52.             },
  53.             "Total": {
  54.                 "rounding": 0,
  55.                 "tax": 3200,
  56.                 "withouttax": 16000,
  57.                 "withtax": 19200
  58.             }
  59.         },
  60.         "Customer": {
  61.             "Billing": {
  62.                 "email": "abcd@efgh.com",
  63.                 "phone": "343623453456"
  64.             },
  65.             "pno": "5501011018"
  66.         },
  67.         "PaymentData": {
  68.             "autoactivate": "1",
  69.             "country": "SE",
  70.             "currency": "SEK",
  71.             "language": "sv",
  72.             "method": 1,
  73.             "orderid": "49-2353-180"
  74.         },
  75.         "PaymentInfo": {
  76.             "additionalpno": "5501011018",
  77.             "autocredit": true,
  78.             "autofetchaddress": true,
  79.             "ourreference": "Jem & Fix",
  80.             "paymentdate": "",
  81.             "projectname": "abcd",
  82.             "yourreference": ""
  83.         }
  84.     },
  85.     "function": "addPayment"
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement