Guest User

Untitled

a guest
Jan 21st, 2018
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. {
  2. "totalCount": 6,
  3. "contacts": [{
  4. "firstName": "firstName",
  5. "lastName": "lastName",
  6. "email": "testing@me2.com",
  7. "id": 682825,
  8. "billing": {
  9. "firstName": "firstName",
  10. "lastName": "lastName",
  11. "phoneNumber": null,
  12. "address": {
  13. "addressLine1": "1234 Main St",
  14. "addressLine2": null,
  15. "city": "El Segundo",
  16. "state": "CA",
  17. "postalCode": "90245",
  18. "country": "US"
  19. }
  20. },
  21. "shipping": {
  22. "firstName": "firstName",
  23. "lastName": "lastName",
  24. "phoneNumber": null,
  25. "address": {
  26. "addressLine1": "1234 Main St",
  27. "addressLine2": null,
  28. "city": "El Segundo",
  29. "state": "CA",
  30. "postalCode": "90245",
  31. "country": "US"
  32. }
  33. },
  34. "type": "consultant"
  35. }, {
  36. "firstName": "gstest",
  37. "lastName": "gstest",
  38. "email": "gstestqa206@mailinator.com",
  39. "id": 683030,
  40. "billing": {
  41. "firstName": "gstest",
  42. "lastName": "gstest",
  43. "phoneNumber": null,
  44. "address": {
  45. "addressLine1": "1234",
  46. "addressLine2": null,
  47. "city": "El Segundo",
  48. "state": "CA",
  49. "postalCode": "90245",
  50. "country": "US"
  51. }
  52. },
  53. "shipping": {
  54. "firstName": "gstest",
  55. "lastName": "gstest",
  56. "phoneNumber": null,
  57. "address": {
  58. "addressLine1": "1234",
  59. "addressLine2": null,
  60. "city": "El Segundo",
  61. "state": "CA",
  62. "postalCode": "90245",
  63. "country": "US"
  64. }
  65. },
  66. "type": "client"
  67. }, {
  68. "firstName": "test",
  69. "lastName": "test",
  70. "email": "gstest9@mailinator.com",
  71. "id": 683145,
  72. "billing": {
  73. "firstName": "test",
  74. "lastName": "test",
  75. "phoneNumber": null,
  76. "address": {
  77. "addressLine1": "123 Main",
  78. "addressLine2": null,
  79. "city": "El Segundo",
  80. "state": "CA",
  81. "postalCode": "23568",
  82. "country": "US"
  83. }
  84. },
  85. "shipping": {
  86. "firstName": "test",
  87. "lastName": "test",
  88. "phoneNumber": null,
  89. "address": {
  90. "addressLine1": "123 Main",
  91. "addressLine2": null,
  92. "city": "El Segundo",
  93. "state": "CA",
  94. "postalCode": "23568",
  95. "country": "US"
  96. }
  97. },
  98. "type": "consultant"
  99. }, {
  100. "firstName": "testq",
  101. "lastName": "client",
  102. "email": "testqclient@mailinator.com",
  103. "id": 683238,
  104. "billing": {
  105. "firstName": "testq",
  106. "lastName": "client",
  107. "phoneNumber": null,
  108. "address": {
  109. "addressLine1": "1234 main st",
  110. "addressLine2": null,
  111. "city": "Surrey",
  112. "state": "BC",
  113. "postalCode": "V3R 0A1",
  114. "country": "CA"
  115. }
  116. },
  117. "shipping": {
  118. "firstName": "testq",
  119. "lastName": "client",
  120. "phoneNumber": null,
  121. "address": {
  122. "addressLine1": "1234 main st",
  123. "addressLine2": null,
  124. "city": "Surrey",
  125. "state": "BC",
  126. "postalCode": "V3R 0A1",
  127. "country": "CA"
  128. }
  129. },
  130. "type": "client"
  131. }, {
  132. "firstName": "shiptest",
  133. "lastName": "qatest",
  134. "email": "gstestship@mailinator.com",
  135. "id": 683285,
  136. "billing": {
  137. "firstName": "shiptest",
  138. "lastName": "qatest",
  139. "phoneNumber": null,
  140. "address": {
  141. "addressLine1": "123 Mainst",
  142. "addressLine2": null,
  143. "city": "El Segundo",
  144. "state": "CA",
  145. "postalCode": "90248",
  146. "country": "US"
  147. }
  148. },
  149. "shipping": {
  150. "firstName": "shiptest",
  151. "lastName": "qatest",
  152. "phoneNumber": null,
  153. "address": {
  154. "addressLine1": "123 Mainst",
  155. "addressLine2": null,
  156. "city": "El Segundo",
  157. "state": "CA",
  158. "postalCode": "90248",
  159. "country": "US"
  160. }
  161. },
  162. "type": "consultant"
  163. }, {
  164. "firstName": "test",
  165. "lastName": "ship2",
  166. "email": "gstestship2@mailinator.com",
  167. "id": 683286,
  168. "billing": {
  169. "firstName": "test",
  170. "lastName": "ship2",
  171. "phoneNumber": null,
  172. "address": {
  173. "addressLine1": "1234 Main St",
  174. "addressLine2": null,
  175. "city": "Santa Monica",
  176. "state": "CA",
  177. "postalCode": "90404",
  178. "country": "US"
  179. }
  180. },
  181. "shipping": {
  182. "firstName": "test",
  183. "lastName": "ship2",
  184. "phoneNumber": null,
  185. "address": {
  186. "addressLine1": "1234 Main St",
  187. "addressLine2": null,
  188. "city": "Santa Monica",
  189. "state": "CA",
  190. "postalCode": "90404",
  191. "country": "US"
  192. }
  193. },
  194. "type": "consultant"
  195. }]
  196. }
Add Comment
Please, Sign In to add comment