Advertisement
elwin_jusuf

addIncentiveProductList.json

Oct 24th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "dataSet": "",
  3. "input" :{
  4. "result" :{
  5. "header" :{
  6. "tenantLoginId" : "102",
  7. "userLoginId" : "-1",
  8. "roleLoginId" : "-1",
  9. "datetime" : "20161012111111",
  10. "sessionId" : "sessionId",
  11. "secureKey" : "secureKey",
  12. "taskName" : ""
  13. },
  14. "payload":{
  15.  
  16. "ouId" : "125",
  17. "partnerId" : "13",
  18. "productList" : [
  19. {"productId" : "11258",
  20. "incentiveAmount" : "231"}
  21. ],
  22. "dateFrom" : "20161002",
  23. "dateTo" : "20161015",
  24. "currCode" : "13123",
  25. "active" : "Y"
  26. }
  27. }
  28. },
  29. "assertOutput": {
  30. "result":{
  31. "status" : "OK",
  32. "tenantLoginId" : "102",
  33. "ouId" : 125,
  34. "partnerId" : "13",
  35. "dateFrom" : "20161002",
  36. "dateTo" : "20161015",
  37. "currCode" : "13123",
  38. "active" : "Y",
  39. "activeDateTime" : "20161012111111",
  40. "nonActiveDateTime" : " ",
  41. "createUserId" : -1,
  42. "createDateTime" : "20161012111111",
  43. "updateUserId" : -1,
  44. "updateDateTime" : "20161012111111",
  45. "version" : "0",
  46. "productList" : [
  47. {"productId" : 11258,
  48. "incentiveAmount" : 231}
  49.  
  50. ]
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement