Advertisement
bv-ssr

274055

Jan 26th, 2017
95
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": "d3efdceef2038a41ace80eac5714c3f5ae75af34c8ba51d16b476fe7a3bc6b479a3147623d0a3ffd2c77919770f808b81e327b2191c6962642a4d28716bb67a0",
  5.         "id": "xxxxx",
  6.         "language": "en",
  7.         "test": true,
  8.         "time": "1485408963",
  9.         "version": "2.1.7"
  10.     },
  11.     "data": {
  12.         "Articles": [
  13.             {
  14.                 "aprice": 1000,
  15.                 "artnr": "1255",
  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": "49008",
  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": "49009",
  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.com12345434",
  63.                 "phone": "2345678"
  64.             },
  65.             "pno": "5501011018"
  66.         },
  67.         "PaymentData": {
  68.             "autoactivate": "1",
  69.             "country": "SE",
  70.             "currency": "SEK",
  71.             "language": "en",
  72.             "method": 1,
  73.             "orderid": "49-2353-256"
  74.         },
  75.         "PaymentInfo": {
  76.             "additionalpno": "",
  77.             "autocredit": true,
  78.             "autofetchaddress": true,
  79.             "ourreference": "Jem & Fix",
  80.             "paymentdate": "",
  81.             "projectname": "",
  82.             "yourreference": ""
  83.         }
  84.     },
  85.     "function": "addPayment"
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement