Guest User

Untitled

a guest
Nov 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("5a0d1cb1d2fffa95ed85b3ba"),
  3. "potential_id" : "P-00012347",
  4. "potential_name" : "NKCL"}
  5.  
  6. {
  7. "_id" : ObjectId("5a0d20e8d2fffa95ed85b5bc"),
  8. "potential_id" : "P-00012347",
  9. "potential_name" : "NKCL",
  10. "revision_id" : "R0",
  11. "office_name" : "Marketing office",
  12. "vertical_info" : [
  13. {
  14. "vertical_name" : "MEP",
  15. "estimated_team" : "Marketing"
  16. },
  17. {
  18. "vertical_name" : "BIM",
  19. "estimated_team" : "Marketing"
  20. },
  21. {
  22. "vertical_name" : "V1",
  23. "estimated_team" : "Marketing"
  24. }
  25. ]}
  26.  
  27. {
  28. "_id" : ObjectId("5a0d212cd2fffa95ed85b5e6"),
  29. "potential_id" : "P-00012347",
  30. "potential_name" : "NKCL",
  31. "revision_id" : "R0",
  32. "office_name" : "Marketing office",
  33. "vertical_name" : "MEP",
  34. "service_info" : [
  35. {
  36. "service_name" : "Service 1",
  37. "total_cost" : 1
  38. },
  39. {
  40. "service_name" : "Service 2",
  41. "total_cost" : 2
  42. }
  43. ]}
  44.  
  45. {
  46. "_id" : ObjectId("5a0d2175d2fffa95ed85b612"),
  47. "potential_id" : "P-00012347",
  48. "potential_name" : "NKCL",
  49. "revision_id" : "R0",
  50. "office_name" : "Marketing office",
  51. "vertical_name" : "MEP",
  52. "service_name" : "Service 1",
  53. "service_building_info" : [
  54. {
  55. "building_no" : 1,
  56. "building_name" : "Building 1"
  57. },
  58. {
  59. "building_no" : 2,
  60. "building_name" : "Building 2"
  61. },
  62. {
  63. "building_no" : 3,
  64. "building_name" : "Building 3"
  65. }
  66. ]}
  67.  
  68. {
  69. "_id" : ObjectId("5a0d1cb1d2fffa95ed85b3ba"),
  70. "potential_id" : "P-00012347",
  71. "potential_name" : "NKCL"
  72. "revision_id" : "R0",
  73. "office_name" : "Marketing office",
  74. "vertical_info" : [
  75. {
  76. "vertical_name" : "MEP",
  77. "estimated_team" : "Marketing"
  78. "service_info" : [
  79. {
  80. "service_name" : "Service 1",
  81. "total_cost" : 1
  82. "service_building_info" : [
  83. {
  84. "building_no" : 1,
  85. "building_name" : "Building 1"
  86. },
  87. {
  88. "building_no" : 2,
  89. "building_name" : "Building 2"
  90. },
  91. {
  92. "building_no" : 3,
  93. "building_name" : "Building 3"
  94. }
  95. ]
  96. },
  97. {
  98. "service_name" : "Service 2",
  99. "total_cost" : 2
  100. }
  101. ]
  102. },
  103. {
  104. "vertical_name" : "BIM",
  105. "estimated_team" : "Marketing"
  106. },
  107. {
  108. "vertical_name" : "V1",
  109. "estimated_team" : "Marketing"
  110. }]}
Add Comment
Please, Sign In to add comment