Advertisement
Guest User

Untitled

a guest
May 1st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. meta: {
  3. limit: 20,
  4. next: null,
  5. offset: 0,
  6. previous: null,
  7. total_count: 16,
  8. verifications: null
  9. },
  10. objects: [
  11. {
  12. id: 8,
  13. name: "AQG Upfront Compensation",
  14. product: "/api/v1/product/1/",
  15. product_id: 1,
  16. resource_uri: "/api/v1/compensation/8/"
  17. },
  18. {
  19. id: 9,
  20. name: "AQG Upfront Second-Tier Compensation",
  21. product: "/api/v1/product/1/",
  22. product_id: 1,
  23. resource_uri: "/api/v1/compensation/9/"
  24. },
  25. {
  26. id: 10,
  27. name: "AQG Global Compensation",
  28. product: "/api/v1/product/1/",
  29. product_id: 1,
  30. resource_uri: "/api/v1/compensation/10/"
  31. },
  32. {
  33. id: 13,
  34. name: "DX Direct Compensation",
  35. product: "/api/v1/product/2/",
  36. product_id: 2,
  37. resource_uri: "/api/v1/compensation/13/"
  38. },
  39. {
  40. id: 14,
  41. name: "DX Group Compensation",
  42. product: "/api/v1/product/2/",
  43. product_id: 2,
  44. resource_uri: "/api/v1/compensation/14/"
  45. },
  46. {
  47. id: 15,
  48. name: "DX Support Compensation",
  49. product: "/api/v1/product/2/",
  50. product_id: 2,
  51. resource_uri: "/api/v1/compensation/15/"
  52. },
  53. {
  54. id: 1,
  55. name: "YB BP Upfront Compensation",
  56. product: "/api/v1/product/3/",
  57. product_id: 3,
  58. resource_uri: "/api/v1/compensation/1/"
  59. },
  60. {
  61. id: 2,
  62. name: "YB BP Group Compensation",
  63. product: "/api/v1/product/3/",
  64. product_id: 3,
  65. resource_uri: "/api/v1/compensation/2/"
  66. },
  67. {
  68. id: 3,
  69. name: "YB Global Compensation",
  70. product: "/api/v1/product/3/",
  71. product_id: 3,
  72. resource_uri: "/api/v1/compensation/3/"
  73. },
  74. {
  75. id: 4,
  76. name: "YB Upfront Subscription Compensation",
  77. product: "/api/v1/product/3/",
  78. product_id: 3,
  79. resource_uri: "/api/v1/compensation/4/"
  80. },
  81. {
  82. id: 5,
  83. name: "YB Group Subscription Compensation",
  84. product: "/api/v1/product/3/",
  85. product_id: 3,
  86. resource_uri: "/api/v1/compensation/5/"
  87. },
  88. {
  89. id: 6,
  90. name: "YB Direct Trading Volume Compensation",
  91. product: "/api/v1/product/3/",
  92. product_id: 3,
  93. resource_uri: "/api/v1/compensation/6/"
  94. },
  95. {
  96. id: 7,
  97. name: "YB Group Trading Volume Compensation",
  98. product: "/api/v1/product/3/",
  99. product_id: 3,
  100. resource_uri: "/api/v1/compensation/7/"
  101. },
  102. {
  103. id: 11,
  104. name: "Business License (early-bird tier 1)",
  105. product: "/api/v1/product/5/",
  106. product_id: 5,
  107. resource_uri: "/api/v1/compensation/11/"
  108. },
  109. {
  110. id: 12,
  111. name: "Business License (early-bird tier 2)",
  112. product: "/api/v1/product/5/",
  113. product_id: 5,
  114. resource_uri: "/api/v1/compensation/12/"
  115. },
  116. {
  117. id: 16,
  118. name: "Business License",
  119. product: "/api/v1/product/5/",
  120. product_id: 5,
  121. resource_uri: "/api/v1/compensation/16/"
  122. }
  123. ]
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement