Guest User

Untitled

a guest
Oct 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. {
  2. "data": {
  3. "uuid": "aa745f11-a314-46ef-8ea4-ea7f01de0a13",
  4. "status": {
  5. "id": 1,
  6. "name": "Criado"
  7. },
  8. "customer": {
  9. "data": {
  10. "id": 1,
  11. "name": "João Silva",
  12. "email": "joao@email.com",
  13. "birthdate": "1990-10-22",
  14. "phone": "1155552266",
  15. "street": "Avenida Faria Lima",
  16. "street_number": "500",
  17. "complement": "10",
  18. "neighborhood": "Itaim Bibi",
  19. "city": "São Paulo",
  20. "uf": "SP",
  21. "zipcode": "01234000",
  22. "ticket_receiver_name": "João Silva",
  23. "ticket_receiver_email": "joao@email.com",
  24. "created_at": {
  25. "date": "2018-10-21 03:07:00.000000",
  26. "timezone_type": 3,
  27. "timezone": "UTC"
  28. },
  29. "updated_at": null
  30. }
  31. },
  32. "approved_in": null,
  33. "denied_in": null,
  34. "created_at": {
  35. "date": "2018-10-22 17:36:49.000000",
  36. "timezone_type": 3,
  37. "timezone": "UTC"
  38. },
  39. "updated_at": {
  40. "date": "2018-10-22 17:36:49.000000",
  41. "timezone_type": 3,
  42. "timezone": "UTC"
  43. },
  44. "tickets": {
  45. "data": [
  46. {
  47. "id": 131,
  48. "name": "teste",
  49. "email": "teste@teste.com.br",
  50. "hash": "YPMJ221V",
  51. "status": {
  52. "id": 2,
  53. "name": "Inativo"
  54. },
  55. "price": "10.50",
  56. "fee": null,
  57. "checked_in": null,
  58. "title": "teste de alteração de nome de ticket",
  59. "created_at": {
  60. "date": "2018-10-22 17:36:49.000000",
  61. "timezone_type": 3,
  62. "timezone": "UTC"
  63. },
  64. "updated_at": {
  65. "date": "2018-10-22 17:36:49.000000",
  66. "timezone_type": 3,
  67. "timezone": "UTC"
  68. }
  69. },
  70. {
  71. "id": 132,
  72. "name": "teste",
  73. "email": "teste@teste.com.br",
  74. "hash": "QMNVWE1A",
  75. "status": {
  76. "id": 2,
  77. "name": "Inativo"
  78. },
  79. "price": "10.50",
  80. "fee": null,
  81. "checked_in": null,
  82. "title": "teste de alteração de nome de ticket",
  83. "created_at": {
  84. "date": "2018-10-22 17:36:49.000000",
  85. "timezone_type": 3,
  86. "timezone": "UTC"
  87. },
  88. "updated_at": {
  89. "date": "2018-10-22 17:36:49.000000",
  90. "timezone_type": 3,
  91. "timezone": "UTC"
  92. }
  93. },
  94. {
  95. "id": 133,
  96. "name": "teste",
  97. "email": "teste@teste.com.br",
  98. "hash": "YPEPOZDY",
  99. "status": {
  100. "id": 2,
  101. "name": "Inativo"
  102. },
  103. "price": "11.50",
  104. "fee": null,
  105. "checked_in": null,
  106. "title": "adicionando um novo ticket",
  107. "created_at": {
  108. "date": "2018-10-22 17:36:49.000000",
  109. "timezone_type": 3,
  110. "timezone": "UTC"
  111. },
  112. "updated_at": {
  113. "date": "2018-10-22 17:36:49.000000",
  114. "timezone_type": 3,
  115. "timezone": "UTC"
  116. }
  117. },
  118. {
  119. "id": 134,
  120. "name": "teste",
  121. "email": "teste@teste.com.br",
  122. "hash": "BXR2MPKR",
  123. "status": {
  124. "id": 2,
  125. "name": "Inativo"
  126. },
  127. "price": "11.50",
  128. "fee": null,
  129. "checked_in": null,
  130. "title": "adicionando um novo ticket",
  131. "created_at": {
  132. "date": "2018-10-22 17:36:49.000000",
  133. "timezone_type": 3,
  134. "timezone": "UTC"
  135. },
  136. "updated_at": {
  137. "date": "2018-10-22 17:36:49.000000",
  138. "timezone_type": 3,
  139. "timezone": "UTC"
  140. }
  141. },
  142. {
  143. "id": 135,
  144. "name": "teste",
  145. "email": "teste@teste.com.br",
  146. "hash": "XQELL80B",
  147. "status": {
  148. "id": 2,
  149. "name": "Inativo"
  150. },
  151. "price": "11.50",
  152. "fee": null,
  153. "checked_in": null,
  154. "title": "adicionando um novo ticket",
  155. "created_at": {
  156. "date": "2018-10-22 17:36:49.000000",
  157. "timezone_type": 3,
  158. "timezone": "UTC"
  159. },
  160. "updated_at": {
  161. "date": "2018-10-22 17:36:49.000000",
  162. "timezone_type": 3,
  163. "timezone": "UTC"
  164. }
  165. }
  166. ]
  167. }
  168. }
  169. }
Add Comment
Please, Sign In to add comment