Advertisement
Guest User

Untitled

a guest
Jun 8th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. var payload = {
  2. "compID": "company",
  3. "user": "yyy",
  4. "pass": "xxx",
  5. "dateissued": "20160608",
  6. "offer_validity": "20160608",
  7. "clientname": "Test",
  8. "docType": "offer",
  9. "totalsum": 1000,
  10. "totalvat": 170,
  11. "totalwithvat": 1170,
  12. "show_response": "1",
  13. "sendOrig": "foo@bar.com",
  14. "sendCopy": "foo@bar.com",//"offa23@gmail.com",
  15. "comp[0]": "comp1",
  16. "quantity[0]": "1",
  17. "price[0]": "100",
  18. "comp[1]": "comp2",
  19. "quantity[1]": "2",
  20. "price[1]": "200",
  21. "comp[2]": "comp3",
  22. "quantity[2]": "3",
  23. "price[2]": "300",
  24. "comp[3]": "comp4",
  25. "quantity[3]": "4",
  26. "price[3]": "400",
  27.  
  28. payload={price[2]=300, price[0]=100, sendCopy=foo@bar.com, totalsum=1000.0, quantity[0]=1, comp[3]=comp4, compID=company, quantity[2]=3, clientname=Test, comp[1]=comp2, pass=xxx, price[3]=400, docType=offer, price[1]=200, dateissued=20160608, comp[2]=comp3, offer_validity=20160608, sendOrig=foo@bar.com, quantity[1]=2, totalvat=170.0, show_response=1, quantity[3]=4, user=yyy, totalwithvat=1170.0, comp[0]=comp1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement