Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. {
  2. "pricesheetId": "ps123",
  3. "suppliers": [
  4. {
  5. "supplierId": "s1234",
  6. "data": [
  7. {
  8. "itemId": "item123",
  9. "value": {
  10. "v111": 1000,
  11. "v222": 111.09
  12. },
  13. "baselineValue": {
  14. "b111": 980
  15. }
  16. },
  17. {
  18. "itemId": "item999",
  19. "value": {
  20. "v111": 100,
  21. "v222": 11
  22. },
  23. "baselineValue": {
  24. "b111": 980
  25. }
  26. }
  27. ]
  28. },
  29. {
  30. "supplierId": "s4444",
  31. "data": [
  32. {
  33. "itemId": "item123",
  34. "value": {
  35. "v111": 1000,
  36. "v222": 111.09
  37. },
  38. "baselineValue": {
  39. "b111": 980
  40. }
  41. }
  42. ]
  43. }
  44. ],
  45. "feedbackColumns": [
  46. {
  47. "virtualId": "v111",
  48. "feedbackVirtualId": "f111",
  49. "targetSetting": {
  50. "type": "LOWESTBID",
  51. "value": ""
  52. },
  53. "feedbackType": "COLOR_THRESHOLD",
  54. "calculationSettings": {
  55. "calculationRules": [
  56. {
  57. "operatorType": "LESS_THAN",
  58. "deviation": {
  59. "type": "ABSOLUTE",
  60. "minValue": 0,
  61. "maxValue": 0,
  62. "value": 0
  63. },
  64. "color": "BLACK"
  65. },
  66. {
  67. "operatorType": "GREATER_THAN",
  68. "deviation": {
  69. "type": "ABSOLUTE",
  70. "minValue": 0,
  71. "maxValue": 0,
  72. "value": 0
  73. },
  74. "color": "RED"
  75. }
  76. ]
  77. }
  78. },
  79. {
  80. "virtualId": "v222",
  81. "feedbackVirtualId": "f222",
  82. "targetSetting": {
  83. "type": "AVGBID",
  84. "value": ""
  85. },
  86. "feedbackType": "COLOR_THRESHOLD",
  87. "calculationSettings": {
  88. "calculationRules": [
  89. {
  90. "operatorType": "LESS_THAN",
  91. "deviation": {
  92. "type": "ABSOLUTE",
  93. "minValue": 0,
  94. "maxValue": 0,
  95. "value": 0
  96. },
  97. "color": "BLACK"
  98. },
  99. {
  100. "operatorType": "GREATER_THAN",
  101. "deviation": {
  102. "type": "ABSOLUTE",
  103. "minValue": 0,
  104. "maxValue": 0,
  105. "value": 0
  106. },
  107. "color": "RED"
  108. }
  109. ]
  110. }
  111. }
  112. ]
  113. }
Add Comment
Please, Sign In to add comment